Skip to content

Commit 073dd2b

Browse files
committed
WIP - bump versions of modified files to please t/porting/cmp_version.t
1 parent 42dd065 commit 073dd2b

File tree

243 files changed

+243
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+243
-243
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
],
66
"dynamic_config" : 1,
7-
"generated_by" : "CPAN::Meta version 2.150010",
7+
"generated_by" : "CPAN::Meta version 2.150011",
88
"license" : [
99
"perl_5"
1010
],

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
55
build_requires: {}
66
dynamic_config: 1
7-
generated_by: 'CPAN::Meta version 2.150010, CPAN::Meta::Converter version 2.150010'
7+
generated_by: 'CPAN::Meta version 2.150011, CPAN::Meta::Converter version 2.150010'
88
license: perl
99
meta-spec:
1010
url: http://module-build.sourceforge.net/META-spec-v1.4.html

cpan/CPAN-Meta/lib/CPAN/Meta.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
package CPAN::Meta;
55

6-
our $VERSION = '2.150010';
6+
our $VERSION = '2.150011';
77

88
#pod =head1 SYNOPSIS
99
#pod

cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require Exporter;
77
our @ISA = qw(Exporter);
88
our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
99
dos2unix);
10-
our $VERSION = '7.70';
10+
our $VERSION = '7.71';
1111
$VERSION =~ tr/_//d;
1212

1313
my $Is_VMS = $^O eq 'VMS';

cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ our @ISA = qw(Exporter);
1010

1111
our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
1212
warn_if_old_packlist test_s cp_nonempty);
13-
our $VERSION = '7.70';
13+
our $VERSION = '7.71';
1414
$VERSION =~ tr/_//d;
1515

1616
my $Is_VMS = $^O eq 'VMS';

cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ExtUtils::Liblist;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '7.70';
6+
our $VERSION = '7.71';
77
$VERSION =~ tr/_//d;
88

99
use File::Spec;

cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use 5.006;
1111

1212
use strict;
1313
use warnings;
14-
our $VERSION = '7.70';
14+
our $VERSION = '7.71';
1515
$VERSION =~ tr/_//d;
1616

1717
use ExtUtils::MakeMaker::Config;

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use ExtUtils::MakeMaker::Config;
66

7-
our $VERSION = '7.70';
7+
our $VERSION = '7.71';
88
$VERSION =~ tr/_//d;
99

1010
require ExtUtils::Liblist;

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_AIX;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '7.70';
5+
our $VERSION = '7.71';
66
$VERSION =~ tr/_//d;
77

88
use ExtUtils::MakeMaker::Config;

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_Any;
22

33
use strict;
44
use warnings;
5-
our $VERSION = '7.70';
5+
our $VERSION = '7.71';
66
$VERSION =~ tr/_//d;
77

88
use Carp;

0 commit comments

Comments
 (0)