~ubuntu-branches/ubuntu/trusty/libcatalyst-view-tt-perl/trusty

« back to all changes in this revision

Viewing changes to inc/Module/Install/WriteAll.pm

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2009-03-04 12:17:00 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090304121700-rda77pxmrk31q57c
Tags: 0.29-1
* New upstream release
* Move package under Debian Perl Group umbrella.
* debian/control: 
 + update dependency from libmro-compat-perl, 
 + update Standards-Version to 3.8.0.1 (no changes), 
 + update package to debhelper 7
* debian/rules: use debhelper 7 example
* debian/watch: update to last schema
* debian/copyright: converted to new schema

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
use vars qw{$VERSION @ISA $ISCORE};
8
8
BEGIN {
9
 
        $VERSION = '0.71';
 
9
        $VERSION = '0.77';
10
10
        @ISA     = qw{Module::Install::Base};
11
11
        $ISCORE  = 1;
12
12
}