[Catalyst-dev] Small patch for Tut Intro
Jonathan Rockway
jon at jrock.us
Fri Sep 22 17:14:40 CEST 2006
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!
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
More information about the Catalyst-dev
mailing list