]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/21-hash-specific.t
Also handle old-style dereferencing "$$hashref{key}"
[perl/modules/autovivification.git] / t / 21-hash-specific.t
index 47c7b41c5b89e1330f95cbe59660b0adce7aa050..a965ed29c94c4a4fce06bbf939da7448d95524ff 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 6 * 3 * 64;
+use Test::More tests => 9 * 3 * 64;
 
 use lib 't/lib';
 use autovivification::TestCases;