svn commit: r508514 - head/devel/p5-Mouse

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 10 22:48:28 UTC 2019


Author: sunpoet
Date: Sat Aug 10 22:48:27 2019
New Revision: 508514
URL: https://svnweb.freebsd.org/changeset/ports/508514

Log:
  Update WWW
  
  - Take maintainership

Modified:
  head/devel/p5-Mouse/Makefile
  head/devel/p5-Mouse/pkg-descr

Modified: head/devel/p5-Mouse/Makefile
==============================================================================
--- head/devel/p5-Mouse/Makefile	Sat Aug 10 22:48:22 2019	(r508513)
+++ head/devel/p5-Mouse/Makefile	Sat Aug 10 22:48:27 2019	(r508514)
@@ -10,7 +10,7 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SKAJI
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Moose minus the antlers
 
 LICENSE=	ART10 GPLv1+

Modified: head/devel/p5-Mouse/pkg-descr
==============================================================================
--- head/devel/p5-Mouse/pkg-descr	Sat Aug 10 22:48:22 2019	(r508513)
+++ head/devel/p5-Mouse/pkg-descr	Sat Aug 10 22:48:27 2019	(r508514)
@@ -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


More information about the svn-ports-all mailing list