Re: [Module-build-general] Module::Build 0.18_02 FAIL on Windows nmake
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-06-11 14:38:32
|
On Wednesday, June 11, 2003, at 03:59 AM, Andrew Savige wrote: > > Just curious, I notice you are using, for example: > G:\Perl\bin\perl.exe .\Build realclean > Why not use: > G:\Perl\bin\perl.exe Build realclean > i.e. Under what circumstances will 'perl ./Build' work and > 'perl Build' fail? The latter seems preferable to me because > some systems (unlike Unix and Windows) may have no understanding > that '.' means current working directory. You're right - that's a holdover from when I had just "./Build foo" instead of "$perl Build foo". I'll make the change. > Anyway, I downloaded Base.pm/Compat.pm/basic.t/compat.t from CVS > and copied on top of M::B v0.18_02. > All tests then passed except test 21 of t/compat.t. There's a change in t/Sample/test.pl that should print out "Done.\n" at the end, did you get that copied over? -Ken |