~ubuntu-branches/ubuntu/vivid/libclass-accessor-grouped-perl/vivid-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2010-08-22 12:48:39 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100822124839-gg63xjtf0e3bbt5i
Tags: 0.09004-1
* New upstream release.
* debian/copyright: point to /usr/share/common-licenses/GPL-1.
* Set Standards-Version to 3.9.1 (no changes).
* debian/control: remove version from libsub-name-perl (build) dependency.

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