Skip Menu |

This queue is for tickets about the Test-Without-Module CPAN distribution.

Report information
The Basics
Id: 24135
Status: resolved
Priority: 0/
Queue: Test-Without-Module

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in: (no value)



Subject: pod2test: Command not found
Something seems to rely that pod2test is in the path. This is not necessarily the case. CPAN.pm: Going to build C/CO/CORION/Test-Without-Module-0.06.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Test::Without::Module make[1]: Entering directory `/home/k/.cpan/build/Test-Without-Module-0.06-OB08vW' cp lib/Test/Without/Module.pm blib/lib/Test/Without/Module.pm make[1]: pod2test: Command not found make[1]: *** [testifypods] Error 127 make[1]: Leaving directory `/home/k/.cpan/build/Test-Without-Module-0.06-OB08vW' CORION/Test-Without-Module-0.06.tar.gz /usr/bin/make -- NOT OK There is no prereq that would guarantee that pod2test is installed. Note that I do have Test::Inline installed but I find no pod2test in the package. And even if it were installed, I would not have the installed file in the PATH. Some construction with $Config::Config{scriptdir} would probably solve the puzzle. Liebe Gruesse:)
I've uploaded a patch to my CPAN directory: ANDK/patches/Test-Without-Module-0.06-ANDK-01.patch.gz that seems to do the trick. Lieber Gruesse:)
Subject: Re: [rt.cpan.org #24135] pod2test: Command not found
Date: Fri, 29 Dec 2006 18:56:49 +0100 (MET)
To: bug-Test-Without-Module [...] rt.cpan.org
From: Max Maischein <corion [...] corion.net>
Hello Andreas, Show quoted text
> I've uploaded a patch to my CPAN directory: > > ANDK/patches/Test-Without-Module-0.06-ANDK-01.patch.gz > > that seems to do the trick.
Great, thanks! I just demoved all Test::Inline functionality from Makefile.PL - that should work the same way and protect me from future failures there ... V0.08 is on its way onto the CPAN Thanks for the patch, -max