Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilb/universal-require
Release history of UNIVERSAL-require
https://github.com/neilb/universal-require
Last synced: about 2 months ago
JSON representation
Release history of UNIVERSAL-require
- Host: GitHub
- URL: https://github.com/neilb/universal-require
- Owner: neilb
- Created: 2013-03-08T20:57:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T15:52:20.000Z (over 3 years ago)
- Last Synced: 2024-10-11T21:08:44.213Z (2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/UNIVERSAL-require/
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
README for Perl module UNIVERSAL::require
This module lets you require other modules where the module
name is in a variable, something you can't do with the 'require' built-in.
There are better alternatives now, so you should start by looking at
the list in SEE ALSO.You can read a nicely formatted version of the documentation for
this module online:https://metacpan.org/pod/UNIVERSAL::require
You should be able to install this using your usual method for installing
modules from CPAN. If you don't have a usual method yet, have a look at:http://www.cpan.org/modules/INSTALL.html
This module was written by Michael G Schwern.
It is now being maintained by Neil Bowers