libnamespace-clean-perl_0.05-1_amd64.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Sat Aug 18 09:17:54 UTC 2007
(new) libnamespace-clean-perl_0.05-1.diff.gz optional perl
(new) libnamespace-clean-perl_0.05-1.dsc optional perl
(new) libnamespace-clean-perl_0.05-1_all.deb optional perl
Keep imports and functions out of the current namespace
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause problems,
but it can complicate subclassing and, for example, plugin classes that are
included via multiple inheritance by loading them as base classes.
.
The "namespace::clean" pragma will remove all previously declared or imported
symbols at the end of the current package's compile cycle. Functions called
in the package itself will still be bound by their name, but they won't show
up as methods on your class or instances.
(new) libnamespace-clean-perl_0.05.orig.tar.gz optional perl
Changes: libnamespace-clean-perl (0.05-1) unstable; urgency=low
.
* Initial Release (Closes: #438490 -- ITP)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 438490
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