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
"perl5-porters@perl.org"
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
- perl5-porters@perl.org
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;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require ExtUtils::MM_Any;
2727
require ExtUtils::MM_Unix;
2828

2929
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
30-
our $VERSION = '7.70';
30+
our $VERSION = '7.71';
3131
$VERSION =~ tr/_//d;
3232

3333

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require ExtUtils::MM_Unix;
1010
require ExtUtils::MM_Win32;
1111
our @ISA = qw( ExtUtils::MM_Unix );
1212

13-
our $VERSION = '7.70';
13+
our $VERSION = '7.71';
1414
$VERSION =~ tr/_//d;
1515

1616

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

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

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

99
require ExtUtils::MM_Any;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BEGIN {
88
our @ISA = qw( ExtUtils::MM_Unix );
99
}
1010

11-
our $VERSION = '7.70';
11+
our $VERSION = '7.71';
1212
$VERSION =~ tr/_//d;
1313

1414

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

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

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

99
sub new {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use warnings;
2323
use ExtUtils::MakeMaker::Config;
2424
use File::Basename;
2525

26-
our $VERSION = '7.70';
26+
our $VERSION = '7.71';
2727
$VERSION =~ tr/_//d;
2828

2929
require ExtUtils::MM_Win32;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use warnings;
66
use ExtUtils::MakeMaker qw(neatvalue);
77
use File::Spec;
88

9-
our $VERSION = '7.70';
9+
our $VERSION = '7.71';
1010
$VERSION =~ tr/_//d;
1111

1212
require ExtUtils::MM_Any;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package ExtUtils::MM_OS390;
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_QNX.pm

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

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

88
require ExtUtils::MM_Unix;

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

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

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

88
require ExtUtils::MM_Unix;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue _sprintf562);
1515

1616
# If $VERSION is in scope, parse_version() breaks
1717
{
18-
our $VERSION = '7.70';
18+
our $VERSION = '7.71';
1919
$VERSION =~ tr/_//d;
2020
}
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BEGIN {
1616

1717
use File::Basename;
1818

19-
our $VERSION = '7.70';
19+
our $VERSION = '7.71';
2020
$VERSION =~ tr/_//d;
2121

2222
require ExtUtils::MM_Any;

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

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

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

88
require ExtUtils::MM_Unix;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use ExtUtils::MakeMaker qw(neatvalue _sprintf562);
2727
require ExtUtils::MM_Any;
2828
require ExtUtils::MM_Unix;
2929
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
30-
our $VERSION = '7.70';
30+
our $VERSION = '7.71';
3131
$VERSION =~ tr/_//d;
3232

3333
$ENV{EMXSHELL} = 'sh'; # to run `commands`

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

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

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

99
require ExtUtils::MM_Win32;

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

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

6-
our $VERSION = '7.70';
6+
our $VERSION = '7.71';
77
$VERSION =~ tr/_//d;
88
our @ISA = qw(ExtUtils::MM);
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ my %Recognized_Att_Keys;
2525
our %macro_fsentity; # whether a macro is a filesystem name
2626
our %macro_dep; # whether a macro is a dependency
2727

28-
our $VERSION = '7.70';
28+
our $VERSION = '7.71';
2929
$VERSION =~ tr/_//d;
3030

3131
# Emulate something resembling CVS $Revision$

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

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

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

99
use Config ();

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod

Lines changed: 1 addition & 1 deletion

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

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

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

88
use base 'Exporter';

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use warnings;
1616

1717
use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);
1818

19-
$VERSION = '7.70';
19+
$VERSION = '7.71';
2020
$VERSION =~ tr/_//d;
2121
$CLASS = 'version';
2222

cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm

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

1212
use vars qw($VERSION $CLASS $STRICT $LAX);
1313

14-
$VERSION = '7.70';
14+
$VERSION = '7.71';
1515
$VERSION =~ tr/_//d;
1616

1717
#--------------------------------------------------------------------------#

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

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

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

99
require Exporter;

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

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

1212
our @ISA = qw(Exporter);
1313
our @EXPORT = qw(&Mksymlists);
14-
our $VERSION = '7.70';
14+
our $VERSION = '7.71';
1515
$VERSION =~ tr/_//d;
1616

1717
sub Mksymlists {

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

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

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

99
use Cwd;

cpan/HTTP-Tiny/lib/HTTP/Tiny.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
# ABSTRACT: A small, simple, correct HTTP/1.1 client
66

7-
our $VERSION = '0.090';
7+
our $VERSION = '0.091';
88

99
sub _croak { require Carp; Carp::croak(@_) }
1010

cpan/Pod-Simple/lib/Pod/Simple.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Pod::Simple::TiedOutFH;
1111
#use utf8;
1212

1313
our @ISA = ('Pod::Simple::BlackBox');
14-
our $VERSION = '3.45';
14+
our $VERSION = '3.46';
1515

1616
our @Known_formatting_codes = qw(I B C L E F S X Z);
1717
our %Known_formatting_codes = map(($_=>1), @Known_formatting_codes);

cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use integer; # vroom!
2222
use strict;
2323
use warnings;
2424
use Carp ();
25-
our $VERSION = '3.45';
25+
our $VERSION = '3.46';
2626
#use constant DEBUG => 7;
2727

2828
sub my_qr ($$) {

cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Pod::Simple::DumpAsXML;
22
use strict;
3-
our $VERSION = '3.45';
3+
our $VERSION = '3.46';
44
use Pod::Simple ();
55
BEGIN {our @ISA = ('Pod::Simple')}
66

cpan/Pod-Simple/lib/Pod/Simple/HTML.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
use Pod::Simple::PullParser ();
55
our @ISA = ('Pod::Simple::PullParser');
6-
our $VERSION = '3.45';
6+
our $VERSION = '3.46';
77
BEGIN {
88
if(defined &DEBUG) { } # no-op
99
elsif( defined &Pod::Simple::DEBUG ) { *DEBUG = \&Pod::Simple::DEBUG }

cpan/Pod-Simple/lib/Pod/Simple/RTF.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use warnings;
66
#sub Pod::Simple::DEBUG () {4};
77
#sub Pod::Simple::PullParser::DEBUG () {4};
88

9-
our $VERSION = '3.45';
9+
our $VERSION = '3.46';
1010
use Pod::Simple::PullParser ();
1111
our @ISA;
1212
BEGIN {@ISA = ('Pod::Simple::PullParser')}

cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.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
use Carp ();
55
use Pod::Simple ();
6-
our $VERSION = '3.45';
6+
our $VERSION = '3.46';
77
BEGIN {
88
our @ISA = ('Pod::Simple');
99
*DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG;

cpan/Test-Harness/lib/TAP/Harness.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Version 3.50
2020
2121
=cut
2222

23-
our $VERSION = '3.50';
23+
our $VERSION = '3.51';
2424

2525
$ENV{HARNESS_ACTIVE} = 1;
2626
$ENV{HARNESS_VERSION} = $VERSION;

0 commit comments

Comments
 (0)