Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: fac5acde78af6f78fc487c688223671bdfe73ff0
https://github.com/perl5-dbi/dbi/commit/fac5acde78af6f78fc487c688223671bdfe73ff0
Author: H.Merijn Brand - Tux <[email protected]>
Date: 2013-05-10 (Fri, 10 May 2013)
Changed paths:
M lib/DBD/DBM.pm
M lib/DBI/DBD/SqlEngine.pm
M lib/DBI/DBD/SqlEngine/Developers.pod
Log Message:
-----------
pod text/link was reversed in a few cases
$ perldoc perlpod
To control what text is used for display, you use ""L<text|...>"", as in:
* "L<text|name>"
Link this text to that manual page. E.g., "L<Perl Error
Messages|perldiag>"
* "L<text|name/"sec">" or "L<text|name/sec>"
Link this text to that section in that manual page. E.g.,
"L<postfix "if"|perlsyn/"Statement Modifiers">"
* "L<text|/"sec">" or "L<text|/sec>" or "L<text|"sec">"
Link this text to that section in this manual page. E.g., "L<the
various attributes|/"Member Data">"