Are there any Moose based web frameworks? I got kind of used to Moose, so if there would开发者_如何学C be something based on it, it would be lovely :)Catalyst is Moose based these days, and you can a
I\'m writing my first moose base program.The program creates a \"state\" object that is a composition of several other moose objects.At the end of the program, I wish to save the \"state\" object to a
I have a class where I want to apply string overloading on its id attribute. However, Moose doesn\'t allow string overloading on attribute accessors. For example:
My first Role is the following one: package AccBack::RTransaction; use strict; use warnings; use Moose::Role;
I have a filename attribute that has attached validation. Now when the filename isn\'t specified during construction I want to read it from a configuration file.
I have a class that reads configuration. Now the problem is that I don\'t know how to report errors from this class.
Are there any Perl web-development frameworks other than Catalyst that are: written with Moos开发者_开发技巧e
I am in need of guidance. I\'ve been switching my lifestyle over to Moose as of late. Overall, I\'ve found that moose makes life much more interesting and fun. At the same time, I still haven\'t gotte
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to inherit and extend a base class with a more specific child class that removes the required attribute from an accessor and specifies a lazily b开发者_StackOverflowuilt default. However,