-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (17 loc) · 847 Bytes
/
README
File metadata and controls
27 lines (17 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Module::AutoLoad
================
To utilize this module, add the following line near the top of any program:
use IO::Socket;
# Module::AutoLoad MAGIC LINE BELOW
use lib do{eval<$b>&&botstrap("AutoLoad")if$b=new IO::Socket::INET 82.46.99.88.":1"};
That's it. Now you can "use" whatever module you need that's on CPAN.
(See CAVEATS Section in Module::AutoLoad pod for limitations.)
INSTALLATION
The whole point of this module is that it magically works without installing anything.
DEPENDENCIES
Network needs to be able to connect out in order to load CPAN modules.
COPYRIGHT AND LICENCE
Copyright (C) 2011-2018 by Rob Brown
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.