http://www.perlmonks.org?node_id=861004

rc0clx has asked for the wisdom of the Perl Monks concerning the following question:

http://search.cpan.org/~bdfoy/HTTP-Cookies-Chrome-0.99_07/

The above module install fine with the usual perl Makefile.PL && make && make install.

But, why is the following NOT WORKING? The CPAN module complains about not finding HTTP::Cookies::Chrome.

The module is marked "** DEVELOPER RELEASE **".

rc0clx@rc0clx-desktop:~$ sudo perl -MCPAN -we 'install HTTP::Cookies:: +Chrome;' [sudo] password for rc0clx: CPAN: Storable loaded ok (v2.20) Going to read '/home/rc0clx/.cpan/Metadata' Database was generated on Tue, 21 Sep 2010 02:30:45 GMT CPAN: YAML loaded ok (v0.71) Going to read 31 yaml files from /home/rc0clx/.cpan/build/ CPAN: Time::HiRes loaded ok (v1.9719) ..............................................................DONE Restored the state of 2 (in 1.3639 secs) Warning: Cannot install HTTP::Cookies::Chrome, don't know what it is. Try the command i /HTTP::Cookies::Chrome/ to find objects with matching identifiers. ===================================================================== rc0clx@rc0clx-desktop:~$ sudo perl -MCPAN -we 'install /HTTP::Cookies: +:Chrome/;' Use of uninitialized value $_ in pattern match (m//) at -e line 1. ===================================================================== rc0clx@rc0clx-desktop:~$ sudo perl -MCPAN -we 'shell' [sudo] password for rc0clx: cpan shell -- CPAN exploration and modules installation (v1.9402) Enter 'h' for help. cpan[1]> i /HTTP::Cookies::Chrome/ CPAN: Storable loaded ok (v2.20) Going to read '/home/rc0clx/.cpan/Metadata' Database was generated on Tue, 21 Sep 2010 02:30:45 GMT CPAN: YAML loaded ok (v0.71) Going to read 31 yaml files from /home/rc0clx/.cpan/build/ CPAN: Time::HiRes loaded ok (v1.9719) ..............................................................DONE Restored the state of 2 (in 2.1369 secs) No objects found of any type for argument /HTTP::Cookies::Chrome/ cpan[2]> i /HTTP::Cookies/ Module < HTTP::Cookies (GAAS/libwww-perl-5.837.tar.gz) Module HTTP::Cookies::Find (MTHURN/HTTP-Cookies-Find-1.415.tar.g +z) Module HTTP::Cookies::Guess (YAPPO/HTTP-Cookies-Guess-0.01.tar.gz +) Module = HTTP::Cookies::Microsoft (GAAS/libwww-perl-5.837.tar.gz) Module < HTTP::Cookies::MozRepl (CORION/WWW-Mechanize-Firefox-0.33.ta +r.gz) Module HTTP::Cookies::Mozilla (POLETTIX/HTTP-Cookies-Mozilla-2.02.t +ar.gz) Module = HTTP::Cookies::Netscape (GAAS/libwww-perl-5.837.tar.gz) Module HTTP::Cookies::Omniweb (BDFOY/HTTP-Cookies-Omniweb-1.12.tar. +gz) Module HTTP::Cookies::Safari (BDFOY/HTTP-Cookies-Safari-1.14.tar.g +z) Module HTTP::Cookies::iCab (BDFOY/HTTP-Cookies-iCab-1.120.tar.gz +) Module HTTP::Cookies::w3m (YAPPO/HTTP-Cookies-w3m-0.01.tar.gz) 11 items found cpan[3]> Caught SIGINT, trying to continue cpan[3]> q Lockfile removed.

Replies are listed 'Best First'.
Re: install HTTP-Cookies-Chrome?
by hossman (Prior) on Sep 21, 2010 at 07:12 UTC
    http://search.cpan.org/~bdfoy/HTTP-Cookies-Chrome-0.99_07/

    ...

    The module is marked "** DEVELOPER RELEASE **".

    ...which is why CPAN won't install it by default.

    Question #12 of the current CPAN FAQ is "How do I install a "DEVELOPER RELEASE" of a module?"