Skip Menu |

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

Report information
The Basics
Id: 43735
Status: new
Priority: 0/
Queue: SQL-Script

People
Owner: Nobody in particular
Requestors: pshangov [...] yahoo.com
Cc:
AdminCc:

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



Subject: _HANDLE from Params::Util not imported but used
The _HANDLE sub from Params::Util is not imported on line 44, but is used on line 248. Changing line 44 to "use Params::Util qw{ _STRING _SCALAR _INSTANCE _HANDLE };" fixes the problem.