mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
2c52b9e94f
Class::NamedParms is a perl module which provides standard get/set/clear accessors for a class via named parameter with forced lexical checking of named parameters for validity and initialization validation. Lightweight and simple to use. Designed as a base class for inheritance by other modules. PR: 58452 Submitted by: clsung@dragon2.net
6 lines
295 B
Plaintext
6 lines
295 B
Plaintext
%%SITE_PERL%%/Class/NamedParms.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/NamedParms/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/NamedParms
|
|
@unexec rmdir %D/%%SITE_PERL%%/Class 2>/dev/null || true
|
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/NamedParms 2>/dev/null || true
|