A postmodern object system for Perl 5
http://search.cpan.org/dist/Moose/
Moose is an extension of the Perl 5 object system.
The main goal of Moose is to make Perl 5 Object Oriented programming
easier, more consistent, and less tedious. With Moose you can think more
about what you want to do and less about the mechanics of OOP.
Additionally, Moose is built on top of the Class::MOP manpage, which is a
metaclass system for Perl 5. This means that Moose not only makes building
normal Perl 5 objects better, but it provides the power of metaclass
programming as well.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/perl-Moose && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Moose-2.0802.tar.gz | 0000655624 640 KB | |
perl-Moose-apply_role.patch | 0000000422 422 Bytes | |
perl-Moose.changes | 0000018715 18.3 KB | |
perl-Moose.spec | 0000004447 4.34 KB |
Revision 20 (latest revision is 50)
Stephan Kulow (coolo)
accepted
request 178267
from
Stephan Kulow (coolo)
(revision 20)
- updated to 2.0802 * fix incompatibilities with Test::Builder 1.005+ (Karen Etheridge) * Moose::Manual::Contributing updated to reflect the change of primary repository from git.moose.perl.org to github.com 2.0801 Thu, Mar 28, 2013 [BUG FIXES] * properly apply traits at compile time (error introduced in 2.0800, RT#77974). (doy) 2.0800 Wed, Mar 27, 2013 [ENHANCEMENTS] * The super() subroutine now carps if you pass it arguments. These arguments are always ignored, but we used to ignore them silently. RT #77383. * Roles can now override methods from other roles they consume directly, without needing to manually exclude them (just like classes can). (mst) [BUG FIXES] * Fix false positive when checking for circular references for modules that use the "also" parameter with Moose::Exporter. Reported by Jon Swartz. Fixed by Matthew Wickline. RT #63818. * Fix memory leak in type unions. (Karen Etheridge) RT#83929.
Comments 0