Name : perl-MooseX-GlobRef
| |
Version : 0.0701
| Vendor : openSUSE
|
Release : 2.1.2
| Date : 2012-09-08 02:09:06
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-GlobRef-0.0701-2.1.2.src.rpm
|
Size : 0.05 MB
| |
Packager : http://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:/12.2:/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 :