Skip to content

Commit

Permalink
Release 0.19 with added perl license info
Browse files Browse the repository at this point in the history
  • Loading branch information
hanfried committed May 5, 2020
1 parent 008c006 commit 9e06c59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension File::Random.

0.19 2020, Tue May 5th
- add perl license information to Makefile.PL

0.18 2017, Sun Oct 22
- follow option to follow symlinks

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
File::Random Version 0.18
File::Random Version 0.19
=========================
NAME
File::Random - Perl module for random selecting of a file
Expand Down
2 changes: 1 addition & 1 deletion Random.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{':all'} }, 'corf' );
our @EXPORT = qw(
);
our $VERSION = '0.18';
our $VERSION = '0.19';

sub _standard_dir($);
sub _dir(%);
Expand Down

0 comments on commit 9e06c59

Please sign in to comment.