Skip to content

Commit

Permalink
v2.002001
Browse files Browse the repository at this point in the history
 - Remove usage of ConfigDumper and inline dump_config code instead.
 - use '$' on front of role-injected '$VERSION' identifier to be clearer.
 - Remove usage of my dztest testing util.

 [Dependencies::Stats]
 - Dependencies changed since 2.002000, see misc/*.deps* for details
 - runtime: -1
 - test: +1 -1 (recommends: +1)
  • Loading branch information
kentfredric committed Jun 29, 2016
1 parent 2be5312 commit 3870e79
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}

{{$NEXT}}

2.002001 2016-06-29T06:09:34Z 2be5312
- Remove usage of ConfigDumper and inline dump_config code instead.
- use '$' on front of role-injected '$VERSION' identifier to be clearer.
- Remove usage of my dztest testing util.
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::MetaProvides::ProvideRecord;

our $VERSION = '2.002001';
our $VERSION = '2.002002';

# ABSTRACT: Data Management Record for MetaProvider::Provides Based Class

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

package Dist::Zilla::MetaProvides::Types;

our $VERSION = '2.002001';
our $VERSION = '2.002002';

# ABSTRACT: Utility Types for the MetaProvides Plugin

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

package Dist::Zilla::Plugin::MetaProvides;

our $VERSION = '2.002001';
our $VERSION = '2.002002';

# ABSTRACT: Generating and Populating 'provides' in your META.yml

Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Role/MetaProvider/Provider.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Role::MetaProvider::Provider;

our $VERSION = '2.002001';
our $VERSION = '2.002002';

# ABSTRACT: A Role for Metadata providers specific to the 'provider' key.

Expand Down

0 comments on commit 3870e79

Please sign in to comment.