File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Revision history for CPAN-Meta
22
33{{$NEXT}}
44
5+ 2.150011 2026-01-22 15:50:29-05:00 America/New_York
6+
57 [CHANGED]
68
79 - Improved example of testing a minimum prerequisite version of a module.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ my %WriteMakefileArgs = (
4444 " utf8" => 0,
4545 " vars" => 0
4646 },
47- " VERSION" => " 2.150011 " ,
47+ " VERSION" => " 2.150012 " ,
4848 " test" => {
4949 " TESTS" => " t/*.t t/parse-cpan-meta/*.t"
5050 }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44package CPAN::Meta ;
55
6- our $VERSION = ' 2.150011 ' ;
6+ our $VERSION = ' 2.150012 ' ;
77
88=head1 SYNOPSIS
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44package CPAN::Meta::Converter ;
55
6- our $VERSION = ' 2.150011 ' ;
6+ our $VERSION = ' 2.150012 ' ;
77
88=head1 SYNOPSIS
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44package CPAN::Meta::Feature ;
55
6- our $VERSION = ' 2.150011 ' ;
6+ our $VERSION = ' 2.150012 ' ;
77
88use CPAN::Meta::Prereqs;
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44use warnings;
55package CPAN::Meta::History ;
66
7- our $VERSION = ' 2.150011 ' ;
7+ our $VERSION = ' 2.150012 ' ;
88
991;
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
44
55package CPAN::Meta::Merge ;
66
7- our $VERSION = ' 2.150011 ' ;
7+ our $VERSION = ' 2.150012 ' ;
88
99use Carp qw/ croak/ ;
1010use Scalar::Util qw/ blessed/ ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44package CPAN::Meta::Prereqs ;
55
6- our $VERSION = ' 2.150011 ' ;
6+ our $VERSION = ' 2.150012 ' ;
77
88=head1 DESCRIPTION
99
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use strict;
88use warnings;
99package CPAN::Meta::Spec ;
1010
11- our $VERSION = ' 2.150011 ' ;
11+ our $VERSION = ' 2.150012 ' ;
1212
13131;
1414
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44package CPAN::Meta::Validator ;
55
6- our $VERSION = ' 2.150011 ' ;
6+ our $VERSION = ' 2.150012 ' ;
77
88=head1 SYNOPSIS
99
You can’t perform that action at this time.
0 commit comments