Skip Menu |

This queue is for tickets about the Pod-Spell CPAN distribution.

Report information
The Basics
Id: 29738
Status: resolved
Priority: 0/
Queue: Pod-Spell

People
Owner: Nobody in particular
Requestors: ghs1 [...] alcatel-lucent.com
Cc:
AdminCc:

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



Subject: Minor bug in pod::spell
Date: Wed, 3 Oct 2007 11:07:25 -0500
To: <bug-Pod-Spell [...] rt.cpan.org>
From: "Sitzmann, Gary H \(Gary\)" <ghs1 [...] alcatel-lucent.com>
Got the following error when doing a make test for Pod-Spell-1.01. # Perl version 5.008004 under solaris Can't locate Pod/Escapes.pm in @INC (@INC contains: blib/lib blib/arch /opt/perl/5.8.4/lib/5.8.4/sun4-solaris /opt/perl/5.8.4/lib/5.8.4 /opt/perl/5.8.4/lib/site_perl/5.8.4/sun4-solaris /opt/perl/5.8.4/lib/site_perl/5.8.4 /opt/perl/5.8.4/lib/site_perl .) at blib/lib/Pod/Spell.pm line 14, <DATA> line 1002. BEGIN failed--compilation aborted at blib/lib/Pod/Spell.pm line 14, <DATA> line 1002. Compilation failed in require at test.pl line 13, <DATA> line 1002. BEGIN failed--compilation aborted at test.pl line 13, <DATA> line 1002. *** Error code 2 make: Fatal error: Command failed for target `test_dynamic' Fairly simple to work around it, since I just download Pod::Escapes, but it would be better for perl Makefile.PL to catch the dependency. I checked and I think I see the check in makefile.PL but at least for my install it didn't catch it. Oh well. I guess it is possible that I didn't run perl on the PL file, but I'm pretty sure I did and still got the error. Gary Gary Sitzmann Alcatel-Lucent mailto:ghs1@alcatel-lucent.com Phone: 630 713 7338 http://mobility.ih.lucent.com/~ghs1
Makefile is now generated with dzil, this should no longer apply.