Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Automatic module installation

by Corion (Patriarch)
on May 23, 2002 at 09:11 UTC ( [id://168707]=note: print w/replies, xml ) Need Help??


in reply to Automatic module installation

Abigail once did something similar in Re: The Future - Managing Modules with The::Net, except that Abigail didn't use CPANPLUS and that the module is not available on CPAN for reasons unknown to me. So a possible name for your module might either be The::Net indeed, as The::Net might be unclaimed at the moment (ask Abigail about this :-) ) or The::Net::CPANPLUS, as that is what you do.

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

Replies are listed 'Best First'.
Re: Re: Automatic module installation
by Juerd (Abbot) on May 23, 2002 at 09:13 UTC

    Abigail once did something similar in Re: The Future - Managing Modules

    I knew that already. That node helped me to understand subrefs in @INC.

    And no, this isn't ever going into CPAN. I'm not even going to use it. Just wanted it to be possible :)

    - Yes, I reinvent wheels.
    - Spam: Visit eurotraQ.
    

Re: Automatic module installation
by Anonymous Monk on May 24, 2002 at 10:06 UTC
    Not available on CPAN? So, what's in http://www.cpan.org/modules/by-authors/Abigail/The_Net-1.1.tgz then? You won't find it when searching because 'The' isn't a registered namespace, and the search functionality isn't checking what has really been uploaded.

    Note that The::Net doesn't install the module - it will fetch it each time.

    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://168707]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found