From: Kennedy Clark Date: Thu, 6 Jul 2006 23:16:19 +0000 (+0000) Subject: Remove comment about code not being in subversion yet. X-Git-Tag: 5.7099_04~403 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=13852f978caf002dab00728e7f6d03c30c3c9560;hp=0187a79d378521038674bfd4728f57f8f9353d26 Remove comment about code not being in subversion yet. Add link to final tarball. --- diff --git a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod index 4fa2d31..a09cc3f 100644 --- a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod @@ -84,7 +84,6 @@ pulled from the Catalyst Subversion repository in one step with the following command: svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@4627 . - IMPORTANT: Does not work yet. Will be completed for final version. =head1 C FORM CREATION diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index f58e2d6..e65dab9 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -64,7 +64,6 @@ pulled from the Catalyst Subversion repository in one step with the following command: svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@4612 . - IMPORTANT: Does not work yet. Will be completed for final version. =head1 BASIC AUTHENTICATION diff --git a/lib/Catalyst/Manual/Tutorial/Authorization.pod b/lib/Catalyst/Manual/Tutorial/Authorization.pod index e732cbe..ea161d6 100644 --- a/lib/Catalyst/Manual/Tutorial/Authorization.pod +++ b/lib/Catalyst/Manual/Tutorial/Authorization.pod @@ -64,7 +64,6 @@ pulled from the Catalyst Subversion repository in one step with the following command: svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@4613 . - IMPORTANT: Does not work yet. Will be completed for final version. =head1 BASIC AUTHORIZATION diff --git a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod index a6bb72e..2320ea4 100644 --- a/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/BasicCRUD.pod @@ -68,7 +68,6 @@ pulled from the Catalyst Subversion repository in one step with the following command: svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@4611 . - IMPORTANT: Does not work yet. Will be completed for final version. =head1 FORMLESS SUBMISSION diff --git a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod index 16826a2..db00bce 100644 --- a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod @@ -108,7 +108,6 @@ pulled from the Catalyst Subversion repository in one step with the following command: svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@4609 . - IMPORTANT: Does not work yet. Will be completed for final version. =head1 CREATE A CATALYST PROJECT diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index 36aa473..d06bd6a 100644 --- a/lib/Catalyst/Manual/Tutorial/Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/Intro.pod @@ -316,7 +316,7 @@ Each part of the tutorial has complete code available in the main Catalyst Subversion repository (see the note at the beginning of each part for the appropriate svn command to use). Additionally, the final code is available as a ready-to-run tarball at -I. +L. =head1 AUTHOR diff --git a/lib/Catalyst/Manual/Tutorial/Testing.pod b/lib/Catalyst/Manual/Tutorial/Testing.pod index 695d9fb..95e38e9 100644 --- a/lib/Catalyst/Manual/Tutorial/Testing.pod +++ b/lib/Catalyst/Manual/Tutorial/Testing.pod @@ -62,7 +62,6 @@ pulled from the Catalyst Subversion repository in one step with the following command: svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@4614 . - IMPORTANT: Does not work yet. Will be completed for final version. =head1 RUNNING THE "CANNED" CATALYST TESTS