8
0

6 Commits

Author SHA256 Message Date
e32718676f Accepting request 1235438 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1235438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-NonMoose?expand=0&rev=11
2025-01-09 16:31:09 +00:00
Stephan Kulow
9ad3ebdba1 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-NonMoose?expand=0&rev=9
2014-03-07 06:47:04 +00:00
Stephan Kulow
d1ffce1de6 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-NonMoose?expand=0&rev=7
2013-10-04 17:07:16 +00:00
Stephan Kulow
968efb1ecc - 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.)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-NonMoose?expand=0&rev=4
2011-06-08 13:06:17 +00:00
Stephan Kulow
2aab331c74 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-NonMoose?expand=0&rev=3
2011-05-01 10:41:52 +00:00
Pascal Bleser
4a96d18967 0.17
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-NonMoose?expand=0&rev=1
2010-12-29 13:24:39 +00:00