Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Aug 18, 2016
1 parent 843e891 commit c44b664
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for CPAN-Meta

{{$NEXT}}

2.150010 2016-08-18 12:10:08-04:00 America/New_York

[FIXED]

- the YAML and JSON backend variables are ignored when building/testing the
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ my %WriteMakefileArgs = (
"utf8" => 0,
"vars" => 0
},
"VERSION" => "2.150010",
"VERSION" => "2.150011",
"test" => {
"TESTS" => "t/*.t t/parse-cpan-meta/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Meta.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
package CPAN::Meta;

our $VERSION = '2.150010';
our $VERSION = '2.150011';

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Meta/Converter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
package CPAN::Meta::Converter;

our $VERSION = '2.150010';
our $VERSION = '2.150011';

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Meta/Feature.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
package CPAN::Meta::Feature;

our $VERSION = '2.150010';
our $VERSION = '2.150011';

use CPAN::Meta::Prereqs;

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Meta/History.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
package CPAN::Meta::History;

our $VERSION = '2.150010';
our $VERSION = '2.150011';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Meta/Merge.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package CPAN::Meta::Merge;

our $VERSION = '2.150010';
our $VERSION = '2.150011';

use Carp qw/croak/;
use Scalar::Util qw/blessed/;
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Meta/Prereqs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
package CPAN::Meta::Prereqs;

our $VERSION = '2.150010';
our $VERSION = '2.150011';

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Meta/Spec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use strict;
use warnings;
package CPAN::Meta::Spec;

our $VERSION = '2.150010';
our $VERSION = '2.150011';

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Meta/Validator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
package CPAN::Meta::Validator;

our $VERSION = '2.150010';
our $VERSION = '2.150011';

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Parse/CPAN/Meta.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
package Parse::CPAN::Meta;
# ABSTRACT: Parse META.yml and META.json CPAN metadata files

our $VERSION = '2.150010';
our $VERSION = '2.150011';

use Exporter;
use Carp 'croak';
Expand Down

0 comments on commit c44b664

Please sign in to comment.