fixed docs
Sebastian Riedel [Sat, 5 Mar 2005 16:51:17 +0000 (16:51 +0000)]
Changes
README
lib/Catalyst.pm
lib/Catalyst/Manual/FAQ.pod
lib/Catalyst/Manual/SuccessStories.pod
lib/Catalyst/Manual/Troubleshooting.pod

diff --git a/Changes b/Changes
index 6d90849..8552b1d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 This file documents the revision history for Perl extension Catalyst.
 
-4.20  Thu Mar 04 22:00:00 2005
+4.21  Sat Mar 05 17:00:00 2005
+        - fixed docs
+
+4.20  Fri Mar 04 22:00:00 2005
         - moved bin to script
 
 4.13  Thu Mar 03 11:00:00 2005
diff --git a/README b/README
index 402b2d1..8c08809 100644 (file)
--- a/README
+++ b/README
@@ -3,19 +3,19 @@ NAME
 
 SYNOPSIS
         # use the helper to start a new application
-        catalyst MyApp
+        catalyst.pl MyApp
         cd MyApp
 
         # add models, views, controllers
-        perl bin/create model Something
-        perl bin/create view Stuff
-        perl bin/create controller Yada
+        script/create.pl model Something
+        script/create.pl view Stuff
+        script/create.pl controller Yada
 
         # built in testserver
-        perl bin/server
+        script/server.pl
 
         # command line interface
-        perl bin/test /yada
+        script/test.pl /yada
 
         See also L<Catalyst::Manual::Intro>
 
index 0be104f..6a73021 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config log/;
 
-our $VERSION = '4.20';
+our $VERSION = '4.21';
 our @ISA;
 
 =head1 NAME
@@ -21,15 +21,15 @@ Catalyst - The Elegant MVC Web Application Framework
     cd MyApp
 
     # add models, views, controllers
-    bin/create.pl model Something
-    bin/create.pl view Stuff
-    bin/create.pl controller Yada
+    script/create.pl model Something
+    script/create.pl view Stuff
+    script/create.pl controller Yada
 
     # built in testserver
-    bin/server.pl
+    script/server.pl
 
     # command line interface
-    bin/test.pl /yada
+    script/test.pl /yada
 
 
     See also L<Catalyst::Manual::Intro>
index 0194a57..0b79f20 100644 (file)
@@ -4,9 +4,7 @@ Catalyst::Manual::FAQ - Frequently Asked Questions
 
 =head1 DESCRIPTION
 
-Lalala...
-
-=head1 ANSWERS
+No questions yet, everything perfect...
 
 =head1 AUTHOR
 
index 8b080d3..35f952b 100644 (file)
@@ -4,7 +4,7 @@ Catalyst::Manual::SuccessStories - Catalyst rocks!
 
 =head1 DESCRIPTION
 
-Wohoooooo!!!
+Catalyst is great, no question...
 
 =head1 STORIES
 
index 94481c0..45675a3 100644 (file)
@@ -4,9 +4,7 @@ Catalyst::Manual::Troubleshooting - Got trouble?
 
 =head1 DESCRIPTION
 
-D'OH!
-
-=head1 ANSWERS
+No trouble yet...
 
 =head1 AUTHOR