We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd82b5 commit e24ac8dCopy full SHA for e24ac8d
Changes
@@ -1,6 +1,6 @@
1
Revision history for Data-Random-String-Matches
2
3
-0.04
+0.04 Mon Nov 3 21:02:16 EST 2025
4
Fixed 'Argument "#" isn't numeric in range (or flop)' with qr/!#-'*+\\-\\.\\^_`|~0-9A-Za-z/
5
6
0.03 Wed Oct 29 19:12:57 EDT 2025
lib/Data/Random/String/Matches.pm
@@ -9,7 +9,7 @@ use Carp qw(carp croak);
9
use Params::Get;
10
use utf8;
11
12
-our $VERSION = '0.03';
+our $VERSION = '0.04';
13
14
=head1 NAME
15
0 commit comments