SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
COMMENT= utilities functions to build inside-out objects
MODULES= cpan
PKG_ARCH= *
DISTNAME= Class-Std-Utils-0.0.2
REVISION= 3
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Class-Std-Utils-0.0.2.tar.gz) = FZPjpTR7/2+oqI0Sh3Jj0uOpiwXqFKcoOdfIM6OYouU=
SIZE (Class-Std-Utils-0.0.2.tar.gz) = 5113

View 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'.

View file

@ -0,0 +1,4 @@
${P5SITE}/Class/
${P5SITE}/Class/Std/
${P5SITE}/Class/Std/Utils.pm
@man man/man3p/Class::Std::Utils.3p