Name : perl-Module-Require
| |
Version : 0.05
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 7.64
| Date : 2024-08-05 19:37:09
|
Group : Development/Libraries/Perl
| Source RPM : perl-Module-Require-0.05-7.64.src.rpm
|
Size : 0.01 MB
| |
Packager : (none)
| |
Summary : Module::Require Perl module
|
Description :
This module provides a way to load in a series of modules without having to know all the names, but just the pattern they fit. This can be useful for allowing drop-in modules for application expansion without requiring configuration or prior knowledge.
The regular expression and glob wildcards can only match the filename of the module, not the directory in which it resides. So, for example, \'Apache::*\' will load all the modules that begin with \'Apache::\', including \'Apache::Session\', but will not load \'Apache::Session::MySQL\'. Likewise, \'*::Session\' is not allowed since the variable part of the module name is not in the last component.
Note that unlike the Perl \'require\' keyword, quoting or leaving an argument as a bareword does not affect how the function behaves.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/openSUSE_Tumbleweed/noarch |