[Catalyst-commits] r6963 - in trunk/Catalyst-Manual/lib/Catalyst: . Manual

jrockway at dev.catalyst.perl.org jrockway at dev.catalyst.perl.org
Sun Oct 7 12:29:23 GMT 2007


Author: jrockway
Date: 2007-10-07 12:29:23 +0100 (Sun, 07 Oct 2007)
New Revision: 6963

Modified:
   trunk/Catalyst-Manual/lib/Catalyst/Manual/DevelopmentProcess.pod
   trunk/Catalyst-Manual/lib/Catalyst/Manual/ExtendingCatalyst.pod
   trunk/Catalyst-Manual/lib/Catalyst/ManualPlaceholder.pm
Log:
bump version to 5.701003

Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/DevelopmentProcess.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/DevelopmentProcess.pod	2007-10-07 04:06:33 UTC (rev 6962)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/DevelopmentProcess.pod	2007-10-07 11:29:23 UTC (rev 6963)
@@ -35,24 +35,26 @@
 In addition, the core team may accept members that have non-technical
 roles such as marketing, legal, or economic responsibilities.
 
-At the time of conception, the Core Team consists of the following people:
+Currently, the Core Team consists of the following people:
 
 =over 4
 
+=item Brian Cassidy
+
 =item Andy Grundman
 
 =item Christian Hansen
 
-=item Brian Cassidy
+=item Yuval Kogman
 
 =item Marcus Ramberg
 
+=item Jonathan Rockway
+
 =item Jesse Sheidlower
 
 =item Matt S. Trout
 
-=item Yuval Kogman
-
 =back
 
 New members of the Core Team must be accepted by a 2/3 majority by the

Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/ExtendingCatalyst.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/ExtendingCatalyst.pod	2007-10-07 04:06:33 UTC (rev 6962)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/ExtendingCatalyst.pod	2007-10-07 11:29:23 UTC (rev 6963)
@@ -103,6 +103,9 @@
 Model is just a few lines of glue that makes working with the schema
 convenient.
 
+If you want the thinnest interface possible, take a look at
+L<Catalyst::Model::Adaptor|Catalyst::Model::Adaptor>.
+
 =head2 Inheritance and overriding methods
 
 While Catalyst itself is still based on L<NEXT> (for multiple

Modified: trunk/Catalyst-Manual/lib/Catalyst/ManualPlaceholder.pm
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/ManualPlaceholder.pm	2007-10-07 04:06:33 UTC (rev 6962)
+++ trunk/Catalyst-Manual/lib/Catalyst/ManualPlaceholder.pm	2007-10-07 11:29:23 UTC (rev 6963)
@@ -1,4 +1,3 @@
-#!perl
 # Manual.pm 
 # Copyright (c) 2006 Jonathan Rockway <jrockway at cpan.org>
 
@@ -24,6 +23,6 @@
 
 =cut
 
-our $VERSION = '5.701001';
+our $VERSION = '5.701003';
 
 1;




More information about the Catalyst-commits mailing list