~ubuntu-branches/ubuntu/trusty/libmro-compat-perl/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-05-23 21:52:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080523215251-pt1qlba4at5h3461
Tags: 0.07-1
* New upstream release.
* debian/copyright: update years of copyright.
* Refresh debian/rules, no functional changes.
* debian/control: change my email address.

Show diffs side-by-side

added added

removed removed

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