@@ -18,7 +18,7 @@ use Exporter ();
18
18
19
19
use vars qw { $VERSION @ISA %EXPORT_TAGS } ;
20
20
BEGIN {
21
- $VERSION = ' 2.06 ' ;
21
+ $VERSION = ' 2.07 ' ;
22
22
@ISA = ' Exporter' ;
23
23
%EXPORT_TAGS = (
24
24
ALL => [ qw{
@@ -1005,7 +1005,8 @@ sub extract_multiple (;$$$$) # ($text, $functions_ref, $max_fields, $ignoreun
1005
1005
{
1006
1006
$unkpos = pos($ $textref )-1
1007
1007
unless $igunk || defined $unkpos ;
1008
- _update_patvalid($textref , substr $ $textref , $unkpos , pos($ $textref )-$unkpos );
1008
+ _update_patvalid($textref , substr $ $textref , defined $unkpos ? $unkpos : 0,
1009
+ pos($ $textref ) - (defined $unkpos ? $unkpos : 0));
1009
1010
}
1010
1011
}
1011
1012
@@ -2368,16 +2369,14 @@ Bug reports and suggestions can be made on the CPAN Request Tracker at
2368
2369
L<https://rt.cpan.org/Public/Bug/Report.html?Queue=Text-Balanced>.
2369
2370
2370
2371
Currently active requests on the CPAN Request Tracker can be viewed at
2371
- L<https://rt.cpan.org/Public/Dist/Display.html?Status=Active; Queue=Text-Balanced>.
2372
+ L<https://rt.cpan.org/Public/Dist/Display.html?Queue=Text-Balanced>.
2372
2373
2373
- Please test this distribution. See CPAN Testers Reports at
2374
+ Please test this distribution. See CPAN Testers at
2374
2375
L<https://www.cpantesters.org/> for details of how to get involved.
2375
2376
2376
- Previous test results on CPAN Testers Reports can be viewed at
2377
- L<https://www.cpantesters.org/distro/T/Text-Balanced.html>.
2378
-
2379
- Please rate this distribution on CPAN Ratings at
2380
- L<https://cpanratings.perl.org/rate/?distribution=Text-Balanced>.
2377
+ Previous test results on CPAN Testers can be viewed at
2378
+ L<https://www.cpantesters.org/distro/T/Text-Balanced.html> and
2379
+ L<https://fast2-matrix.cpantesters.org/?dist=Text-Balanced>.
2381
2380
2382
2381
=head1 AVAILABILITY
2383
2382
@@ -2421,11 +2420,11 @@ License or the Artistic License, as specified in the F<LICENCE> file.
2421
2420
2422
2421
=head1 VERSION
2423
2422
2424
- Version 2.06
2423
+ Version 2.07
2425
2424
2426
2425
=head1 DATE
2427
2426
2428
- 05 Jun 2022
2427
+ 08 Aug 2025
2429
2428
2430
2429
=head1 HISTORY
2431
2430
0 commit comments