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.


In reply to install HTTP-Cookies-Chrome? by rc0clx

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.