Skip to content

Commit

Permalink
post-release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed May 19, 2016
1 parent 38ee341 commit 4b32b3c
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 @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
"Test::Builder" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.002001",
"VERSION" => "0.002002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t t/cli/*.t t/internals/*.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 @@ Devel::Isa::Explainer - Pretty Print Hierarchies of Subs in Packages

# VERSION

version 0.002001
version 0.002002

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion bin/isa-splain
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
package # Hideme
App::Isa::Splain::_Script;

our $VERSION = '0.002001';
our $VERSION = '0.002002';

# AUTHORITY

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)

0.002001
0.002002

0.002001 2016-05-19T14:07:12Z

0.002000 2016-05-19T12:30:00Z
[Added / runtime requires]
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)

0.002001
0.002002

0.002001 2016-05-19T14:07:12Z

0.002000 2016-05-19T12:30:00Z
[Added / develop requires]
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 )

0.002001
0.002002

0.002001 2016-05-19T14:07:12Z

0.002000 2016-05-19T12:30:00Z
[Added / develop requires]
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)

0.002001
0.002002

0.002001 2016-05-19T14:07:12Z

0.002000 2016-05-19T12:30:00Z

Expand Down

0 comments on commit 4b32b3c

Please sign in to comment.