ports/devel/p5-MooseX-NonMoose/pkg/DESCR

6 lines
319 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
MooseX::NonMoose allows for easily subclassing non-Moose classes with
Moose, taking care of the annoying details connected with doing this,
such as setting up proper inheritance from Moose::Object and installing
(and inlining, at make_immutable time) a constructor that makes sure
things like BUILD methods are called.