Skip Menu |

This queue is for tickets about the Carp-Assert CPAN distribution.

Report information
The Basics
Id: 14858
Status: resolved
Priority: 0/
Queue: Carp-Assert

People
Owner: Nobody in particular
Requestors: alexmv [...] mit.edu
jpo [...] di.uminho.pt
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: (no value)



Subject: Build problem with Test::Inline 2.x
Michael Schwern, Carp::Assert fails to build correctly if Test::Inline 2.x is installed. The more recent versions of Test::Inline don't have the pod2test script. Build output: ... cp lib/Carp/Assert.pm blib/lib/Carp/Assert.pm make: pod2test: Command not found ... More information: Comments #1, #2, and #3 of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=165903 /jpo
Subject: Carp::Assert lacks Pod::Tests dependency
Carp::Assert uses pod2test in its Makefile, however does not include a dependency for Pod::Tests, which provides pod2test. This yields the error message: cp lib/Carp/Assert.pm blib/lib/Carp/Assert.pm make: pod2test: Command not found make: *** [testifypods] Error 127 ..the fix is to add Pod::Tests so the PREREQ_PM section of Makefile.PL - Alex
0.19 should fix this issue by making pod2test no longer run during normal installation.