svn commit: r409833 - head/devel/p5-Moo

Adam Weinberger adamw at FreeBSD.org
Mon Feb 29 23:21:25 UTC 2016


Author: adamw
Date: Mon Feb 29 23:21:23 2016
New Revision: 409833
URL: https://svnweb.freebsd.org/changeset/ports/409833

Log:
  Update to 2.001000. Freshen pkg-descr with the text in Moo(3pm).
  
  Changes: https://metacpan.org/changes/distribution/Moo

Modified:
  head/devel/p5-Moo/Makefile
  head/devel/p5-Moo/distinfo
  head/devel/p5-Moo/pkg-descr

Modified: head/devel/p5-Moo/Makefile
==============================================================================
--- head/devel/p5-Moo/Makefile	Mon Feb 29 22:55:27 2016	(r409832)
+++ head/devel/p5-Moo/Makefile	Mon Feb 29 23:21:23 2016	(r409833)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Moo
-PORTVERSION=	2.000002
+PORTVERSION=	2.001000
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:HAARG

Modified: head/devel/p5-Moo/distinfo
==============================================================================
--- head/devel/p5-Moo/distinfo	Mon Feb 29 22:55:27 2016	(r409832)
+++ head/devel/p5-Moo/distinfo	Mon Feb 29 23:21:23 2016	(r409833)
@@ -1,2 +1,2 @@
-SHA256 (Moo-2.000002.tar.gz) = fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4
-SIZE (Moo-2.000002.tar.gz) = 94253
+SHA256 (Moo-2.001000.tar.gz) = c824d9adcf6add1475adb228d57bf4aa38c3662f6cf7203cce93bb6ffc88778c
+SIZE (Moo-2.001000.tar.gz) = 97777

Modified: head/devel/p5-Moo/pkg-descr
==============================================================================
--- head/devel/p5-Moo/pkg-descr	Mon Feb 29 22:55:27 2016	(r409832)
+++ head/devel/p5-Moo/pkg-descr	Mon Feb 29 23:21:23 2016	(r409833)
@@ -1,9 +1,13 @@
-This module is an extremely light-weight, high-performance Moose
-replacement. It also avoids depending on any XS modules to allow
-simple deployments. The name Moo is based on the idea that it
-provides almost -but not quite- two thirds of Moose.
+Moo is an extremely light-weight Object Orientation system. It allows
+one to concisely define objects and roles with a convenient syntax that
+avoids the details of Perl's object system. Moo contains a subset of
+Moose and is optimised for rapid startup.
 
-Unlike Mouse this module does not aim at full Moose compatibility.
-See "INCOMPATIBILITIES" for more details.
+The name Moo is based on the idea that it provides almost -- but not
+quite -- two thirds of Moose.
+
+Unlike Mouse this module does not aim at full compatibility with
+Moose's surface syntax, preferring instead to provide full
+interoperability via metaclass inflation capabilities.
 
 WWW: http://search.cpan.org/dist/Moo/


More information about the svn-ports-all mailing list