add p5-Hash-AsObject 0.05

Hashes with accessors/mutators

PR:		101017
This commit is contained in:
Ying-Chieh Liao 2006-08-02 01:18:48 +00:00
parent bcde652e12
commit d32a34a200
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169416
5 changed files with 39 additions and 0 deletions

View File

@ -1068,6 +1068,7 @@
SUBDIR += p5-Glib2
SUBDIR += p5-Gnome2-GConf
SUBDIR += p5-Gtk2-Spell
SUBDIR += p5-Hash-AsObject
SUBDIR += p5-Heap
SUBDIR += p5-Heap-Simple
SUBDIR += p5-Heap-Simple-Perl

View File

@ -0,0 +1,22 @@
# ex:ts=8
# Ports collection makefile for: Hash::AsObject
# Date created: Jul 29, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Hash-AsObject
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Hashes with accessors/mutators
PERL_CONFIGURE= yes
MAN3= Hash::AsObject.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Hash-AsObject-0.05.tar.gz) = 73071a11b6d65881b0318f8155c69ad4
SHA256 (Hash-AsObject-0.05.tar.gz) = c7fb519de9d4c5d1f01b056f0ee41079ece385325f25bed26827dac5d65b07bb
SIZE (Hash-AsObject-0.05.tar.gz) = 7276

View File

@ -0,0 +1,8 @@
A Hash::AsObject is a blessed hash that provides read-write access to its
elements using accessors. (Actually, they're both accessors and mutators.)
It's designed to act as much like a plain hash as possible; this means,
for example, that you can use methods like DESTROY and if the Hash::AsObject
has an element with that name, it'll get or set it.
WWW: http://search.cpan.org/dist/Hash-AsObject/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Hash/AsObject.pm
@dirrmtry %%SITE_PERL%%/Hash
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/AsObject/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/AsObject
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash