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 27, 2018
1 parent 5b9fc9d commit da64101
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 Path-Iterator-Rule

{{$NEXT}}

1.014 2018-06-27 09:46:20-04:00 America/New_York

[DOCS]

- Noted that file separators are unix-style forward slashes.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"parent" => 0
},
"VERSION" => "1.014",
"VERSION" => "1.015",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/PIR.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package PIR;
# ABSTRACT: Short alias for Path::Iterator::Rule
our $VERSION = '1.014';
our $VERSION = '1.015';

# Dependencies
use Path::Iterator::Rule;
Expand Down
2 changes: 1 addition & 1 deletion lib/Path/Iterator/Rule.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Path::Iterator::Rule;
# ABSTRACT: Iterative, recursive file finder
our $VERSION = '1.014';
our $VERSION = '1.015';

# Register warnings category
use warnings::register;
Expand Down

0 comments on commit da64101

Please sign in to comment.