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

« back to all changes in this revision

Viewing changes to inc/Module/Install/WriteAll.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:
6
6
 
7
7
use vars qw{$VERSION @ISA $ISCORE};
8
8
BEGIN {
9
 
        $VERSION = '1.04';
 
9
        $VERSION = '1.03';
10
10
        @ISA     = qw{Module::Install::Base};
11
11
        $ISCORE  = 1;
12
12
}