Skip to content

Commit

Permalink
packaging for CPAN: 0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
barefootcoder committed Jun 2, 2012
1 parent 48e2f46 commit 046c5d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Revision history for Data::Random.

0.06_02 Thu May 31 15:33:10 PDT 2012
0.07 Sat Jun 2 16:44:53 PDT 2012
- fixed distro bugs (RT/73551, RT/75507, RT/77290)

0.06 Mon Nov 14 20:23:22 PST 2011
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Random.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ use vars qw(
@EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
@EXPORT = qw();

$Data::Random::VERSION = '0.06_02';
$Data::Random::VERSION = '0.07';

################################################################################
# - Subroutines
Expand Down Expand Up @@ -828,7 +828,7 @@ fgcolor - the foreground color of the image. The value must be a reference to a
=head1 VERSION
0.06_02
0.07
=head1 AUTHOR
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/Random/WordList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use File::Basename qw(dirname);
################################################################################
# - Global Constants and Variables
################################################################################
$Data::Random::WordList::VERSION = '0.06_02';
$Data::Random::WordList::VERSION = '0.07';

################################################################################
# - Subroutines
Expand Down Expand Up @@ -173,7 +173,7 @@ Closes the filehandle associated with the word list. It's good practice to do t
=head1 VERSION
0.06_02
0.07
=head1 AUTHOR
Expand Down

0 comments on commit 046c5d6

Please sign in to comment.