Fixed error that was preventing MySQL parser from working with
authorKen Youens-Clark <kclark@cpan.org>
Wed, 30 Apr 2003 21:58:40 +0000 (21:58 +0000)
committerKen Youens-Clark <kclark@cpan.org>
Wed, 30 Apr 2003 21:58:40 +0000 (21:58 +0000)
commit58a88238267bb1a8ae6ac8721b03c596ed3d87b9
tree11d2aa29b9a78efe209f831bb32d4f813165b532
parent38c87513ea0262b311fa91111a31e0a355f62058
Fixed error that was preventing MySQL parser from working with
Parse::RecDescent 1.94 (needed a "1;" at the end of the create rule);
also made changes to %item hash elements with repeat modifiers to
match what they're now called in Parse::RecDescent 1.94;  these changes
now make the parser incompatible with earlier versions of P::RD!
lib/SQL/Translator/Parser/MySQL.pm