Name : perl-Object-MultiType
| |
Version : 0.50.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.4
| Date : 2014-08-20 13:48:58
|
Group : Unspecified
| Source RPM : perl-Object-MultiType-0.50.0-1.4.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
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/openSUSE_Tumbleweed/noarch |