diff --git a/Changes b/Changes index e4b8e4a..e9026ec 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Crypt-URandom +0.53 Sat Feb 08 20:03:30 2025 + - Changes to try and catch CPAN Tester failures on solaris + 0.52 Thu Jan 23 06:33:51 2025 - Fixes to test suite. Thanks to Petr Pisar for GH#17 diff --git a/META.json b/META.json index 9619d46..37c5bf3 100644 --- a/META.json +++ b/META.json @@ -40,5 +40,5 @@ } }, "release_status" : "stable", - "version" : "0.52" + "version" : "0.53" } diff --git a/META.yml b/META.yml index 2d951bf..0c16e93 100644 --- a/META.yml +++ b/META.yml @@ -22,4 +22,4 @@ requires: English: '0' FileHandle: '0' Test::More: '0' -version: '0.52' +version: '0.53' diff --git a/README b/README index 2dad006..396047a 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ NAME VERSION - This document describes Crypt::URandom version 0.52 + This document describes Crypt::URandom version 0.53 SYNOPSIS diff --git a/README.md b/README.md index 629d498..11b1289 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Crypt::URandom - Provide non blocking randomness # VERSION -This document describes Crypt::URandom version 0.52 +This document describes Crypt::URandom version 0.53 # SYNOPSIS diff --git a/lib/Crypt/URandom.pm b/lib/Crypt/URandom.pm index d317101..a11b7f2 100644 --- a/lib/Crypt/URandom.pm +++ b/lib/Crypt/URandom.pm @@ -17,7 +17,7 @@ our %EXPORT_TAGS = ( 'all' => \@EXPORT_OK, ); our @CARP_NOT = ('Crypt::URandom'); BEGIN { - our $VERSION = '0.52'; + our $VERSION = '0.53'; eval { require XSLoader; @@ -245,7 +245,7 @@ Crypt::URandom - Provide non blocking randomness =head1 VERSION -This document describes Crypt::URandom version 0.52 +This document describes Crypt::URandom version 0.53 =head1 SYNOPSIS