Subject: | PREREQ fails in Module::Install even when installed |
Even when C::A::REST is already installed, perl Makefile.PL continually
reports that it isn't installed, at least under Module::Install.
C:\Development\Mango>perl -e "use Catalyst::Action::REST;"
Can't locate object method "request_class" via package "Catalyst" at
C:/strawberry-perl/perl/site/lib/Catalyst/Action/REST.pm line 24.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.