]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/20-hash.t
Also handle old-style dereferencing "$$hashref{key}"
[perl/modules/autovivification.git] / t / 20-hash.t
index 760f9e14183cb452c8436ea2d02ec71f0bb47425..fa16a375d6cadae30f4499fcfbe3ceece2223dbf 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;