This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Perl > perl-namespace-autoclean (0.29)

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.

This module 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 pragma. It will also not touch anything that looks like a
method.

This requires: perl-Sub-Name, perl-Sub-Identify, perl-Test-Needs, perl-B-Hooks-EndOfScope, perl-namespace-clean

Maintained by: Jan F. Chadima
Keywords: perl,namespaces
ChangeLog: perl-namespace-autoclean

Homepage:
https://metacpan.org/pod/namespace::autoclean

Source Downloads:
namespace-autoclean-0.29.tar.gz (39b38c776cd1f0ee03cc70781a2f2798)

Download SlackBuild:
perl-namespace-autoclean.tar.gz
perl-namespace-autoclean.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds