Skip Menu |

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

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

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

Bug Information
Severity: Important
Broken in: 0.10
Fixed in: 0.11000



Subject: missing prereq: Readonly
rob@banana:~/dev/general/sqlfairy$ ack-grep Readonly lib/SQL/Translator/Schema/Graph.pm 16:use Readonly; 20:Readonly my $Node => 'SQL::Translator::Schema::Graph::Node'; 21:Readonly my $Edge => 'SQL::Translator::Schema::Graph::Edge'; 22:Readonly my $Port => 'SQL::Translator::Schema::Graph::Port'; 23:Readonly my $CompoundEdge => 'SQL::Translator::Schema::Graph::CompoundEdge'; 24:Readonly my $HyperEdge => 'SQL::Translator::Schema::Graph::HyperEdge'; lib/SQL/Translator/Schema/Index.pm 49:use Readonly; 57:Readonly my %VALID_INDEX_TYPE => ( lib/SQL/Translator/Utils.pm 26:use Readonly; 33:Readonly my $COLLISION_TAG_LENGTH => 8; lib/SQL/Translator/Producer/SQLite.pm 43:use Readonly; 51:Readonly my $MAX_ID_LENGTH => 30;
Fixed in 0.1100.