Skip to content

Commit

Permalink
Set V=0.002900
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 26, 2016
1 parent 69d89b5 commit 7405ed0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
"Test::Differences" => 0,
"Test::More" => "0.89"
},
"VERSION" => "0.002002",
"VERSION" => "0.002900",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t t/cli/*.t t/internals/*.t t/internals/mro/*.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.002002
version 0.002900

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Isa/Explainer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Devel::Isa::Explainer;

our $VERSION = '0.002002';
our $VERSION = '0.002900';

# ABSTRACT: Pretty Print Hierarchies of Subs in Packages

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

0.002002
0.002900
[Added / runtime requires]
- B
- Scalar::Util
Expand Down
2 changes: 1 addition & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.002002
0.002900
[Added / runtime requires]
- B
- Scalar::Util
Expand Down
2 changes: 1 addition & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.002002
0.002900

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

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

0.002002
0.002900

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

Expand Down

0 comments on commit 7405ed0

Please sign in to comment.