From: Jarkko Hietaniemi Date: Sat, 12 Jan 2002 18:27:32 +0000 (+0000) Subject: Hrmph. Is having a test for an exact version of MM_Unix.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b3e00df85f0acd4faa55a140aa762a15b19dca3;p=p5sagit%2Fp5-mst-13.2.git Hrmph. Is having a test for an exact version of MM_Unix.pm really worth the bits it's printed on? p4raw-id: //depot/perl@14220 --- diff --git a/lib/ExtUtils/t/MM_Unix.t b/lib/ExtUtils/t/MM_Unix.t index 1b918e8..791b758 100644 --- a/lib/ExtUtils/t/MM_Unix.t +++ b/lib/ExtUtils/t/MM_Unix.t @@ -34,7 +34,7 @@ my $os = ($ExtUtils::MM_Unix::Is_OS2 || 0) + ($ExtUtils::MM_Unix::Is_VMS || 0); ok ( $os <= 1, 'There can be only one (or none)'); -is ($ExtUtils::MM_Unix::VERSION, '1.12604', 'Should be that version'); +is ($ExtUtils::MM_Unix::VERSION, '1.12605', 'Should be that version'); # when the following calls like canonpath, catdir etc are replaced by # File::Spec calls, the test's become a bit pointless