Name : perl-MooseX-GlobRef
| |
Version : 0.0701
| Vendor : openSUSE
|
Release : bp153.1.1
| Date : 2021-02-21 11:10:07
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-GlobRef-0.0701-bp153.1.1.src.rpm
|
Size : 0.05 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: /vol/rzm3/linux-opensuse/ports/armv7hl/distribution/leap/15.3/repo/oss/noarch |