freebsd-ports/devel/p5-Mouse/pkg-descr
Adam Weinberger f9184b491c Update to 2.4.5 and freshen. Turns out this port has been outdated for
months, but it wasn't being picked up because they stuck a 'v' before
the version for.... reasons I'm sure.

- Remove the pkg-message advising installing MRO::Compat, which is a
  no-op on perl > 5.9.5
- Add stuff to TEST_DEPENDS to enable the full test suite
- Add NO_ARCH
- Strip the library
- Rewrite pkg-descr with the currently-used text, which is clearer
- While there, update WWW to metacpan
2015-09-18 04:25:55 +00:00

13 lines
663 B
Text

Moose is a postmodern object system for Perl5. Moose is wonderful.
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 persistent Perl executing environments like
FastCGI for the latter, if possible).
Mouse is a Moose compatible object system, which aims to alleviate this penalty
by providing a subset of Moose's functionality.
WWW: https://metacpan.org/pod/Mouse