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

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to