Skip to content

Commit

Permalink
v0.001001
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Have CPANAuthors that supports empty namespaces in ::CPANAuthors

 [Dependencies::Stats]
 - Dependencies changed since 0.001000, see misc/*.deps* for details
 - configure: -1 (recommends: ↓1)
 - develop: +3 -1 (recommends: ↓1, suggests: ↑1)
 - runtime: +1
 - test: -1 (recommends: ↓2)
  • Loading branch information
kentfredric committed Jan 18, 2015
1 parent 65b7481 commit b832784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Acme-CPANAuthors-MBTI

{{$NEXT}}

0.001001 2015-01-18T07:51:34Z 65b7481
[Bugfix]
- Have CPANAuthors that supports empty namespaces in ::CPANAuthors

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

package Acme::CPANAuthors::MBTI;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: CPAN Authors by MBTI Type

Expand Down
2 changes: 1 addition & 1 deletion lib/Acme/CPANAuthors/MBTI/INTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package Acme::CPANAuthors::MBTI::INTP;

# AUTHORITY

our $VERSION = '0.001001';
our $VERSION = '0.001002';
#<<<
{{
#>>>
Expand Down

0 comments on commit b832784

Please sign in to comment.