[Catalyst] Binary Conversion
Joel Bernstein
joel at fysh.org
Mon Jan 8 18:29:34 GMT 2007
On Mon, Jan 08, 2007 at 09:42:36AM -0800, Will Smith wrote:
> Hi,
> I want to conver a number to binary. I installed Math::BigInt, and get this error when trying to plugin in the main controller:
> Can't locate Catalyst/Plugin/Math/BigInt.pm ... in /lib/usr/lib/perl5/5.8.5/i386-linux-thread-multi ..
What is C::P::Math::BigInt? Did you do:
use Catalyst qw(.. Math::BigInt);
instead of:
use Catalyst qw(...);
use Math::BigInt;
?
Or am I missing something? C::P::Math::BigInt doesn't exist on CPAN -
did you write it yourself? In which case, have you installed it
correctly?
/joel
More information about the Catalyst
mailing list