Subject: | CPAN Shell can't find installed Apache2::Const |
Hi,
there's something fishy with CPAN Shell and Apache2::Const.
I installed mod-perl (manually *outside* the CPAN shell) with all its
whistles and bells:
Compare RequestRec vs Const:
$ perldoc -l Apache2::Const
/usr/local/lib/perl5/site_perl/5.12.3/sun4-solaris/Apache2/Const.pm
pjadmin@zaqar8 [intrapjdev2]:~
$ perldoc -l Apache2::RequestRec
/usr/local/lib/perl5/site_perl/5.12.3/sun4-solaris/Apache2/RequestRec.pm
but:
cpan[2]> i Apache2::RequestRec
Module id = Apache2::RequestRec
CPAN_USERID GOZER (Philippe M. Chiasson <gozer@cpan.org>)
CPAN_VERSION 0.009
CPAN_FILE P/PH/PHRED/mod_perl-2.0.5.tar.gz
UPLOAD_DATE 2011-02-07
MANPAGE Apache2::RequestRec - Perl API for Apache request
record accessors
INST_FILE
/usr/local/lib/perl5/site_perl/5.12.3/sun4-solaris/Apache2/RequestRec.pm
INST_VERSION 2.000005
cpan[3]> i Apache2::Const
No objects found of any type for argument Apache2::Const
cpan[4]> i /Apache2::Const/
Module id = Apache2::ConstantsTable
CPAN_USERID GOZER (Philippe M. Chiasson <gozer@cpan.org>)
CPAN_VERSION undef
CPAN_FILE P/PH/PHRED/mod_perl-2.0.5.tar.gz
UPLOAD_DATE 2011-02-07
INST_FILE (not installed)
???
$ perldoc -l Apache2::ConstantsTable
No documentation found for "Apache2::ConstantsTable".
Possibly a packaging issue.
Cheers,
^m'e