diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/TAP/Harness/Env.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/TAP/Harness/Env.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/TAP/Harness/Env.pm b/Master/tlpkg/tlperl/lib/TAP/Harness/Env.pm index c565b13bd0d..0a328da76a7 100644 --- a/Master/tlpkg/tlperl/lib/TAP/Harness/Env.pm +++ b/Master/tlpkg/tlperl/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.35'; +our $VERSION = '3.36_01'; # 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.35 +Version 3.36 =head1 SYNOPSIS |