diff options
Diffstat (limited to 'cpan/Test-Harness/lib/TAP/Harness/Env.pm')
-rw-r--r-- | cpan/Test-Harness/lib/TAP/Harness/Env.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Harness/lib/TAP/Harness/Env.pm b/cpan/Test-Harness/lib/TAP/Harness/Env.pm index 0a328da76a..842d9d7961 100644 --- a/cpan/Test-Harness/lib/TAP/Harness/Env.pm +++ b/cpan/Test-Harness/lib/TAP/Harness/Env.pm @@ -7,7 +7,7 @@ use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Object; use Text::ParseWords qw/shellwords/; -our $VERSION = '3.36_01'; +our $VERSION = '3.38'; # Get the parts of @INC which are changed from the stock list AND # preserve reordering of stock directories. @@ -126,7 +126,7 @@ TAP::Harness::Env - Parsing harness related environmental variables where approp =head1 VERSION -Version 3.36 +Version 3.38 =head1 SYNOPSIS |