This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT #75468: readline ignores <> overloading when arg is tied
[perl5.git] / t / lib / mypragma.pm
index 45244f6..fc6ee7b 100644 (file)
@@ -30,7 +30,7 @@ use strict;
 use warnings;
 
 sub import {
-    $^H{mypragma} = 1;
+    $^H{mypragma} = 42;
 }
 
 sub unimport {