Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37404024
en ru br
ALT Linux repos
S:0.26-alt1.2

Group :: Development/Perl
RPM: perl-MooseX-NonMoose

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.26-alt1.2
Build date: 19 january 2017, 13:55 ( 378.1 weeks ago )
Size: 29.29 Kb

Home page:   http://search.cpan.org/dist/MooseX-NonMoose/

License: GPL or Artistic
Summary: Easy subclassing of non-Moose classes
Description:

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.  It tries to be as non-intrusive
as possible - when this module is used, inheriting from non-Moose classes
and inheriting from Moose classes should work identically, aside from the
few caveats mentioned below.  One of the goals of this module is that
including it in a Moose::Exporter-based package used across an entire
application should be possible, without interfering with classes that
only inherit from Moose modules, or even classes that don't inherit from
anything at all.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-MooseX-NonMoose
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin