Description: Fix POD errors
A couple of errors in POD
Author: Xavier Guimard <x.guimard@free.fr>, Damyan Ivanov <dmn@debian.org>
Bug:
https://rt.cpan.org/Ticket/Display.html?id=82187
Last-Update: 2013-11-06
--- a/DBSchema.pm
+++ b/DBSchema.pm
@@ -446,12 +446,12 @@ sub pretty_print {
). "}\n";
}
-=cut
+=pod
=item pretty_read HASHREF
This method is B<not> recommended. If you need to load and save your schema
-to a file, see the L</load|load> and L</save|save> methods.
+to a file, see the L</load> and L</save> methods.
Creates a schema as specified by a data structure such as that created by
B<pretty_print> method.