From: Jonathan Rockway Date: Sun, 7 Oct 2007 11:29:23 +0000 (+0000) Subject: bump version to 5.701003 X-Git-Tag: v5.8005~328 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=7d36d4ac3c5a2df2e56f4e4729fc0d119acccf58 bump version to 5.701003 --- diff --git a/lib/Catalyst/Manual/DevelopmentProcess.pod b/lib/Catalyst/Manual/DevelopmentProcess.pod index a474904..12498ee 100644 --- a/lib/Catalyst/Manual/DevelopmentProcess.pod +++ b/lib/Catalyst/Manual/DevelopmentProcess.pod @@ -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 diff --git a/lib/Catalyst/Manual/ExtendingCatalyst.pod b/lib/Catalyst/Manual/ExtendingCatalyst.pod index 9de413e..7a65b08 100644 --- a/lib/Catalyst/Manual/ExtendingCatalyst.pod +++ b/lib/Catalyst/Manual/ExtendingCatalyst.pod @@ -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. + =head2 Inheritance and overriding methods While Catalyst itself is still based on L (for multiple diff --git a/lib/Catalyst/ManualPlaceholder.pm b/lib/Catalyst/ManualPlaceholder.pm index a9d53f9..62a7277 100644 --- a/lib/Catalyst/ManualPlaceholder.pm +++ b/lib/Catalyst/ManualPlaceholder.pm @@ -1,4 +1,3 @@ -#!perl # Manual.pm # Copyright (c) 2006 Jonathan Rockway @@ -24,6 +23,6 @@ Tutorial. =cut -our $VERSION = '5.701001'; +our $VERSION = '5.701003'; 1;