Module::Require allows regular expressions or globs to be used for loading
modules.  For example:

  require_regex qw[ DBD::.* ];
OR
  require_glob  qw[ DBD::* ];

will both load all of the available DBD:: modules, returning a list of
existing files that could not be loaded.

Both functions take multiple arguments, working on each in turn and
returning a combined list of failed loads.

I thought this might be useful if someone wrote an application framework
that imported certain modules but didn't want to know what they were
beforehand.

  file: $CPAN/authors/id/J/JS/JSMITH/Module-Require-0.02.tar.gz
  size: 2362 bytes
   md5: 9202900c90fed83e5722575566a26eba

Version 0.01 forgot to set @ISA :/
--
James Smith <[EMAIL PROTECTED]>, 979-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to