Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in moose

Can I control the value of a Moose object when used in a scalar context?

perl object overloading moose

How can I provide an alternate init arg for an attribute in Moose?

perl moose

Moose && utf8 (package|method) names

perl utf-8 moose

How to efficiently apply a regex substitution on a Moose attribute?

perl attributes moose

Is there a Perl module for converting YAML files into Moose objects dynamically at runtime?

perl yaml cpan moose

Which recommended Perl modules can serialize Moose objects?

Moose (Perl): Is it okay to use %$object to get the data representation of an object for serialization?

perl serialization moose

Perl Moose - How do I deploy my class pm file?

perl moose

How to store Hash of Hashes in Moose?

perl moose hash-of-hashes

How to auto generate a bunch of setters / getters tied to a network service in Moose?

perl moose

OO Design Patterns with Perl

How to use a Moose class defined in the same file as the main script?

perl moose

How can I find all the packages that inherit from a package in Perl?

perl inheritance package moose

Import MooseX::Method::Signatures into caller's scope

Perl class attribute composition?

In Moose, if a role defines an attribute with a default, how do I change that default in my consuming class?

perl moose moo

In Moose, how can I tell whether one object's class is a subclass of another object's class?

In Moose, is it safe to access member variables directly through the object's internal hash?

perl moose

Can I pass a regex to isa() with Moose-based objects?

perl moose

Make the Moose constructor ignore undef arguments

perl moose