diff options
Diffstat (limited to 't/t0202/test.pl')
-rwxr-xr-x | t/t0202/test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0202/test.pl b/t/t0202/test.pl index 2cbf7b9..47d96a2 100755 --- a/t/t0202/test.pl +++ b/t/t0202/test.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -use 5.008; +use 5.008001; use lib (split(/:/, $ENV{GITPERLLIB})); use strict; use warnings; |