1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Description: fix pod error messages.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=169601
Last-Update: 2025-09-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libace-perl.orig/Ace.pm
+++ libace-perl/Ace.pm
@@ -1191,6 +1191,8 @@
B<fetch_many()> instead (see below). Also see the get() method, which
is equivalent to the simple two-argument form of fetch().
+=over 4
+
=item get() method
$object = $db->get($class,$name [,$fill]);
@@ -1221,6 +1223,8 @@
$object = $db->fetch($class=>$name);
+=back
+
=head2 aql() method
$count = $db->aql($aql_query);
--- libace-perl.orig/Ace/Graphics/GlyphFactory.pm
+++ libace-perl/Ace/Graphics/GlyphFactory.pm
@@ -186,6 +186,7 @@
@options. Generic options are described in L<Ace::Graphics::Panel>,
and specific options are described in each of the
Ace::Graphics::Glyph::* manual pages.
+
=back
=head2 OBJECT METHODS
--- libace-perl.orig/Ace/Sequence/GappedAlignment.pm
+++ libace-perl/Ace/Sequence/GappedAlignment.pm
@@ -163,6 +163,8 @@
expressed as relative to the start of the gene. The first exon will
(usually) be 1.
+=back
+
=head1 SEE ALSO
L<Ace>, L<Ace::Object>, L<Ace::Sequence>,L<Ace::Sequence::Homol>,
--- libace-perl.orig/Ace/Sequence/Gene.pm
+++ libace-perl/Ace/Sequence/Gene.pm
@@ -145,6 +145,8 @@
expressed as relative to the start of the gene. The first exon will
(usually) be 1.
+=back
+
=head1 SEE ALSO
L<Ace>, L<Ace::Object>, L<Ace::Sequence>,L<Ace::Sequence::Homol>,
--- libace-perl.orig/Ace/Sequence/Transcript.pm
+++ libace-perl/Ace/Sequence/Transcript.pm
@@ -165,6 +165,8 @@
expressed as relative to the start of the gene. The first exon will
(usually) be 1.
+=back
+
=head1 SEE ALSO
L<Ace>, L<Ace::Object>, L<Ace::Sequence>,L<Ace::Sequence::Homol>,
|