Skip to content

Commit

Permalink
Build results of 7405ed0 (on future-0.003000)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jun 26, 2016
1 parent 64a9f7d commit cba4b79
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Release history for Devel-Isa-Explainer

0.002002 2016-06-26T19:30:04Z 69d89b5
0.002900 2016-06-26T19:35:43Z 7405ed0
- UNIVERSAL now automatically shown in inheritance. ( Closes #11 )
- discovering subs using "can" now removed, as "can" was prematurely exposing subs in crossed inheritances, which
leads to over-zealous de-duplication, and additional appearances of shadowing where no actual shadowing was
Expand Down
14 changes: 7 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@
"provides" : {
"App::Isa::Splain" : {
"file" : "lib/App/Isa/Splain.pm",
"version" : "0.002002"
"version" : "0.002900"
},
"Devel::Isa::Explainer" : {
"file" : "lib/Devel/Isa/Explainer.pm",
"version" : "0.002002"
"version" : "0.002900"
}
},
"release_status" : "stable",
"release_status" : "testing",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/kentnl/Devel-Isa-Explainer/issues"
Expand All @@ -151,7 +151,7 @@
"web" : "https://github.com/kentnl/Devel-Isa-Explainer"
}
},
"version" : "0.002002",
"version" : "0.002900",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -668,7 +668,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002002-source",
"tag" : "0.002900-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -759,7 +759,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002002",
"tag" : "0.002900",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -915,7 +915,7 @@
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : "0"
"is_trial" : "1"
},
"version" : "5.047"
}
Expand Down
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ name: Devel-Isa-Explainer
provides:
App::Isa::Splain:
file: lib/App/Isa/Splain.pm
version: '0.002002'
version: '0.002900'
Devel::Isa::Explainer:
file: lib/Devel/Isa/Explainer.pm
version: '0.002002'
version: '0.002900'
requires:
B: '0'
Carp: '0'
Expand All @@ -43,4 +43,4 @@ resources:
bugtracker: https://github.com/kentnl/Devel-Isa-Explainer/issues
homepage: https://github.com/kentnl/Devel-Isa-Explainer
repository: https://github.com/kentnl/Devel-Isa-Explainer.git
version: '0.002002'
version: '0.002900'
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
4 changes: 2 additions & 2 deletions 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.002002';
our $VERSION = '0.002900'; # TRIAL

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

Expand All @@ -32,7 +32,7 @@ isa-splain - Visualize Module Hierarchies on the command line
=head1 VERSION
version 0.002002
version 0.002900
=head1 USAGE
Expand Down
4 changes: 2 additions & 2 deletions lib/App/Isa/Splain.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package App::Isa::Splain;

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

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

Expand Down Expand Up @@ -130,7 +130,7 @@ App::Isa::Splain - Visualize Module Hierarchies on the command line
=head1 VERSION
version 0.002002
version 0.002900
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions 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'; # TRIAL

# ABSTRACT: Pretty Print Hierarchies of Subs in Packages

Expand Down Expand Up @@ -285,7 +285,7 @@ Devel::Isa::Explainer - Pretty Print Hierarchies of Subs in Packages
=head1 VERSION
version 0.002002
version 0.002900
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Devel/Isa/Explainer/_MRO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package Devel::Isa::Explainer::_MRO;

our $AUTHORITY = 'cpan:KENTNL'; # AUTHORITY

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

use MRO::Compat ();
use Exporter ();
Expand Down Expand Up @@ -352,7 +352,7 @@ Devel::Isa::Explainer::_MRO - Method-resolution-order Utilities for DIE
=head1 VERSION
version 0.002002
version 0.002900
=head1 FUNCTIONS
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 cba4b79

Please sign in to comment.