Re: ExtUtils::MakeMaker full release pending
by Michael G Schwern other posts by this author
Feb 1 2002 8:21PM messages near this date
Re: ExtUtils::MakeMaker full release pending
|
Re: ExtUtils::MakeMaker full release pending
On Thu, Jan 31, 2002 at 09:02:31PM -0600, Craig A. Berry wrote:
> The files that it thinks are missing are in fact present.
>
> $ perl makefile.pl
> Checking if your kit is complete...
> Warning: the following files are missing in your kit:
> lib/extutils/manifest.pm
> lib/extutils/manifest.skip
> t/manifest.t
> Please inform the author.
This bothers me a lot because...
> t/manifest.......
> ok
This should have failed. Which means the test sucks.
> t/installed......
> # Failed test (t/installed.t at line 117)
> # Failed test (t/installed.t at line 118)
> # The object isn't defined
> # Failed test (t/installed.t at line 119)
> # got: undef
> # expected: '1.1.1'
> # Failed test (t/installed.t at line 143)
> # got: '0'
> # expected: '1'
> # Failed test (t/installed.t at line 144)
> # undef
> # doesn't match '(?-xism:foo$)'
> # Failed test (t/installed.t at line 146)
> # got: '0'
> # expected: '2'
> # Failed test (t/installed.t at line 150)
> # got: '0'
> # expected: '1'
> # Failed test (t/installed.t at line 151)
> # undef
> # doesn't match '(?-xism:foobar$)'
> # Failed test (t/installed.t at line 160)
> # got: '0'
> # expected: '2'
> # Failed test (t/installed.t at line 171)
> # got: '0'
> # expected: '2'
> # Looks like you failed 10 tests of 43.
> %SYSTEM-F-ABORT, abort
> dubious
> Test returned status 44 (wstat 1024, 0x400)
> (VMS status is 44)
> DIED. FAILED tests 19-21, 25-27, 29-30, 33, 36
> Failed 10/43 tests, 76.74% okay
There's also problems with Installed.t on Win32, so it probably just
needs some more porting.
--
Michael G. Schwern <schwern@[...].com> http://www.pobox.com/~schwern/
Perl Quality Assurance <perl-qa@[...].org> Kwalitee Is Job One
pleasing symmetry
the paste goes in at one end
comes out the other.
-- mjd
Thread:
Michael G Schwern
Craig A. Berry
Michael G Schwern
Jarkko Hietaniemi
|