File: README

package info (click to toggle)
libuniversal-require-perl 0.19-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 165; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 709 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

    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 <neilb@cpan.org>