Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-MooseX-GlobRef

Project: openSUSE_13.2

Repository: oss

Title: 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;

Version: 0.0701

Release: 8.1.3

Architecture: noarch

Size: 28.5 KB

Build Time: 2014-10-06 18:25:30 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(MooseX::GlobRef) = 0.0701
perl(MooseX::GlobRef::Objec...
perl(MooseX::GlobRef::Role:...
perl(MooseX::GlobRef::Role:...
perl-MooseX-GlobRef = 0.070...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Moose) >= 0.94 perl-Moose