~ubuntu-branches/ubuntu/saucy/liblayout-manager-perl/saucy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-05-08 13:14:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110508131432-4n325knewu1370i2
Tags: 0.33-1
* New upstream release
* debian/copyright: Update license stanzas
* Bump Standards-Version to 3.9.2 (no changes)

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 = '0.91';
 
12
        $VERSION = '1.00';
13
13
        @ISA     = 'Module::Install::Base';
14
14
        $ISCORE  = 1;
15
15
}