X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSQL%2FTranslator%2FParser%2FDBIx%2FClass.pm;h=5d146f809dc8ca1573e478f9ebbe4acd366d2e48;hb=2ad89bf5245096ebf2f9a9df53525c323dd6e44b;hp=a94915a513c7869d78e4d78262450d435f57eed1;hpb=3bf702eba822562d276794d6f6d9d5fc34540d9b;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/SQL/Translator/Parser/DBIx/Class.pm b/lib/SQL/Translator/Parser/DBIx/Class.pm index a94915a..5d146f8 100644 --- a/lib/SQL/Translator/Parser/DBIx/Class.pm +++ b/lib/SQL/Translator/Parser/DBIx/Class.pm @@ -32,7 +32,7 @@ use base qw(Exporter); # ------------------------------------------------------------------- sub parse { # this is a hack to prevent schema leaks due to a retarded SQLT implementation - # DO NOT REMOVE + # DO NOT REMOVE (until SQLT2 is out, the all of this will be rewritten anyway) Scalar::Util::weaken ($_[1]); my ($tr, $data) = @_;