Parents (Total: 1)
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
| Key |
Value |
| MD5 | 5B50E241C573C1AB503D4EF0F28C96C8 |
| PackageArch | noarch |
| PackageDescription | 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; |
| PackageName | perl-MooseX-GlobRef |
| PackageRelease | 9.9 |
| PackageVersion | 0.0701 |
| SHA-1 | 17CC5AEF324CC136917F2D5A0308576131AC62CB |
| SHA-256 | 6F311A00E3A6A971563297BD10F9E380B683D3476AEFE1C56971C2C7BAAAACB3 |