~ubuntu-branches/ubuntu/trusty/libjifty-dbi-perl/trusty-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, Ansgar Burchardt, gregor herrmann
  • Date: 2011-06-05 15:49:37 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605154937-9b5vq440vzpog1k2
Tags: 0.69-1
[ Ansgar Burchardt ]
* New upstream release (perl 5.14 fixes).

[ gregor herrmann ]
* Update years of copyright for inc/Module/*.
* Add /me to Uploaders.

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 = '1.00';
 
9
        $VERSION = '1.01';
10
10
        @ISA     = 'Module::Install::Base';
11
11
        $ISCORE  = 1;
12
12
}