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.1403.tar.gz | 0000794921 776 KB | |
cpanspec.yml | 0000000544 544 Bytes | |
perl-Moose.changes | 0000032226 31.5 KB | |
perl-Moose.spec | 0000004865 4.75 KB |
Revision 25 (latest revision is 50)
Stephan Kulow (coolo)
accepted
request 297621
from
Stephan Kulow (coolo)
(revision 25)
- updated to 2.1403 see /usr/share/doc/packages/perl-Moose/Changes 2.1403 2014-12-07 [ENHANCEMENTS] - Added a section to Moose::Manual::MethodModifiers illustrating how method modifiers work with inheritance. (Andreas Koenig, RT #98940) [DOCUMENTATION] - Added docs to Moose.pm on the -meta_name import option. This addresses RT #98488. [BUG FIXES] - Fix a test that fails on MSWin32 systems using nmake - fix dev build compilation error when using MSVC (A. Sinan Unur) [OTHER] - the modules in the git repository now have a defined $VERSION, to make it easier to test MooseX::* and other code under development. 2.1402 2014-11-05 [BUG FIXES] - Fix a test that was trying to load Test::Exception instead of Test::Fatal. (Michael Schout)
Comments 0