perl-MooseX-GlobRef
Store a Moose object in glob reference
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;
GPL-1.0+ or Artistic-1.0cloud_download Downloads
To download packages, you need to log in and have a valid subscription.
Please select a product to see the available package versions:
Loading...
Loading package downloads...