[Catalyst-commits] r6673 - / trunk/Catalyst-Runtime/lib/Catalyst

zarquon at dev.catalyst.perl.org zarquon at dev.catalyst.perl.org
Fri Aug 17 14:54:31 GMT 2007


Author: zarquon
Date: 2007-08-17 14:54:31 +0100 (Fri, 17 Aug 2007)
New Revision: 6673

Added:
   trunk/Catalyst-Runtime/lib/Catalyst/Manual.pm
Removed:
   trunk/Catalyst-Runtime/lib/Catalyst/Manual.pod
Modified:
   /
Log:
 r11424 at zaphod:  kd | 2007-08-17 23:04:55 +1000
 clarifying where Catalyst::Manual::* is



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:11423
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
   + 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:11424
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909

Added: trunk/Catalyst-Runtime/lib/Catalyst/Manual.pm
===================================================================
--- trunk/Catalyst-Runtime/lib/Catalyst/Manual.pm	                        (rev 0)
+++ trunk/Catalyst-Runtime/lib/Catalyst/Manual.pm	2007-08-17 13:54:31 UTC (rev 6673)
@@ -0,0 +1,100 @@
+=head1 NAME
+
+Catalyst::Manual - User guide and reference for Catalyst
+
+=head1 DESCRIPTION
+
+This is the (table of contents page of the) comprehensive user guide and
+reference for Catalyst.
+
+=over 4
+
+=head1 IMPORTANT NOTE
+
+If you need to read the Catalyst Manual make sure that you have
+Catalyst::Manual installed from cpan.  To check that it is installed run the following command from a unix (bash) prompt:
+
+ $ perldoc -t Catalyst::Manual::Tutorial::CatalystBasics 2>&1 >/dev/null && echo OK || echo MISSING
+
+If you see "OK" as the output, it's there, if you see "MISSING" you
+need to install the
+L<Catalyst::Manual|http://search.cpan.org/search?query=Catalyst%3A%3AManual&mode=dist> distribution.
+
+=item *
+
+L<Catalyst::Manual::About>
+
+Explanation (without code) of what Catalyst is and why to use it.
+
+=item *
+
+L<Catalyst::Manual::Intro>
+
+Introduction to Catalyst. This is a detailed, if unsystematic, look at 
+the basic concepts of Catalyst and what the best practices are for 
+writing applications with it.
+
+=item *
+
+L<Catalyst::Manual::Tutorial>
+
+A detailed step-by-step tutorial going through a single application
+thoroughly.
+
+=item *
+
+L<Catalyst::Manual::Plugins>
+
+Catalyst Plugins and Components. A brief look at some of the very many
+modules for extending Catalyst.
+
+=item *
+
+L<Catalyst::Manual::Cookbook>
+
+Cooking with Catalyst. Recipes and solutions that you might want to use
+in your code.
+
+=item *
+
+L<Catalyst::Manual::Installation>
+
+How to install Catalyst, in a variety of different ways. A closer look
+at one of the more difficult issues of using the framework--getting it.
+
+=item *
+
+L<Catalyst::Manual::WritingPlugins>
+
+Writing plugins for Catalyst; the use of L<NEXT>.
+
+=item *
+
+L<Catalyst::Manual::Internals>
+
+Here be dragons! A very brief explanation of the Catalyst request cycle,
+the major components of Catalyst, and how you can use this knowledge
+when writing applications under Catalyst.
+
+=back
+
+=head1 SUPPORT
+
+IRC:
+
+    Join #catalyst on irc.perl.org.
+
+Mailing-Lists:
+
+    http://lists.rawmode.org/mailman/listinfo/catalyst
+    http://lists.rawmode.org/mailman/listinfo/catalyst-dev
+
+=head1 AUTHOR
+
+Sebastian Riedel, C<sri at oook.de>
+Jesse Sheidlower, C<jester at panix.com>
+
+=head1 COPYRIGHT
+
+This program is free software, you can redistribute it and/or modify it
+under the same terms as Perl itself.

Deleted: trunk/Catalyst-Runtime/lib/Catalyst/Manual.pod
===================================================================
--- trunk/Catalyst-Runtime/lib/Catalyst/Manual.pod	2007-08-17 13:54:09 UTC (rev 6672)
+++ trunk/Catalyst-Runtime/lib/Catalyst/Manual.pod	2007-08-17 13:54:31 UTC (rev 6673)
@@ -1,89 +0,0 @@
-=head1 NAME
-
-Catalyst::Manual - User guide and reference for Catalyst
-
-=head1 DESCRIPTION
-
-This is the (table of contents page of the) comprehensive user guide and
-reference for Catalyst.
-
-=over 4
-
-=item *
-
-L<Catalyst::Manual::About>
-
-Explanation (without code) of what Catalyst is and why to use it.
-
-=item *
-
-L<Catalyst::Manual::Intro>
-
-Introduction to Catalyst. This is a detailed, if unsystematic, look at 
-the basic concepts of Catalyst and what the best practices are for 
-writing applications with it.
-
-=item *
-
-L<Catalyst::Manual::Tutorial>
-
-A detailed step-by-step tutorial going through a single application
-thoroughly.
-
-=item *
-
-L<Catalyst::Manual::Plugins>
-
-Catalyst Plugins and Components. A brief look at some of the very many
-modules for extending Catalyst.
-
-=item *
-
-L<Catalyst::Manual::Cookbook>
-
-Cooking with Catalyst. Recipes and solutions that you might want to use
-in your code.
-
-=item *
-
-L<Catalyst::Manual::Installation>
-
-How to install Catalyst, in a variety of different ways. A closer look
-at one of the more difficult issues of using the framework--getting it.
-
-=item *
-
-L<Catalyst::Manual::WritingPlugins>
-
-Writing plugins for Catalyst; the use of L<NEXT>.
-
-=item *
-
-L<Catalyst::Manual::Internals>
-
-Here be dragons! A very brief explanation of the Catalyst request cycle,
-the major components of Catalyst, and how you can use this knowledge
-when writing applications under Catalyst.
-
-=back
-
-=head1 SUPPORT
-
-IRC:
-
-    Join #catalyst on irc.perl.org.
-
-Mailing-Lists:
-
-    http://lists.rawmode.org/mailman/listinfo/catalyst
-    http://lists.rawmode.org/mailman/listinfo/catalyst-dev
-
-=head1 AUTHOR
-
-Sebastian Riedel, C<sri at oook.de>
-Jesse Sheidlower, C<jester at panix.com>
-
-=head1 COPYRIGHT
-
-This program is free software, you can redistribute it and/or modify it
-under the same terms as Perl itself.




More information about the Catalyst-commits mailing list