Name : perl-MooseX-GlobRef
| |
Version : 0.0701
| Vendor : openSUSE
|
Release : 9.13
| Date : 2011-04-01 13:56:54
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-GlobRef-0.0701-9.13.src.rpm
|
Size : 0.04 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Store a Moose object in glob reference
|
Description :
This module allows to store Moose object in glob reference of file handle. The class attributes will be stored in hash slot associated with glob reference. It allows to create a Moose version of the IO::Handle manpage.
The attributes can be accessed directly with following expression:
my $hashref = \\%{*$self}; print $hashref->{key};
or shorter:
print *$self->{key};
but the standard accessors should be used instead:
print $self->key;
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Factory:/RISCV:/ToTest/images/repo/openSUSE-20240817-riscv64-Media1/noarch |