Moose minus the antlers

Edit Package perl-Mouse
http://search.cpan.org/perldoc?Mouse

Moose is wonderful. Use Moose instead of Mouse.

Unfortunately, Moose has a compile-time penalty. Though significant progress
has been made over the years, the compile time penalty is a non-starter for
some very specific applications. If you are writing a command-line application
or CGI script where startup time is essential, you may not be able to use
Moose. We recommend that you instead use HTTP::Engine and FastCGI for the
latter, if possible.

Mouse aims to alleviate this by providing a subset of Moose's functionality,
faster.

We're also going as light on dependencies as possible. Mouse currently has no
dependencies except for testing modules.

Refresh
Refresh
Source Files
Filename Size Changed
Mouse-0.50.tar.bz2 0000150928 147 KB
perl-Mouse.changes 0000001374 1.34 KB
perl-Mouse.spec 0000002475 2.42 KB
Revision 2 (latest revision is 69)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 2)
- update to 0.50:
  * Mouse::Tiny
    - Allow "use Mouse::Tiny VERSION" with a patch contributed by
      chocolateboy, RT #54383 (gfx)
  * Mouse::Util::MetaRole
    - Add Mouse::Util::MetaRole::apply_metaroles
      to catch up the latest Moose API for metaroles (gfx)
  * MouseAccessor.xs
    - Fix RT #54203 that writers might return undef in setting values
      reported by chocolateboy (gfx)
  * MouseTypeConstraints.xs
    - Fix magic handling in type constraints reported by sunnavy (gfx)
  * Makefile.PL
    - Shipped with M::I::XSUtil 0.21 (gfx)
    - Fix an issue that gcc 4.0 don't support -Wc++-compat (gfx)
  * Mouse
    - Add a caveat on XS callbacks to the pod (gfx)
  * Mouse::Meta::Attribute
    - Add support for code references for handles
      patched by Frank Cuny (gfx)
  * Mouse::Util::TypeConstraints
    - Fix Str and ScalarRef for typeglobs, lvalues, and etc. (gfx)
  * Moose.pm
    - Add Moose::Util::TypeConstraints exports to allow easier testing
     of TypeConsraints from the command line (gfx)
- BuildRequire perl-Test-Excpetion to run make check successfully
Comments 0
openSUSE Build Service is sponsored by