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 Apr 6, 2015
1 parent 3407a5d commit 2c99a11
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 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 Perl module CPAN::Reporter

{{$NEXT}}

1.2014 2015-04-06 12:08:28-04:00 America/New_York

- no changes from 1.2013-TRIAL

1.2013 2015-03-29 21:52:11-04:00 America/New_York (TRIAL RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.62",
"warnings" => 0
},
"VERSION" => "1.2014",
"VERSION" => "1.2015",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict;
package CPAN::Reporter;

our $VERSION = '1.2014'; # TRIAL
our $VERSION = '1.2015';

use Config;
use Capture::Tiny qw/ capture tee_merged /;
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/API.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict; # make CPANTS happy
package CPAN::Reporter::API;

our $VERSION = '1.2014'; # TRIAL
our $VERSION = '1.2015';

1;

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

our $VERSION = '1.2014'; # TRIAL
our $VERSION = '1.2015';

use Config::Tiny 2.08 ();
use File::Glob ();
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Reporter/FAQ.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict; # make CPANTS happy
package CPAN::Reporter::FAQ;

our $VERSION = '1.2014'; # TRIAL
our $VERSION = '1.2015';

1;

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

our $VERSION = '1.2014'; # TRIAL
our $VERSION = '1.2015';

use vars qw/@ISA @EXPORT_OK/;

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

our $VERSION = '1.2014'; # TRIAL
our $VERSION = '1.2015';

use ExtUtils::MakeMaker 6.36;
use File::Spec;
Expand Down

0 comments on commit 2c99a11

Please sign in to comment.