]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/lib/indirect/TestRequired3Y.pm
Use the hint pointer as the unique identifier for the %^H entry
[perl/modules/indirect.git] / t / lib / indirect / TestRequired3Y.pm
diff --git a/t/lib/indirect/TestRequired3Y.pm b/t/lib/indirect/TestRequired3Y.pm
new file mode 100644 (file)
index 0000000..9fdec64
--- /dev/null
@@ -0,0 +1,5 @@
+package indirect::TestRequired3Y;
+
+sub new { push @main::new, __PACKAGE__ }
+
+new indirect::TestRequired3Y;