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

« back to all changes in this revision

Viewing changes to inc/Module/Install/WriteAll.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     = qw{Module::Install::Base};
11
11
        $ISCORE  = 1;
12
12
}
26
26
 
27
27
        $self->check_nmake if $args{check_nmake};
28
28
        unless ( $self->makemaker_args->{PL_FILES} ) {
29
 
                $self->makemaker_args( PL_FILES => {} );
 
29
                # XXX: This still may be a bit over-defensive...
 
30
                unless ($self->makemaker(6.25)) {
 
31
                        $self->makemaker_args( PL_FILES => {} ) if -f 'Build.PL';
 
32
                }
30
33
        }
31
34
 
32
35
        # Until ExtUtils::MakeMaker support MYMETA.yml, make sure