Name : perl-MooseX-GlobRef
| |
Version : 0.0701
| Vendor : obs://obsaarch64_cloud_suse_de/openSUSE:Factory:ARM
|
Release : 5.2
| Date : 2013-06-27 17:25:00
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-GlobRef-0.0701-5.2.src.rpm
|
Size : 0.05 MB
| |
Packager : (none)
| |
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:/ARM/standard/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(MooseX::GlobRef)
perl(MooseX::GlobRef::Object)
perl(MooseX::GlobRef::Role::Meta::Instance)
perl(MooseX::GlobRef::Role::Object)
perl-MooseX-GlobRef
Requires :