Source: libclass-load-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
 Angel Abad <angelabad@gmail.com>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libdata-optlist-perl,
 libmodule-runtime-perl (>= 0.011),
 libpackage-stash-perl (>= 0.32),
 libtest-fatal-perl,
 libtest-requires-perl,
 libtest-without-module-perl,
 libtry-tiny-perl,
 perl,
 perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-load-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-load-perl.git
Homepage: http://search.cpan.org/dist/Class-Load/

Package: libclass-load-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdata-optlist-perl,
 libmodule-runtime-perl (>= 0.011),
 libpackage-stash-perl (>= 0.32),
 libtry-tiny-perl
Description: module for loading modules by name
 "require EXPR" only accepts Class/Name.pm style module names, not
 Class::Name. For that, Class::Load provides "load_class 'Class::Name'".
 .
 It's often useful to test whether a module can be loaded, instead of throwing
 an error when it's not available. For that, Class::Load provides
 "try_load_class 'Class::Name'".
 .
 Finally, sometimes it is important to know whether a particular class has
 been loaded. Asking %INC is an option, but that will miss inner packages and
 any class for which the filename does not correspond to the package name. For
 that, this module provides "is_class_loaded 'Class::Name'".
