projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d4d68c
)
Fix POD syntax for PODed-out code
Dagfinn Ilmari Mannsåker [Mon, 25 Aug 2014 13:59:52 +0000 (16:59 +0300)]
lib/SQL/Translator/Utils.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Utils.pm
b/lib/SQL/Translator/Utils.pm
index
ffcf6f3
..
c27dc52
100644
(file)
--- a/
lib/SQL/Translator/Utils.pm
+++ b/
lib/SQL/Translator/Utils.pm
@@
-220,7
+220,8
@@
sub ddl_parser_instance {
});
# this is disabled until RT#74593 is resolved
-=begin for general sadness
+
+=begin sadness
unless ($parsers_libdir) {
@@
-280,6
+281,9
@@
sub ddl_parser_instance {
}
return $precompiled_mod->new;
+
+=end sadness
+
=cut
}