Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MySQL-Diff CPAN distribution.

Report information
The Basics
Id: 77002
Status: new
Priority: 0/
Queue: MySQL-Diff

People
Owner: Nobody in particular
Requestors: vstokes [...] stokesindustries.com
Cc:
AdminCc:

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



Subject: Use of uninitialized value in Table.pm at line 212
Received this error: Use of uninitialized value $name in concatenation (.) or string at /usr/local/share/perl/5.12.4/MySQL/Diff/Table.pm line 212. definition for field 'Insurance' duplicated in table '' at /usr/local/share/perl/5.12.4/MySQL/Diff/Database.pm line 269 There error is in this statement at line 212: croak "definition for field '$field' duplicated in table '{$name}'\n" and it should be: croak "definition for field '$field' duplicated in table '$self->{name}'\n"