Skip to content

Commit 7a69e3c

Browse files
committed
Release version 0.20
1 parent 0a586e0 commit 7a69e3c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

Changes

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

3+
0.20 2021, Tue Apr 6th
4+
- Include the link to the repository in META.json
5+
- Add CI Configuration
6+
- Remove listing secondary dependencies
7+
- Tab to Space
8+
- Hide the modules used from testing from CPAN
9+
10+
Thanks a lot to Gabor Szabo for these improvements
11+
312
0.19 2020, Tue May 5th
413
- add perl license information to Makefile.PL
514

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
File::Random Version 0.19
1+
File::Random Version 0.20
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.19';
34+
our $VERSION = '0.20';
3535

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

0 commit comments

Comments
 (0)