SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/p5-namespace-clean/pkg/DESCR
Normal file
4
devel/p5-namespace-clean/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The namespace::clean pragma removes all previously declared or imported
|
||||
symbols at the end of the current packages compile cycle. Functions
|
||||
called in the package itself will still be bound by their name, but they
|
||||
won't show up as methods on the class or its instances.
|
5
devel/p5-namespace-clean/pkg/PLIST
Normal file
5
devel/p5-namespace-clean/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
${P5SITE}/namespace/
|
||||
${P5SITE}/namespace/clean/
|
||||
${P5SITE}/namespace/clean.pm
|
||||
${P5SITE}/namespace/clean/_Util.pm
|
||||
@man man/man3p/namespace::clean.3p
|
Loading…
Add table
Add a link
Reference in a new issue