SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
devel/p5-Hash-NoRef/pkg/DESCR
Normal file
4
devel/p5-Hash-NoRef/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This HASH will store it's values without increasing the reference count
|
||||
(weak references). It can be used to store objects but without
|
||||
interfering in the DESTROY mechanism, since the reference in this HASH
|
||||
won't count.
|
8
devel/p5-Hash-NoRef/pkg/PLIST
Normal file
8
devel/p5-Hash-NoRef/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Hash/
|
||||
${P5ARCH}/Hash/NoRef.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Hash/
|
||||
${P5ARCH}/auto/Hash/NoRef/
|
||||
${P5ARCH}/auto/Hash/NoRef/NoRef.so
|
||||
@man man/man3p/Hash::NoRef.3p
|
Loading…
Add table
Add a link
Reference in a new issue