]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/31-array-fast.t
Also handle old-style dereferencing "$$hashref{key}"
[perl/modules/autovivification.git] / t / 31-array-fast.t
index 2930304683b5f42810e973916550222eecd4a031..1adab77b6c6bdcbf88f799b1812f863d19d6c8ce 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 6 * 3 * 274;
+use Test::More tests => 9 * 3 * 274;
 
 use lib 't/lib';
 use autovivification::TestCases;