Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-MooseX-NonMoose-0.270.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-MooseX-NonMoose Distribution: openSUSE Tumbleweed
Version: 0.270.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Jan 3 06:34:19 2025
Group: Unspecified Build host: reproducible
Size: 60791 Source RPM: perl-MooseX-NonMoose-0.270.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/MooseX-NonMoose
Summary: Easy subclassing of non-Moose classes
'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.

There are several ways to use this module. The most straightforward is to
just 'use MooseX::NonMoose;' in your class; this should set up everything
necessary for extending non-Moose modules.
MooseX::NonMoose::Meta::Role::Class and
MooseX::NonMoose::Meta::Role::Constructor can also be applied to your
metaclasses manually, either by passing a '-traits' option to your 'use
Moose;' line, or by applying them using Moose::Util::MetaRole in a
Moose::Exporter-based package. MooseX::NonMoose::Meta::Role::Class is the
part that provides the main functionality of this module; if you don't care
about inlining, this is all you need to worry about. Applying
MooseX::NonMoose::Meta::Role::Constructor as well will provide an inlined
constructor when you immutabilize your class.

'MooseX::NonMoose' allows you to manipulate the argument list that gets
passed to the superclass constructor by defining a 'FOREIGNBUILDARGS'
method. This is called with the same argument list as the 'BUILDARGS'
method, but should return a list of arguments to pass to the superclass
constructor. This allows 'MooseX::NonMoose' to support superclasses whose
constructors would get confused by the extra arguments that Moose requires
(for attributes, etc.)

Not all non-Moose classes use 'new' as the name of their constructor. This
module allows you to extend these classes by explicitly stating which
method is the constructor, during the call to 'extends'. The syntax looks
like this:

  extends 'Foo' => { -constructor_name => 'create' };

similar to how you can already pass '-version' in the 'extends' call in a
similar way.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Fri Jan 03 2025 Tina Müller <timueller+perl@suse.de>
  - updated to 0.270.0 (0.27)
    see /usr/share/doc/packages/perl-MooseX-NonMoose/Changes
    0.27      2025-01-02 20:30:46 -0700
    - Drop dependency on List::MoreUtils
    - New maintainer and repository: https://github.com/uperl/MooseX-NonMoose
* Fri Mar 07 2014 coolo@suse.com
  - updated to 0.26
    - fix dependency specification for Try::Tiny (Gareth Harper, #9)
    - fix for Module::Runtime 0.014
* Fri Oct 04 2013 coolo@suse.com
  - updated to 0.24
    - added missing lib include (Karen Etheridge)
    - stop using old and deprecated (or soon to be deprecated) functions from
      Class::MOP
* Wed Jun 08 2011 coolo@novell.com
  - updated to 0.22
    - Fix issues where the metaclass gets reinitialized after the call to
      'extends' but before 'make_immutable'. This could happen if a role
      used an extension which provided an application_to_class metarole,
      since the role application would then apply a metarole to the class,
      and metarole application currently causes metaclass reinitialization
      in Moose. (ugh.)
* Sun May 01 2011 coolo@opensuse.org
  - updated to 0.21
    - Allow this module to work with constructors with names other than
      'new'. If you're extending a class with a constructor named something
      other than 'new', you should declare this when calling extends, as in:
      extends 'Foo' => { -constructor_name => 'create' };
      This will ensure that calling 'create' will also call Moose's
      constructor.
    - fix warning when passing inline_constructor => 0 with no superclass new
      method (rafl).
    - don't die if superclass doesn't have a 'new' method
    - forward compat for Moose 2.0
* Wed Dec 29 2010 pascal.bleser@opensuse.org
  - initial version (0.17)

Files

/usr/lib/perl5/vendor_perl/5.40.0/MooseX
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/NonMoose
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/NonMoose.pm
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/NonMoose/InsideOut.pm
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/NonMoose/Meta
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/NonMoose/Meta/Role
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/NonMoose/Meta/Role/Class.pm
/usr/lib/perl5/vendor_perl/5.40.0/MooseX/NonMoose/Meta/Role/Constructor.pm
/usr/share/doc/packages/perl-MooseX-NonMoose
/usr/share/doc/packages/perl-MooseX-NonMoose/Changes
/usr/share/doc/packages/perl-MooseX-NonMoose/README
/usr/share/licenses/perl-MooseX-NonMoose
/usr/share/licenses/perl-MooseX-NonMoose/LICENSE
/usr/share/man/man3/MooseX::NonMoose.3pm.gz
/usr/share/man/man3/MooseX::NonMoose::InsideOut.3pm.gz
/usr/share/man/man3/MooseX::NonMoose::Meta::Role::Class.3pm.gz
/usr/share/man/man3/MooseX::NonMoose::Meta::Role::Constructor.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Feb 12 23:53:52 2025