home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
share
/
perl5
/
GnuPG
/
HashInit.pm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl POD Document
|
2009-07-13
|
197 b
|
13 lines
package GnuPG::HashInit;
use Any::Moose 'Role';
sub hash_init {
my ($self, %args) = @_;
while ( my ( $method, $value ) = each %args ) {
$self->$method($value);
}
}
1;
__END__