Skip Menu |

This queue is for tickets about the DBIx-DBSchema CPAN distribution.

Report information
The Basics
Id: 82187
Status: resolved
Priority: 0/
Queue: DBIx-DBSchema

People
Owner: ivan-pause [...] 420.am
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.40
Fixed in: 0.44



Subject: Pod errors
Hi Ivan, a very little error reported by lintian: --- libdbix-dbschema-perl-0.40.orig/DBSchema.pm +++ libdbix-dbschema-perl-0.40/DBSchema.pm @@ -426,7 +426,7 @@ sub pretty_print { ). "}\n"; } -=cut +=pod =item pretty_read HASHREF
Subject: [patch] Pod errors in DBIx-DBSchema
Hi, Here is an updated patch, which also fixes two invalid links. Thanks for considering, dam Debian Perl Group
Subject: pod-error.patch
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.