Hi

I just tried to install you module under perl 5.8.8/Windows. It has
expected result:

CPAN::Reporter: test results were not valid, No Makefile or Build file found.

No 'Makefile' created
PJFL/catalyst-plugin-inflatemore/Catalyst-Plugin-InflateMore-0.1.32.tar.gz
  C:\vanilla-perl\perl\bin\perl.exe Makefile.PL -- NOT OK

P.S. There are easier ways to indicate that you don't support Windows,
searching PATH for PROGRA~1 is not always correct - I only have such
entries for FAR and GTK. Correct way is to do
if ($^O eq "MSWin32") {
    die "OS unsupported\n";
}
Such solution will also be more readable.


2008/11/11 Peter Flanigan <[EMAIL PROTECTED]>:
> I have this at the start of my Makefile.PLs
>
> exit 0 if ($ENV{AUTOMATED_TESTING} || $ENV{COMSPEC} || $ENV{PATH} =~
> m{srezic | PROGRA~1 }mx || $ENV{PERL5OPT} =~ m{ CPAN-Reporter }mx);
>
> and still my modules are being tested, see


-- 
Alexandr Ciornii, http://chorny.net

Reply via email to