[jifty-devel] Tutorial questions

Sebastian Riedel sri at oook.de
Fri Jan 6 01:45:18 EST 2006


05.01.2006 16:15 Rob Kinyon:
> Once I installed Module::Install, everything worked just fine.  
> Cool. Patch:
> Index: Makefile.PL
> ===================================================================
> --- Makefile.PL (revision 450)
> +++ Makefile.PL (working copy)
> @@ -42,6 +42,7 @@
>  requires('Locale::Maketext::Simple');
>  requires('Log::Log4perl');
>  requires('Math::BigInt');
> +requires('Module::Install');
>  requires('Module::Pluggable' => '2.95');
>  requires('Module::Refresh');
>  requires('Pod::Simple::Text');

Thats wrong, we have the same prereq situation with Catalyst.
You need to add a "requires('Module::Install::Admin')", otherwise it  
would install nothing because Module::Install is already bundled.


--
sebastian



More information about the jifty-devel mailing list