Port details on branch 2023Q4 |
- p5-namespace-autoclean Keep imports out of your namespace
- 0.31 devel =15 0.31Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2009-05-13 05:28:04
- Last Update: 2024-10-13 19:14:14
- Commit Hash: f4ee08c
- People watching this port, also watch:: p5-libwww, libxml2, p5-MRO-Compat, p5-namespace-clean, p5-Data-OptList
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/namespace-autoclean
- Description:
- 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, according to Class::MOP::Class::get_method_list.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-namespace-autoclean>0:devel/p5-namespace-autoclean
- To install the port:
- cd /usr/ports/devel/p5-namespace-autoclean/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-namespace-autoclean
- pkg install p5-namespace-autoclean
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-namespace-autoclean
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728829606
SHA256 (namespace-autoclean-0.31.tar.gz) = d3b32c82e1d2caa9d58b8c8075965240e6cab66ab9350bd6f6bea4ca07e938d6
SIZE (namespace-autoclean-0.31.tar.gz) = 39548
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-B-Hooks-EndOfScope>=0.12 : devel/p5-B-Hooks-EndOfScope
- p5-namespace-clean>=0.20 : devel/p5-namespace-clean
- p5-Sub-Identify>=0 : devel/p5-Sub-Identify
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Moo>=0 : devel/p5-Moo
- p5-Moose>=2 : devel/p5-Moose
- p5-Mouse>=0 : devel/p5-Mouse
- p5-Test-Fatal>=0 : devel/p5-Test-Fatal
- p5-Test-Needs>=0 : devel/p5-Test-Needs
- p5-Test-Spelling>0.12 : devel/p5-Test-Spelling
- Runtime dependencies:
-
- p5-B-Hooks-EndOfScope>=0.12 : devel/p5-B-Hooks-EndOfScope
- p5-namespace-clean>=0.20 : devel/p5-namespace-clean
- p5-Sub-Identify>=0 : devel/p5-Sub-Identify
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- databases/p5-App-Sqitch
- databases/p5-DBIx-Class-DeploymentHandler
- databases/p5-DBIx-Class-MooseColumns
- databases/p5-HTML-FormHandler-Model-DBIC
- devel/p5-Algorithm-Networksort
- devel/p5-AnyEvent-Filesys-Notify
- devel/p5-AnyEvent-Subprocess
-
Deleted ports which required this port:
- for Run
-
- databases/p5-App-Sqitch
- databases/p5-DBIx-Class-DeploymentHandler
- databases/p5-DBIx-Class-MooseColumns
- databases/p5-HTML-FormHandler-Model-DBIC
- devel/p5-Algorithm-Networksort
- devel/p5-AnyEvent-Filesys-Notify
- devel/p5-AnyEvent-Subprocess
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_p5-namespace-autoclean
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|