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 May 6, 2017
1 parent d422291 commit bb77c8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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 ToolSet

{{$NEXT}}

1.03 2017-05-05 23:15:15-04:00 America/New_York

[FIXED]

- Pass tests on newer perls without '.' in @INC.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"lib" => 0
},
"VERSION" => "1.03",
"VERSION" => "1.04",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/ToolSet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
package ToolSet;
# ABSTRACT: Load your commonly-used modules in a single import

our $VERSION = '1.03';
our $VERSION = '1.04';

use Carp;

Expand Down
2 changes: 1 addition & 1 deletion lib/ToolSet/SWC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
package ToolSet::SWC;
# ABSTRACT: Sample toolset with strict, warnings and Carp

our $VERSION = '1.03';
our $VERSION = '1.04';

use base 'ToolSet';

Expand Down

0 comments on commit bb77c8b

Please sign in to comment.