diff options
author | David Mitchell <davem@iabyn.com> | 2009-08-05 20:46:32 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-08-05 20:46:32 +0100 |
commit | cb06ebec412ca5c62617b8007098bd39019a09df (patch) | |
tree | 91636adad558e2269e74e0dba5e4ecacdaa6d808 /t | |
parent | 039dab98824ab37144e8e9a1c62c6a4cbd4a8012 (diff) | |
download | perl-cb06ebec412ca5c62617b8007098bd39019a09df.tar.gz |
ExtUtils::MakeMaker 6.55_02
Diffstat (limited to 't')
-rw-r--r-- | t/lib/MakeMaker/Test/Utils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/MakeMaker/Test/Utils.pm b/t/lib/MakeMaker/Test/Utils.pm index 7e5d5fc6cd..b81791d95e 100644 --- a/t/lib/MakeMaker/Test/Utils.pm +++ b/t/lib/MakeMaker/Test/Utils.pm @@ -290,7 +290,7 @@ sub run { use ExtUtils::MM; - # Unix, modern Windows and OS/2 from 5.005_54 up can handle can handle 2>&1 + # Unix, modern Windows and OS/2 from 5.005_54 up can handle 2>&1 # This makes our failure diagnostics nicer to read. if( MM->os_flavor_is('Unix') or (MM->os_flavor_is('Win32') and !MM->os_flavor_is('Win9x')) or |