Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2019 22:48:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508514 - head/devel/p5-Mouse
Message-ID:  <201908102248.x7AMmRRG073175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908102248.x7AMmRRG073175>