Skip Menu |

This queue is for tickets about the CfgTie CPAN distribution.

Report information
The Basics
Id: 1244
Status: new
Priority: 0/
Queue: CfgTie

People
Owner: Nobody in particular
Requestors: cpan [...] illuminated.co.uk
Cc:
AdminCc:

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



Subject: Tests fail on 5.005_02 (patches included)
Hi, The tests break on Perl 5.005_02 (ancient, I know) because I think this distribution doesn't come with File::Spec by default. In addition, there's a couple of warnings caused by a typo in the POD. (The tests also produce some strange warnings because my machine doesn't have /sbin/chkconfig or /home/randym but they're more cosmetic annoyances.) Patches: --- lib/Secure/File.pm~ Sun Nov 11 15:57:29 2001 +++ lib/Secure/File.pm Sun Jul 7 22:55:11 2002 @@ -41,6 +41,7 @@ package Secure::File; use IO::File; use Carp; +use File::Spec; @ISA=qw(IO::File); 1; --- lib/CfgTie/TieRealm.pm~ Sun Nov 11 16:58:45 2001 +++ lib/CfgTie/TieRealm.pm Sun Jul 7 22:56:45 2002 @@ -11,7 +11,7 @@ Makes it easy to manage a variety of web servers thru one. -=head DESCRIPTION +=head1 DESCRIPTION =head1 Caveats