Skip to content

Commit

Permalink
post-release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 321ded7 commit 5297ae4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "1.000003",
"VERSION" => "1.000004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ App::colourhexdump - HexDump, but with character-class highlighting.

# VERSION

version 1.000003
version 1.000004

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion bin/colourhexdump
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
package # hide me
App::colourhexdump::stub;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Command line stub for App::colourhexdump
# PODNAME: colourhexdump
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.000003
1.000004

1.000003 2017-03-07T09:36:52Z
[Changed / test requires]
- Test::More 0.89 → 0

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

1.000003
1.000004

1.000003 2017-03-07T09:36:52Z
[Added / develop requires]
- Test::MinimumVersion

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.000003
1.000004

1.000003 2017-03-07T09:36:52Z
[Added / develop requires]
- Test::MinimumVersion

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

1.000003
1.000004

1.000003 2017-03-07T09:36:52Z

1.000002 2015-08-18T05:37:10Z
[Added / runtime recommends]
Expand Down

0 comments on commit 5297ae4

Please sign in to comment.