Skip to content

Commit d8f1b4d

Browse files
committed
(perl #127834) bump versions of modules in dists we updated a utility in
I tried to follow the numbering convention of the module, bumping every module if the versions are synchronized, bumping just the primary module if not.
1 parent cee96d5 commit d8f1b4d

File tree

112 files changed

+112
-112
lines changed

Some content is hidden

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

112 files changed

+112
-112
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@
125125
}
126126
},
127127
"version" : "5.025004",
128-
"x_serialization_backend" : "JSON::PP version 2.27400"
128+
"x_serialization_backend" : "JSON::PP version 2.27400_01"
129129
}

cpan/Archive-Tar/lib/Archive/Tar.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use vars qw[$DEBUG $error $VERSION $WARN $FOLLOW_SYMLINK $CHOWN $CHMOD
3131
$DEBUG = 0;
3232
$WARN = 1;
3333
$FOLLOW_SYMLINK = 0;
34-
$VERSION = "2.08";
34+
$VERSION = "2.08_01";
3535
$CHOWN = 1;
3636
$CHMOD = 1;
3737
$SAME_PERMISSIONS = $> == 0 ? 1 : 0;

cpan/Archive-Tar/lib/Archive/Tar/Constant.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Archive::Tar::Constant;
33
BEGIN {
44
require Exporter;
55

6-
$VERSION = '2.08';
6+
$VERSION = '2.08_01';
77
@ISA = qw[Exporter];
88

99
require Time::Local if $^O eq "MacOS";

cpan/Archive-Tar/lib/Archive/Tar/File.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use Archive::Tar::Constant;
1313

1414
use vars qw[@ISA $VERSION];
1515
#@ISA = qw[Archive::Tar];
16-
$VERSION = '2.08';
16+
$VERSION = '2.08_01';
1717

1818
### set value to 1 to oct() it during the unpack ###
1919

cpan/CPAN/lib/CPAN.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: ts=4 sts=4 sw=4:
33
use strict;
44
package CPAN;
5-
$CPAN::VERSION = '2.14';
5+
$CPAN::VERSION = '2.14_01';
66
$CPAN::VERSION =~ s/_//;
77

88
# we need to run chdir all over and we would get at wrong libraries

cpan/Digest-SHA/lib/Digest/SHA.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
88
use Fcntl;
99
use integer;
1010

11-
$VERSION = '5.95';
11+
$VERSION = '5.95_01';
1212

1313
require Exporter;
1414
require DynaLoader;

cpan/Encode/Encode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package Encode;
55
use strict;
66
use warnings;
7-
our $VERSION = sprintf "%d.%02d", q$Revision: 2.84 $ =~ /(\d+)/g;
7+
our $VERSION = sprintf "%d.%02d_01", q$Revision: 2.84 $ =~ /(\d+)/g;
88
use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
99
use XSLoader ();
1010
XSLoader::load( __PACKAGE__, $VERSION );

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 @@ use vars qw(@ISA @EXPORT @EXPORT_OK $VERSION);
77
@ISA = qw(Exporter);
88
@EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod
99
dos2unix);
10-
$VERSION = '7.18';
10+
$VERSION = '7.18_01';
1111
$VERSION = eval $VERSION;
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.18';
13+
our $VERSION = '7.18_01';
1414
$VERSION = eval $VERSION;
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
@@ -2,7 +2,7 @@ package ExtUtils::Liblist;
22

33
use strict;
44

5-
our $VERSION = '7.18';
5+
our $VERSION = '7.18_01';
66
$VERSION = eval $VERSION;
77

88
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.18';
14+
our $VERSION = '7.18_01';
1515
$VERSION = eval $VERSION;
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
@@ -3,7 +3,7 @@ package ExtUtils::MM;
33
use strict;
44
use ExtUtils::MakeMaker::Config;
55

6-
our $VERSION = '7.18';
6+
our $VERSION = '7.18_01';
77
$VERSION = eval $VERSION;
88

99
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
@@ -1,7 +1,7 @@
11
package ExtUtils::MM_AIX;
22

33
use strict;
4-
our $VERSION = '7.18';
4+
our $VERSION = '7.18_01';
55
$VERSION = eval $VERSION;
66

77
require ExtUtils::MM_Unix;

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

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

33
use strict;
4-
our $VERSION = '7.18';
4+
our $VERSION = '7.18_01';
55
$VERSION = eval $VERSION;
66

77
use Carp;

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

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

2828
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
29-
our $VERSION = '7.18';
29+
our $VERSION = '7.18_01';
3030
$VERSION = eval $VERSION;
3131

3232

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

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

12-
our $VERSION = '7.18';
12+
our $VERSION = '7.18_01';
1313
$VERSION = eval $VERSION;
1414

1515

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

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

33
use strict;
44

5-
our $VERSION = '7.18';
5+
our $VERSION = '7.18_01';
66
$VERSION = eval $VERSION;
77

88
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
@@ -7,7 +7,7 @@ BEGIN {
77
our @ISA = qw( ExtUtils::MM_Unix );
88
}
99

10-
our $VERSION = '7.18';
10+
our $VERSION = '7.18_01';
1111
$VERSION = eval $VERSION;
1212

1313

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

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

33
use strict;
44

5-
our $VERSION = '7.18';
5+
our $VERSION = '7.18_01';
66
$VERSION = eval $VERSION;
77

88
sub new {

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

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

25-
our $VERSION = '7.18';
25+
our $VERSION = '7.18_01';
2626
$VERSION = eval $VERSION;
2727

2828
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
@@ -5,7 +5,7 @@ use strict;
55
use ExtUtils::MakeMaker qw(neatvalue);
66
use File::Spec;
77

8-
our $VERSION = '7.18';
8+
our $VERSION = '7.18_01';
99
$VERSION = eval $VERSION;
1010

1111
require ExtUtils::MM_Any;

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

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

33
use strict;
4-
our $VERSION = '7.18';
4+
our $VERSION = '7.18_01';
55
$VERSION = eval $VERSION;
66

77
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
@@ -1,7 +1,7 @@
11
package ExtUtils::MM_UWIN;
22

33
use strict;
4-
our $VERSION = '7.18';
4+
our $VERSION = '7.18_01';
55
$VERSION = eval $VERSION;
66

77
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
@@ -14,7 +14,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue _sprintf562);
1414

1515
# If we make $VERSION an our variable parse_version() breaks
1616
use vars qw($VERSION);
17-
$VERSION = '7.18';
17+
$VERSION = '7.18_01';
1818
$VERSION = eval $VERSION; ## no critic [BuiltinFunctions::ProhibitStringyEval]
1919

2020
require ExtUtils::MM_Any;

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

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

1616
use File::Basename;
1717

18-
our $VERSION = '7.18';
18+
our $VERSION = '7.18_01';
1919
$VERSION = eval $VERSION;
2020

2121
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
@@ -1,7 +1,7 @@
11
package ExtUtils::MM_VOS;
22

33
use strict;
4-
our $VERSION = '7.18';
4+
our $VERSION = '7.18_01';
55
$VERSION = eval $VERSION;
66

77
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.18';
30+
our $VERSION = '7.18_01';
3131
$VERSION = eval $VERSION;
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
@@ -2,7 +2,7 @@ package ExtUtils::MM_Win95;
22

33
use strict;
44

5-
our $VERSION = '7.18';
5+
our $VERSION = '7.18_01';
66
$VERSION = eval $VERSION;
77

88
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.18';
6+
our $VERSION = '7.18_01';
77
$VERSION = eval $VERSION;
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
@@ -24,7 +24,7 @@ my %Recognized_Att_Keys;
2424
our %macro_fsentity; # whether a macro is a filesystem name
2525
our %macro_dep; # whether a macro is a dependency
2626

27-
our $VERSION = '7.18';
27+
our $VERSION = '7.18_01';
2828
$VERSION = eval $VERSION; ## no critic [BuiltinFunctions::ProhibitStringyEval]
2929

3030
# 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
@@ -2,7 +2,7 @@ package ExtUtils::MakeMaker::Config;
22

33
use strict;
44

5-
our $VERSION = '7.18';
5+
our $VERSION = '7.18_01';
66
$VERSION = eval $VERSION;
77

88
use Config ();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use strict;
1515

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

18-
$VERSION = '7.18';
18+
$VERSION = '7.18_01';
1919
$VERSION = eval $VERSION;
2020
$CLASS = 'version';
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use strict;
1010

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

13-
$VERSION = '7.18';
13+
$VERSION = '7.18_01';
1414
$VERSION = eval $VERSION;
1515

1616
#--------------------------------------------------------------------------#

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
# There's just too much Dynaloader incest here to turn on strict vars.
44
use strict 'refs';
55

6-
our $VERSION = '7.18';
6+
our $VERSION = '7.18_01';
77
$VERSION = eval $VERSION;
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
@@ -10,7 +10,7 @@ use Config;
1010

1111
our @ISA = qw(Exporter);
1212
our @EXPORT = qw(&Mksymlists);
13-
our $VERSION = '7.18';
13+
our $VERSION = '7.18_01';
1414
$VERSION = eval $VERSION;
1515

1616
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.18';
6+
our $VERSION = '7.18_01';
77
$VERSION = eval $VERSION;
88

99
use Cwd;

cpan/IO-Compress/lib/Compress/Zlib.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use warnings ;
1717
use bytes ;
1818
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
1919

20-
$VERSION = '2.069';
20+
$VERSION = '2.069_01';
2121
$XS_VERSION = $VERSION;
2222
$VERSION = eval $VERSION;
2323

cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use IO::Compress::Base::Common 2.069 qw(:Status);
99
use Compress::Raw::Bzip2 2.069 ;
1010

1111
our ($VERSION);
12-
$VERSION = '2.069';
12+
$VERSION = '2.069_01';
1313

1414
sub mkCompObject
1515
{

cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Compress::Raw::Zlib 2.069 qw( !crc32 !adler32 ) ;
1010
require Exporter;
1111
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, @EXPORT, %DEFLATE_CONSTANTS);
1212

13-
$VERSION = '2.069';
13+
$VERSION = '2.069_01';
1414
@ISA = qw(Exporter);
1515
@EXPORT_OK = @Compress::Raw::Zlib::DEFLATE_CONSTANTS;
1616
%EXPORT_TAGS = %Compress::Raw::Zlib::DEFLATE_CONSTANTS;

cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use bytes;
77
use IO::Compress::Base::Common 2.069 qw(:Status);
88
our ($VERSION);
99

10-
$VERSION = '2.069';
10+
$VERSION = '2.069_01';
1111

1212
sub mkCompObject
1313
{

cpan/IO-Compress/lib/IO/Compress/Base.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use Symbol();
2020
our (@ISA, $VERSION);
2121
@ISA = qw(Exporter IO::File);
2222

23-
$VERSION = '2.069';
23+
$VERSION = '2.069_01';
2424

2525
#Can't locate object method "SWASHNEW" via package "utf8" (perhaps you forgot to load "utf8"?) at .../ext/Compress-Zlib/Gzip/blib/lib/Compress/Zlib/Common.pm line 16.
2626

cpan/IO-Compress/lib/IO/Compress/Base/Common.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use File::GlobMapper;
1111
require Exporter;
1212
our ($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $HAS_ENCODE);
1313
@ISA = qw(Exporter);
14-
$VERSION = '2.069';
14+
$VERSION = '2.069_01';
1515

1616
@EXPORT = qw( isaFilehandle isaFilename isaScalar
1717
whatIsInput whatIsOutput

cpan/IO-Compress/lib/IO/Compress/Bzip2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use IO::Compress::Adapter::Bzip2 2.069 ;
1414

1515
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $Bzip2Error);
1616

17-
$VERSION = '2.069';
17+
$VERSION = '2.069_01';
1818
$Bzip2Error = '';
1919

2020
@ISA = qw(Exporter IO::Compress::Base);

cpan/IO-Compress/lib/IO/Compress/Deflate.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use IO::Compress::Base::Common 2.069 qw();
1717

1818
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $DeflateError);
1919

20-
$VERSION = '2.069';
20+
$VERSION = '2.069_01';
2121
$DeflateError = '';
2222

2323
@ISA = qw(Exporter IO::Compress::RawDeflate);

0 commit comments

Comments
 (0)