Skip to content

Commit

Permalink
v2.003000
Browse files Browse the repository at this point in the history
 [Dependencies::Stats]
 - Dependencies changed since 2.002000, see misc/*.deps* for details
 - develop: +1 -1 (recommends: ↑1, suggests: ↑1)
 - runtime: +1
 - test: (recommends: ↑1)

 [Documentation]
 - Add a DESCRIPTION section for Readme purposes.
 - README is now ::Brief

 [Features]
 - Attempts to detect intentionally hidden packages and allow their presense to disable the "no packages found"
   warning. ( Closes #3 )
  • Loading branch information
kentfredric committed Jan 11, 2015
1 parent e6ee0ca commit 551180a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.003000 2015-01-11T04:57:16Z e6ee0ca
[Dependencies::Stats]
- Dependencies changed since 2.002000, see misc/*.deps* for details
- develop: +1 -1 (recommends: ↑1, suggests: ↑1)
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/MetaProvides/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

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

our $VERSION = '2.002001';
our $VERSION = '2.003001';

# ABSTRACT: Extract namespaces/version from traditional packages for provides

Expand Down

0 comments on commit 551180a

Please sign in to comment.