~ubuntu-branches/ubuntu/oneiric/libcpandb-perl/oneiric

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ansgar Burchardt
  • Date: 2010-05-11 21:15:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100511211552-5ejwob14u8ccv1jm
Tags: 0.14-1
* New upstream release.
* Bump (build-)dep on liborlite-mirror-perl to >= 1.20.

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.95';;
 
9
        $VERSION = '0.97';;
10
10
        @ISA     = qw{Module::Install::Base};
11
11
        $ISCORE  = 1;
12
12
}