Name : perl-Object-MultiType
| |
Version : 0.50.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2024-07-26 22:53:49
|
Group : Unspecified
| Source RPM : perl-Object-MultiType-0.50.0-lp155.1.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Perl Objects as Hash, Array, Scalar, Code and Glob at the same time
|
Description :
This module return an object that works like a Hash, Array, Scalar, Code and Glob object at the same time.
The usual way is to call it from your module at new():
package FOO ;
use Object::MultiType ; use vars qw(AATTISA) ; AATTISA = qw(Object::MultiType) ; ## Is good to \'Object::MultiType\' be the last in AATTISA!
sub new { my $class = shift ; my $this = Object::MultiType->new() ; bless($this,$class) ; }
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.5/noarch |