Skip Menu |

This queue is for tickets about the SQL-ReservedWords CPAN distribution.

Report information
The Basics
Id: 28367
Status: resolved
Priority: 0/
Queue: SQL-ReservedWords

People
Owner: Nobody in particular
Requestors: olaf [...] wundersolutions.com
Cc:
AdminCc:

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



Subject: Can't locate POD/Usage.pm
This patch fixes the "Can't locate POD/Usage.pm" error that I'm getting. Olaf
Subject: sqlrw.patch
--- sqlrw 2007-07-18 12:13:47.000000000 -0400 +++ sqlrw.new 2007-07-18 12:16:23.000000000 -0400 @@ -56,7 +56,7 @@ REPORT sub usage { - require POD::Usage; + require Pod::Usage; Pod::Usage::pod2usage( @_ ); }
Vid Ons, 18 Jul 2007 kl. 12.20.57, skrev OALDERS: Show quoted text
> This patch fixes the "Can't locate POD/Usage.pm" error that I'm getting. > > Olaf
Thanks, I have applied the patch and released a new version on CPAN. -- chansen