diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-10 22:48:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-10 22:48:27 +0000 |
commit | 07c3eced7c952e647db3f102ca0d41583031067e (patch) | |
tree | d979dfbb655f59faea34731d192334a88b7dfd65 | |
parent | 71308de029118dd2874f39d2967cdedf65ce7d56 (diff) |
Notes
-rw-r--r-- | devel/p5-Mouse/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Mouse/pkg-descr | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile index 1dd7c21ef647..710159b1b43b 100644 --- a/devel/p5-Mouse/Makefile +++ b/devel/p5-Mouse/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SKAJI PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Moose minus the antlers LICENSE= ART10 GPLv1+ diff --git a/devel/p5-Mouse/pkg-descr b/devel/p5-Mouse/pkg-descr index 022b7eae795e..920ea48f8bbf 100644 --- a/devel/p5-Mouse/pkg-descr +++ b/devel/p5-Mouse/pkg-descr @@ -1,13 +1,17 @@ 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 +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 +We're also going as light on dependencies as possible. Mouse currently has no +dependencies except for building/testing modules. Mouse also works without XS, +although it has an XS backend to make it much faster. + +WWW: https://metacpan.org/release/Mouse |