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 Jun 28, 2016
1 parent 2fa7afa commit 28e62e4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 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.150007 2016-06-28 03:48:16-04:00 America/New_York (TRIAL RELEASE)

[FIXED]

- The cloning routine would raise an error on expected types when it
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
"overload" => 0,
"utf8" => 0
},
"VERSION" => "2.150007",
"VERSION" => "2.150008",
"test" => {
"TESTS" => "t/*.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.150007';
our $VERSION = '2.150008';

=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.150007';
our $VERSION = '2.150008';

=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.150007';
our $VERSION = '2.150008';

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.150007';
our $VERSION = '2.150008';

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.150007';
our $VERSION = '2.150008';

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.150007';
our $VERSION = '2.150008';

=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.150007';
our $VERSION = '2.150008';

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.150007';
our $VERSION = '2.150008';

=head1 SYNOPSIS
Expand Down

0 comments on commit 28e62e4

Please sign in to comment.