Name : perl-MooseX-GlobRef
| |
Version : 0.0701
| Vendor : openSUSE
|
Release : bp156.3.1
| Date : 2023-07-22 12:08:20
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-GlobRef-0.0701-bp156.3.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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP6/standard/noarch |