This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
VMS: reorder the elimination of 000000 in the canonpath logic,
[perl5.git] / lib / integer.t
index a74c404..946103d 100644 (file)
@@ -1,3 +1,10 @@
+#!./perl
+
+BEGIN {
+    chdir 't' if -d 't';
+    @INC = '../lib';
+}
+
 use integer;
 
 use Test::More tests => 11;