From: Ivan Kohler Date: Thu, 7 Nov 2013 04:50:22 +0000 (-0800) Subject: POD fixes from Xavier Guimard and Damyan Ivanov dmn@debian.org... X-Git-Url: http://git.freeside.biz/gitweb/?p=DBIx-DBSchema.git;a=commitdiff_plain;h=a0d2ce8002dc8b55feed629358ae1241bec65ced POD fixes from Xavier Guimard and Damyan Ivanov dmn@debian.org> of the Debian Perl Group, closes: CPAN#82187 --- diff --git a/Changes b/Changes index 42bb0bf..38ae7bd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl module DBIx::DBSchema +0.44_01 not released + - POD fixes from Xavier Guimard and Damyan Ivanov + of the Debian Perl Group, closes: CPAN#82187 + 0.43 2013-11-04 14:58;32 PST - Incorporate CPAN::Changes::Spec-compliant Changes file from Neil Bowers , closes: CPAN#90023, thanks! diff --git a/DBSchema.pm b/DBSchema.pm index 3c9de04..fef7c09 100644 --- a/DBSchema.pm +++ b/DBSchema.pm @@ -8,7 +8,7 @@ use DBIx::DBSchema::Index; use DBIx::DBSchema::Column; use DBIx::DBSchema::ForeignKey; -our $VERSION = '0.43'; +our $VERSION = '0.44_01'; $VERSION = eval $VERSION; # modperlstyle: convert the string into a number our $DEBUG = 0; @@ -446,12 +446,10 @@ sub pretty_print { ). "}\n"; } -=cut - =item pretty_read HASHREF This method is B recommended. If you need to load and save your schema -to a file, see the L and L methods. +to a file, see the L and L methods. Creates a schema as specified by a data structure such as that created by B method.