bump version to 5.701003
Jonathan Rockway [Sun, 7 Oct 2007 11:29:23 +0000 (11:29 +0000)]
lib/Catalyst/Manual/DevelopmentProcess.pod
lib/Catalyst/Manual/ExtendingCatalyst.pod
lib/Catalyst/ManualPlaceholder.pm

index a474904..12498ee 100644 (file)
@@ -35,24 +35,26 @@ privileges to the entire Catalyst source tree.
 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
index 9de413e..7a65b08 100644 (file)
@@ -103,6 +103,9 @@ testing (and command-line scripts) a breeze.  The actual Catalyst
 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
index a9d53f9..62a7277 100644 (file)
@@ -1,4 +1,3 @@
-#!perl
 # Manual.pm 
 # Copyright (c) 2006 Jonathan Rockway <jrockway@cpan.org>
 
@@ -24,6 +23,6 @@ Tutorial.
 
 =cut
 
-our $VERSION = '5.701001';
+our $VERSION = '5.701003';
 
 1;