Skip to content

Commit 9e06c59

Browse files
committed
Release 0.19 with added perl license info
1 parent 008c006 commit 9e06c59

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension File::Random.
22

3+
0.19 2020, Tue May 5th
4+
- add perl license information to Makefile.PL
5+
36
0.18 2017, Sun Oct 22
47
- follow option to follow symlinks
58

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
File::Random Version 0.18
1+
File::Random Version 0.19
22
=========================
33
NAME
44
File::Random - Perl module for random selecting of a file

Random.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{':all'} }, 'corf' );
3131
our @EXPORT = qw(
3232
3333
);
34-
our $VERSION = '0.18';
34+
our $VERSION = '0.19';
3535

3636
sub _standard_dir($);
3737
sub _dir(%);

0 commit comments

Comments
 (0)