[Catalyst-commits] r9711 -
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial
hkclark at dev.catalyst.perl.org
hkclark at dev.catalyst.perl.org
Thu Apr 16 09:32:40 GMT 2009
Author: hkclark
Date: 2009-04-16 10:32:40 +0100 (Thu, 16 Apr 2009)
New Revision: 9711
Modified:
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
Log:
Fix typo in Timestamp -> TimeStamp (with thanks to Kiffin Gish)
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod 2009-04-16 08:14:37 UTC (rev 9710)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod 2009-04-16 09:32:40 UTC (rev 9711)
@@ -975,7 +975,7 @@
exists "/root/dev/MyApp/script/../lib/MyApp/Model/DB.pm"
Notice that we modified our use of the helper slightly: we told
-it to include the L<DBIx::Class::Timestamp|DBIx::Class::Timestamp>
+it to include the L<DBIx::Class::TimeStamp|DBIx::Class::TimeStamp>
in the C<load_components> line of the Result Classes.
If you open C<lib/MyApp/Schema/Result/Books.pm> in your editor you
More information about the Catalyst-commits
mailing list