libclass-load-perl_0.06-1_i386.changes is NEW
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Thu Nov 25 17:32:21 UTC 2010
(new) libclass-load-perl_0.06-1.debian.tar.gz optional perl
(new) libclass-load-perl_0.06-1.dsc optional perl
(new) libclass-load-perl_0.06-1_all.deb optional perl
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'".
(new) libclass-load-perl_0.06.orig.tar.gz optional perl
Changes: libclass-load-perl (0.06-1) unstable; urgency=low
.
* Initial release (closes: #604943).
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 604943
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list