Name |
libclass-load-perl |
Version |
0.22 |
Summary |
module for loading modules by name |
Description |
"require EXPR" only accepts Class/Name.pm style module names not\n Class::Name. For that, Class::Load provides "load_class 'Class::Name'".\n .\n It's often useful to test whether a module can be loaded, instead of throwing\n an error when it's not available. For that, Class::Load provides\n "try_load_class 'Class::Name'".\n .\n Finally, sometimes it is important to know whether a particular class has\n been loaded. Asking %INC is an option, but that will miss inner packages and\n any class for which the filename does not correspond to the package name. For\n that, this module provides "is_class_loaded 'Class::Name'". |
Section |
base |
License |
Artistic-1.0 | GPL-1.0+ |
Homepage |
https://metacpan.org/release/Class-Load
|
Recipe file |
recipes-debian/libclass-load-perl/libclass-load-perl_debian.bb
|
Layer |
meta-debian (morty branch) |
Inherits |
- cpan-base
- cpan_build
- debian-fix-timestamp
- debian-multiarch
- debian-package
- debian-verify-version
- perlnative
|
Dependencies |
- perl
- perl-native
- virtual/i586-deby-linux-compilerlibs
- virtual/i586-deby-linux-gcc
- virtual/libc
|
PACKAGECONFIG options |
|