Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 24B2F63C20F for ; Mon, 27 Apr 2009 04:22:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id CF20E63B1F6; Mon, 27 Apr 2009 04:22:02 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EB9FF63B1B1 for ; Mon, 27 Apr 2009 04:22:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DCC3E175D0; Mon, 27 Apr 2009 04:22:00 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Mon, 27 Apr 2009 04:22:00 +0000 From: Stoned Elipot Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: seb@netbsd.org X-Mailer: log_accum Message-Id: <20090427042200.DCC3E175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: seb Date: Mon Apr 27 04:22:00 UTC 2009 Modified Files: pkgsrc/doc: CHANGES-2009 Log Message: Note initial addition of p5-MooseX-Singleton version 0.17 as devel/p5-MooseX-Singleton into The NetBSD Packages Collection. The Perl 5 module MooseX::Singleton lets you easily upgrade your Moose class to a singleton. All you should need to do to transform your class is to change 'use Moose' to 'use MooseX::Singleton'. MooseX::Singleton gives your class an 'instance' method that can be used to get a handle on the singleton. To generate a diff of this commit: cvs rdiff -u -r1.1543 -r1.1544 pkgsrc/doc/CHANGES-2009 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.