~ubuntu-branches/ubuntu/wily/libclass-accessor-grouped-perl/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2011-12-27 23:40:16 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20111227234016-30xyr31tnvd9sa9g
Tags: 0.10005-1
* New upstream release.
* Bump version of libclass-xsaccessor-perl in B-D-I and Recommends.

Show diffs side-by-side

added added

removed removed

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