Skip Menu |

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

Report information
The Basics
Id: 22027
Status: resolved
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: cpan [...] clotho.com
Cc: sqlt-graph
AdminCc:

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



CC: sqlt-graph issue: arg processing
When running sqlt-graph, I get this message: Undefined argument in option spec Undefined argument in option spec Undefined argument in option spec The following change fixes it. From: 'show-datatypes' => $show_datatypes, 'show-sizes' => $show_sizes, 'show-constraints' => $show_constraints, to: 'show-datatypes' => \$show_datatypes, 'show-sizes' => \$show_sizes, 'show-constraints' => \$show_constraints,
Resolved a long time ago