-
-
08 Sep 2002 17:39:00 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (371 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (7.39KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.01
- Juerd pointed out that multiple 'use' of Acme::Intraweb would result in multiple coderefs in @INC, so I added a check to prevent that. Also he pointed out that doing an 'eval "use $module"' would potentially load it twice. So rather than having perl do a 'use' for us, we now track down the module in @INC ourselves and hand back the proper filehandle.
- Sat Sep 7 23:23:40 2002
Modules
Other files
Module Install Instructions
To install Acme::Intraweb, copy and paste the appropriate command in to your terminal.
cpanm Acme::Intraweb
perl -MCPAN -e shell install Acme::Intraweb
For more information on module installation, please visit the detailed CPAN module installation guide.