This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Capitalise magic descriptions consistently
[perl5.git] / t / comp / hints.aux
index 79b6dee..bb75d7b 100644 (file)
@@ -1,5 +1,4 @@
-our($ra1, $ri1, $rf1, $rfe1);
-$ra1 = $[;
+our($ri1, $rf1, $rfe1);
 BEGIN { $ri1 = $^H; $rf1 = $^H{foo}; $rfe1 = exists($^H{foo}); }
 
 1;