From 9e06c59771cc38ae82a3b58c949d8ca211a7b031 Mon Sep 17 00:00:00 2001 From: Janek Schleicher Date: Tue, 5 May 2020 11:03:25 +0200 Subject: [PATCH] Release 0.19 with added perl license info --- Changes | 3 +++ README | 2 +- Random.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 994060f..fa3696a 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/README b/README index 989dee5..d21b87e 100644 --- a/README +++ b/README @@ -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 diff --git a/Random.pm b/Random.pm index 912ce56..162129e 100644 --- a/Random.pm +++ b/Random.pm @@ -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(%);