From owner-cvs-all@FreeBSD.ORG Tue Sep 20 08:46:07 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE39C106564A; Tue, 20 Sep 2011 08:46:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E3038FC1B; Tue, 20 Sep 2011 08:46:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8K8k7ml084164; Tue, 20 Sep 2011 08:46:07 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8K8k7oV084163; Tue, 20 Sep 2011 08:46:07 GMT (envelope-from bapt) Message-Id: <201109200846.p8K8k7oV084163@repoman.freebsd.org> From: Baptiste Daroussin Date: Tue, 20 Sep 2011 08:46:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Role-Identifiable Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 08:46:07 -0000 bapt 2011-09-20 08:46:07 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Role-Identifiable Makefile distinfo pkg-descr pkg-plist Log: Role::Identifiable::HasIdent is an incredibly simple role. It adds a required ident attribute that stores a simple string, meant to identify exceptions. Role::Identifiable::HasTags adds the ability for your class and its composed parts (roles, superclasses) as well as instances of it to contribute to a pool of tags describing each instance. WWW: http://search.cpan.org/dist/Role-Identifiable/ Submitted by: Geraud CONTINSOUZAS (by private mail) Revision Changes Path 1.4553 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-Role-Identifiable/Makefile (new) 1.1 +2 -0 ports/devel/p5-Role-Identifiable/distinfo (new) 1.1 +8 -0 ports/devel/p5-Role-Identifiable/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-Role-Identifiable/pkg-plist (new)