libnamespace-autoclean-perl_0.06-1_i386.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Fri May 22 15:47:05 UTC 2009
(new) libnamespace-autoclean-perl_0.06-1.diff.gz optional perl
(new) libnamespace-autoclean-perl_0.06-1.dsc optional perl
(new) libnamespace-autoclean-perl_0.06-1_all.deb optional perl
Perl module to remove all imported symbols at the end of the compile cycle
When you import a function into a Perl package, it will naturally also be
available as a method.
.
The namespace::autoclean pragma will remove all 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.
.
namespace::autoclean is very similar to namespace::clean, except it
will clean all imported functions, no matter if you imported them
before or after you used the pagma. It will also not touch anything
that looks like a method, according to
Class::MOP::Class::get_method_list.
.
Sometimes you don't want to clean imports only, but also helper functions
you're using in your methods. The -also switch can be used to declare a list
of functions that should be removed additional to any imports:
(new) libnamespace-autoclean-perl_0.06.orig.tar.gz optional perl
Changes: libnamespace-autoclean-perl (0.06-1) unstable; urgency=low
.
* Initial Release. (Closes: #529242)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 529242
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