File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11Revision history for Data-Random-String-Matches
22
3+ 0.05
4+ Fix RT#171399
5+
360.04 Mon Nov 3 21:02:16 EST 2025
47 Fixed 'Argument "#" isn't numeric in range (or flop)' with qr/!#-'*+\\-\\.\\^_`|~0-9A-Za-z/
58
Original file line number Diff line number Diff line change @@ -73,5 +73,5 @@ WriteMakefile(
7373 }
7474 },
7575 },
76- MIN_PERL_VERSION => ' 5.010 '
76+ MIN_PERL_VERSION => ' 5.014 '
7777);
Original file line number Diff line number Diff line change 11package Data::Random::String::Matches ;
22
3- use 5.010 ;
3+ use 5.014 ;
44
55use strict;
66use warnings;
@@ -193,7 +193,7 @@ sub new {
193193 regex => $regex_obj ,
194194 regex_str => " $regex " ,
195195 length => $length || 10,
196- backrefs => {}, # Store backreferences
196+ backrefs => {}, # Store backreferences
197197 named_refs => {}, # Store named captures
198198 };
199199
You can’t perform that action at this time.
0 commit comments