~ubuntu-branches/ubuntu/quantal/libyaml-libyaml-perl/quantal-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2011-10-01 17:23:11 UTC
  • mto: (5.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20111001172311-04rcmxnonwgtdx9u
Tags: upstream-0.37
ImportĀ upstreamĀ versionĀ 0.37

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
use vars qw{$VERSION @ISA $ISCORE};
10
10
BEGIN {
11
 
        $VERSION = '1.00';
 
11
        $VERSION = '1.01';
12
12
        @ISA     = 'Module::Install::Base';
13
13
        $ISCORE  = 1;
14
14
}