aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2009-12-10 10:33:22 +0800
committerleeym <leeym@FreeBSD.org>2009-12-10 10:33:22 +0800
commit1490c06e9230e0f4734e0d7a9db1ec7af9a23e8e (patch)
tree4a5c8b6aa477f941c28c7dbb541e5a8502fac8cf
parent57e3f024f9421799de4ccaed131ab11373ddcc5e (diff)
downloadfreebsd-ports-gnome-1490c06e9230e0f4734e0d7a9db1ec7af9a23e8e.tar.gz
freebsd-ports-gnome-1490c06e9230e0f4734e0d7a9db1ec7af9a23e8e.tar.zst
freebsd-ports-gnome-1490c06e9230e0f4734e0d7a9db1ec7af9a23e8e.zip
- give the credit and pass the MAINTAINER to Sahil to submitted ports/140924 earlier
PR: ports/140924 Submitted by: Sahil Tandon <sahil@tandon.net>
-rw-r--r--devel/p5-MooseX-Types-Common/Makefile8
-rw-r--r--devel/p5-MooseX-Types-Common/pkg-descr19
2 files changed, 6 insertions, 21 deletions
diff --git a/devel/p5-MooseX-Types-Common/Makefile b/devel/p5-MooseX-Types-Common/Makefile
index 238cd2a1c0b5..75df191001b5 100644
--- a/devel/p5-MooseX-Types-Common/Makefile
+++ b/devel/p5-MooseX-Types-Common/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: MooseX-Types-Common
-# Date created: 2009-12-09
-# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
+# Date created: 26 November 2009
+# Whom: Sahil Tandon <sahil@tandon.net>
#
# $FreeBSD$
#
@@ -11,8 +11,8 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= leeym@FreeBSD.org
-COMMENT= A set of commonly-used type constraints that do not ship with Moose
+MAINTAINER= sahil@tandon.net
+COMMENT= A set of commonly-used type constraints that do not ship with p5-Moose
RUN_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types
diff --git a/devel/p5-MooseX-Types-Common/pkg-descr b/devel/p5-MooseX-Types-Common/pkg-descr
index 22d861e90d56..64cdbec9e16e 100644
--- a/devel/p5-MooseX-Types-Common/pkg-descr
+++ b/devel/p5-MooseX-Types-Common/pkg-descr
@@ -1,19 +1,4 @@
-A set of commonly-used type constraints that do not ship with Moose by default.
-
- use MooseX::Types::Common::String qw/SimpleStr/;
- has short_str => (is => 'rw', isa => SimpleStr);
-
- ...
- #this will fail
- $object->short_str("string\nwith\nbreaks");
-
-
-
- use MooseX::Types::Common::Numeric qw/PositiveInt/;
- has count => (is => 'rw', isa => PositiveInt);
-
- ...
- #this will fail
- $object->count(-33);
+MooseX::Types::Common is a set of commonly-used type constraints
+that do not ship with Moose by default.
WWW: http://search.cpan.org/dist/MooseX-Types-Common/