Skip Menu |

This queue is for tickets about the Tie-Gzip CPAN distribution.

Report information
The Basics
Id: 13490
Status: new
Priority: 0/
Queue: Tie-Gzip

People
Owner: Nobody in particular
Requestors: michael [...] styer.net
Cc:
AdminCc:

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



Subject: Gzip.pm uses File::Package->load_package without "use File::Package"
Just a quick error: On line 56 of Gzip.pm version 1.11, the function File::Package->load_package is called, but the module doesn't 'use' or 'require' File::Package. So when you try to run anything using Tie::Gzip, you get this error: Can't locate object method "load_package" via package "File::Package" (perhaps you forgot to load "File::Package"?) at C:/Perl/site/lib/Tie/Gzip.pm line 56. Thanks. Mike