[Catalyst-commits] r12487 -
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial
jawnsy at dev.catalyst.perl.org
jawnsy at dev.catalyst.perl.org
Tue Dec 29 00:49:48 GMT 2009
Author: jawnsy
Date: 2009-12-29 00:49:47 +0000 (Tue, 29 Dec 2009)
New Revision: 12487
Modified:
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/10_Appendices.pod
Log:
fix more uses of L<http://..|blah> (causes Test::Pod failures)
Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/10_Appendices.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/10_Appendices.pod 2009-12-29 00:48:00 UTC (rev 12486)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/10_Appendices.pod 2009-12-29 00:49:47 UTC (rev 12487)
@@ -139,10 +139,10 @@
=head1 APPENDIX 2: USING POSTGRESQL AND MYSQL
The main database used in this tutorial is the very simple yet powerful
-L<SQLite|http://www.sqlite.org>. This section provides information
+SQLite (L<http://www.sqlite.org>). This section provides information
that can be used to "convert" the tutorial to use
-L<PostgreSQL|http://www.postgresql.org> and
-L<MySQL|http://dev.mysql.com>. However, note that part of
+PostgreSQL (L<http://www.postgresql.org>) and
+MySQL (L<http://dev.mysql.com>). However, note that part of
the beauty of the MVC architecture is that very little database-specific
code is spread throughout the system (at least when MVC is "done
right"). Consequently, converting from one database to another is
More information about the Catalyst-commits
mailing list