[Catalyst-dev] Small patch for Tut Intro
Gavin Henry
ghenry at perl.me.uk
Sun Sep 24 11:29:24 CEST 2006
<quote who="Jonathan Rockway">
> Could you please assemble a list of modules that the tutorial
> references, and create Task::Catalyst::Tutorial out of those? It would
> be much easier to type "cpan Task::Catalyst::Tutorial". You could even
> bundle the tutorial pods in there, and then that install command would
> locally install everything the user needs in order to follow the
> tutorial. Convenient!
I agree. If everyone else says yes, I'll do a Task::Catalyst::Tutorial,
they're not hard.
I think we should leave the Tut docs to come with Catalyst though, and not
bundle with this module.
Just put this in Tutorial/Intro.pod and say you are required to install
Task::Catalyst::Tutorial by:
cpan Task::Catalyst::Tutorial
;-)
Thoughts?
>
> Regards,
> Jonathan Rockway
>
> Gavin Henry wrote:
>> Hi All,
>>
>> Makes it easier to copy and paste for a cpan install command.
>>
>> Right place to go?
>>
>>
>> ------------------------------------------------------------------------
>>
>> --- Tutorial/Intro.pod 2006-09-22 14:39:28.000000000 +0100
>> +++ Tut_Intro.pod 2006-09-22 14:38:43.000000000 +0100
>> @@ -226,6 +226,12 @@
>>
>> =back
>>
>> +=item *
>> +
>> +You can install these quickly via C<cpan>:
>> +
>> + cpan Catalyst::Plugin::Authentication
>> Catalyst::Plugin::Authentication::Credential::Password
>> Catalyst::Plugin::Authentication::Store::DBIC
>> Catalyst::Plugin::Authorization::ACL
>> Catalyst::Plugin::Authorization::Roles Catalyst::Plugin::ConfigLoader
>> Catalyst::Plugin::HTML::Widget Catalyst::Plugin::Session
>> Catalyst::Plugin::Session::FastMmap
>> Catalyst::Plugin::Session::State::Cookie
>> Catalyst::Plugin::Session::Store::FastMmap Catalyst::Plugin::StackTrace
>> Catalyst::Plugin::Static::Simple
>> +
>> =item *
>>
>> Since the web browser is being used on the same box where Perl and the
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Catalyst-dev mailing list
>> Catalyst-dev at lists.rawmode.org
>> http://lists.rawmode.org/mailman/listinfo/catalyst-dev
>
> _______________________________________________
> Catalyst-dev mailing list
> Catalyst-dev at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst-dev
>
More information about the Catalyst-dev
mailing list