[Catalyst-commits] r12935 - in trunk/examples/Tutorial:
MyApp_Chapter6/MyApp/lib/MyApp/Schema/Result
MyApp_Chapter7/MyApp/lib/MyApp/Schema/Result
MyApp_Chapter9_FormHandler/MyApp/lib/MyApp/Schema/Result
hkclark at dev.catalyst.perl.org
hkclark at dev.catalyst.perl.org
Wed Feb 17 20:14:20 GMT 2010
Author: hkclark
Date: 2010-02-17 20:14:19 +0000 (Wed, 17 Feb 2010)
New Revision: 12935
Modified:
trunk/examples/Tutorial/MyApp_Chapter6/MyApp/lib/MyApp/Schema/Result/User.pm
trunk/examples/Tutorial/MyApp_Chapter7/MyApp/lib/MyApp/Schema/Result/User.pm
trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/lib/MyApp/Schema/Result/User.pm
Log:
Fix POD error
Modified: trunk/examples/Tutorial/MyApp_Chapter6/MyApp/lib/MyApp/Schema/Result/User.pm
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter6/MyApp/lib/MyApp/Schema/Result/User.pm 2010-02-17 20:12:00 UTC (rev 12934)
+++ trunk/examples/Tutorial/MyApp_Chapter6/MyApp/lib/MyApp/Schema/Result/User.pm 2010-02-17 20:14:19 UTC (rev 12935)
@@ -170,7 +170,7 @@
);
-=head 2 has_role
+=head2 has_role
Check if a user has the specified role
Modified: trunk/examples/Tutorial/MyApp_Chapter7/MyApp/lib/MyApp/Schema/Result/User.pm
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter7/MyApp/lib/MyApp/Schema/Result/User.pm 2010-02-17 20:12:00 UTC (rev 12934)
+++ trunk/examples/Tutorial/MyApp_Chapter7/MyApp/lib/MyApp/Schema/Result/User.pm 2010-02-17 20:14:19 UTC (rev 12935)
@@ -170,7 +170,7 @@
);
-=head 2 has_role
+=head2 has_role
Check if a user has the specified role
Modified: trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/lib/MyApp/Schema/Result/User.pm
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/lib/MyApp/Schema/Result/User.pm 2010-02-17 20:12:00 UTC (rev 12934)
+++ trunk/examples/Tutorial/MyApp_Chapter9_FormHandler/MyApp/lib/MyApp/Schema/Result/User.pm 2010-02-17 20:14:19 UTC (rev 12935)
@@ -165,7 +165,7 @@
},
);
-=head 2 has_role
+=head2 has_role
Check if a user has the specified role
More information about the Catalyst-commits
mailing list