Skip to content

Commit

Permalink
Updating to 0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jan 6, 2025
1 parent 14bf8f3 commit 91d72b1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Revision history for Crypt-URandom

0.46 Sat Jan 03 19:44:05 2025
0.48 Mon Jan 05 21:40:53 2025
- Adding LICENSE file
- Hiding compiler output behind CRYPT_URANDOM_BUILD_DEBUG
- Small cleanups

0.47 Sat Jan 03 19:44:05 2025
- CPAN Testers fixes and cleanups

0.45 Sat Jan 03 09:25:36 2025
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
}
},
"release_status" : "stable",
"version" : "0.46"
"version" : "0.47"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ requires:
English: '0'
FileHandle: '0'
Test::More: '0'
version: '0.46'
version: '0.47'
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NAME

VERSION

This document describes Crypt::URandom version 0.46
This document describes Crypt::URandom version 0.47

SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Crypt::URandom - Provide non blocking randomness

# VERSION

This document describes Crypt::URandom version 0.46
This document describes Crypt::URandom version 0.47

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Crypt/URandom.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ our %EXPORT_TAGS = ( 'all' => \@EXPORT_OK, );
our @CARP_NOT = ('Crypt::URandom');

BEGIN {
our $VERSION = '0.46';
our $VERSION = '0.47';
eval {
require XSLoader;

Expand Down Expand Up @@ -218,7 +218,7 @@ Crypt::URandom - Provide non blocking randomness
=head1 VERSION
This document describes Crypt::URandom version 0.46
This document describes Crypt::URandom version 0.47
=head1 SYNOPSIS
Expand Down

0 comments on commit 91d72b1

Please sign in to comment.