diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-19 16:05:35 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-19 16:05:35 +0100 |
commit | 6d1e0911864d555c9a4092b6f03614010f4243c7 (patch) | |
tree | abe3f3de4025d9acf74fd0b3d506d099b22b66d9 /cpan/IPC-Cmd/lib/IPC | |
parent | 98eca5fabe72a76b2530c567877e77e0eb7da6ad (diff) | |
download | perl-6d1e0911864d555c9a4092b6f03614010f4243c7.tar.gz |
Fix IPC-Cmd tests for Solaris (and potentially other SVR* variants)
Diffstat (limited to 'cpan/IPC-Cmd/lib/IPC')
-rw-r--r-- | cpan/IPC-Cmd/lib/IPC/Cmd.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/IPC-Cmd/lib/IPC/Cmd.pm b/cpan/IPC-Cmd/lib/IPC/Cmd.pm index 4a9dc9b8bf..10b4ace9a0 100644 --- a/cpan/IPC-Cmd/lib/IPC/Cmd.pm +++ b/cpan/IPC-Cmd/lib/IPC/Cmd.pm @@ -17,7 +17,7 @@ BEGIN { $INSTANCES $ALLOW_NULL_ARGS ]; - $VERSION = '0.84'; + $VERSION = '0.84_01'; $VERBOSE = 0; $DEBUG = 0; $WARN = 1; |