Skip Menu |

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

Report information
The Basics
Id: 4505
Status: resolved
Worked: 1 min
Priority: 0/
Queue: SQL-Translator

People
Owner: kclark [...] cpan.org
Requestors:
Cc:
AdminCc:

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



Subject: quotemeta needed in SQL::Translator::_list
This breaks `sqlt --list' in sub _list , around line 686 my $base_dir = catfile 'SQL', 'Translator', $uctype; ought to be my $base_dir = quotemeta catfile 'SQL', 'Translator', $uctype; you should check all your source code for this, as it is commonly overlooked. Cheers