SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
devel/p5-Class-Std-Utils/pkg/DESCR
Normal file
10
devel/p5-Class-Std-Utils/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
This module provides three utility subroutines:
|
||||
|
||||
anon_scalar()
|
||||
|
||||
ident($some_ref)
|
||||
|
||||
extract_initializers_from(\%hash)
|
||||
|
||||
Those can be used to simplify the building of inside-out objects,
|
||||
as seen in Damian Conway's book `perl's best practices'.
|
4
devel/p5-Class-Std-Utils/pkg/PLIST
Normal file
4
devel/p5-Class-Std-Utils/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
${P5SITE}/Class/
|
||||
${P5SITE}/Class/Std/
|
||||
${P5SITE}/Class/Std/Utils.pm
|
||||
@man man/man3p/Class::Std::Utils.3p
|
Loading…
Add table
Add a link
Reference in a new issue