Acme-AutoLoad
view release on metacpan or search on metacpan
0.08 Tue Aug 12 14:00 2020
- Require special ENV for network tests.
- Include self bootstrap loading test.
- Documental changes.
0.07 Tue Aug 11 20:00 2020
- Renamed Module::AutoLoad to Acme::AutoLoad namespace
- Removed all single and double quotes from MAGIC LINE
and moved everything onto one single line to reduce
shell escape conflicts with -e from commandline
- Removed network hops and confusing obfuscation
0.06 Tue Jul 3 14:30 2018
- Avoid using st.aticpan.org
0.05 Tue Jul 3 14:00 2018
- Ported to use the new fastapi.metacpan.org
0.04 Sun Feb 8 10:00 2015
- More accurate t/01_network.t test for HTTP/0.9 support.
lib/Acme/AutoLoad.pm view on Meta::CPAN
=head1 INSTALL
Unlike most other modules on CPAN, this one is never intended to be installed.
It works by simply adding only one line, i.e., the "MAGIC LINE" from the SYNOPSYS above.
You can just copy/paste and then "use" whatever CPAN module you want after that.
It even automatically loads the latest version of Acme::AutoLoad at run-time directly from CPAN.
The optional "MAGIC LINE" comment is only to direct people reading your code back here to this documentation.
The line is intentionally short in order to minimize effort to use it.
It also can be easily used from commandline since it contains no quotes.
=head1 DISCLAIMER
This module is not recommended for use in production environments.
This MAGIC LINE will eval code from the network, which is generally a BAD IDEA!
Relying on remote network is generally dangerous for security and functionality.
For example, if CPAN or any required network endpoint ever goes down or malfunctions
or gets hacked, then it could cause problems for you.
See also CAVEATS Section "2. Slow" below.
USE AT YOUR OWN RISK!
( run in 0.872 second using v1.01-cache-2.11-cpan-2e0ccfb7a10 )