moose
Moose based web framework
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[详细]
2023-04-02 07:26 分类:问答Newbie Moose, MooseX::Storage, and MooseX::Log4Perl problem: Can't store object
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[详细]
2023-04-01 20:48 分类:问答what is the best way to string overload on a Moose attribute accessor?
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:[详细]
2023-04-01 14:48 分类:问答Implement requires on other Role doesn't work?
My first Role is the following one: package AccBack::RTransaction; use strict; use warnings; use Moose::Role;[详细]
2023-03-30 23:32 分类:问答Moose: injecting parameters into construction
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.[详细]
2023-03-28 05:44 分类:问答How to report error from a Moose constructor?
I have a class that reads configuration. Now the problem is that I don\'t know how to report errors from this class.[详细]
2023-03-27 06:28 分类:问答Are there any modern (Moose/PSGI) web frameworks other than Catalyst?
Are there any Perl web-development frameworks other than Catalyst that are: written with Moos开发者_开发技巧e[详细]
2023-03-23 22:54 分类:问答How to share an attribute between multiple Moose objects?
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[详细]
2023-03-23 19:46 分类:问答Modern perl - ready to run applications - learning by examples - from what? [closed]
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.[详细]
2023-03-21 14:14 分类:问答Modifing inherited accessors and retaining around modifiers
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,[详细]
2023-03-20 04:30 分类:问答
加载中,请稍侯......