Skip to content

Commit

Permalink
packaging for CPAN: 0.05_05
Browse files Browse the repository at this point in the history
  • Loading branch information
barefootcoder committed Nov 7, 2011
1 parent 786c661 commit 7feae34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Data::Random.

0.05_05 Sun Nov 6 18:11:07 PST 2011
- turned giant loop of ok()s into one big ok()
(should help with out of memory errors from CPAN Testers)

0.05_04 Mon Oct 24 01:04:55 PDT 2011
- fixed required version of Test::More, which was causing
TAP parsing failures in CPAN Tester reports
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Random.pm
Expand Up @@ -47,7 +47,7 @@ use vars qw(
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
@EXPORT = qw();

$Data::Random::VERSION = '0.05_04';
$Data::Random::VERSION = '0.05_05';

################################################################################
# - Subroutines
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Random/WordList.pm
Expand Up @@ -19,7 +19,7 @@ use File::Basename qw(dirname);
################################################################################
# - Global Constants and Variables
################################################################################
$Data::Random::WordList::VERSION = '0.05_04';
$Data::Random::WordList::VERSION = '0.05_05';

################################################################################
# - Subroutines
Expand Down

0 comments on commit 7feae34

Please sign in to comment.