]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/30-array.t
Also handle old-style dereferencing "$$hashref{key}"
[perl/modules/autovivification.git] / t / 30-array.t
index c6be2aa5df8aa7af7d630cef06d9424e51aad274..feea9ebfee9b7218481784004ae4b5b7cff08cca 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;