Rhel4 cpan problem

I don;t remember running into this before, I am just using update3, so
it should be fine…

perl -MCPAN -e ‘i Module::Signature’

Can’t locate object method “i” via package “Module::Signature” at -e line 1.

is there a reason for this? I can’t seem to install Module::Build
without it.

Thanks,

perl -MCPAN -e ‘install Module::Signature’ will run,.2006/10/26, Justin Zygmont justin@cityfone.net:

I don;t remember running into this before, I am just using update3, so
it should be fine…

perl -MCPAN -e ‘i Module::Signature’

Can’t locate object method “i” via package “Module::Signature” at -e line
1.

is there a reason for this? I can’t seem to install Module::Build
without it.

Thanks,


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

MFG

Torsten Brumm

http://www.torsten-brumm.de

perl -MCPAN -e ‘install Module::Signature’

Can’t locate object method “install” via package “Module::Signature” at
-e line 1.

Torsten Brumm wrote: