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
|
Description: fix some POD glitches
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=84308
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=84308
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-03-30
--- a/lib/Tangram/Intro.pod
+++ b/lib/Tangram/Intro.pod
@@ -17,7 +17,7 @@
There are yin and yang approaches to object persistence. Are you a
yin programmer or a yang programmer?
-=over *
+=over
=item B<yin>
--- a/lib/Tangram.pod
+++ b/lib/Tangram.pod
@@ -129,6 +129,8 @@
L<Tangram::Sybase>. These extensions only add functionality, and are
not required for core operation of Tangram.
+=back
+
=head1 COMPATIBILITY
Tangram has been known to run in the following environments, however,
|