p4raw-id: //depot/perl@10403
use SelfLoader;
use vars qw { $VERSION @ISA %EXPORT_TAGS };
-$VERSION = '1.84';
+$VERSION = '1.85';
@ISA = qw ( Exporter );
%EXPORT_TAGS = ( ALL => [ qw(
while (1)
{
next if _match_codeblock($textref,
- qr/\s*->\s*(?:[a-zA-Z]\w+\s*)?/,
+ qr/\s*->\s*(?:[_a-zA-Z]\w+\s*)?/,
qr/[({[]/, qr/[)}\]]/,
qr/[({[]/, qr/[)}\]]/, 0);
next if _match_codeblock($textref,
# Change 1..1 below to 1..last_test_to_print .
# (It may become useful if the test is moved to ./t subdirectory.)
-BEGIN { $| = 1; print "1..77\n"; }
+BEGIN { $| = 1; print "1..81\n"; }
END {print "not ok 1\n" unless $loaded;}
use Text::Balanced qw ( extract_variable );
$loaded = 1;
@$listref;
@{$listref};
$obj->nextval;
+$obj->_nextval;
+$obj->next_val_;
@{$obj->nextval};
@{$obj->nextval($cat,$dog)->{new}};
@{$obj->nextval($cat?$dog:$fish)->{new}};