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.
This commit is contained in:
seb 2009-04-27 04:22:00 +00:00
parent 15337d4971
commit a3c1a9ed9f

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2009,v 1.1543 2009/04/26 04:13:32 taca Exp $
$NetBSD: CHANGES-2009,v 1.1544 2009/04/27 04:22:00 seb Exp $
Changes to the packages collection and infrastructure in 2009:
@ -2106,3 +2106,4 @@ Changes to the packages collection and infrastructure in 2009:
Added www/typolight27 version 2.7rc2 [taca 2009-04-26]
Added www/typolight27-example version 2.7rc2 [taca 2009-04-26]
Added www/typolight27-translations version 20090423 [taca 2009-04-26]
Added devel/p5-MooseX-Singleton version 0.17 [seb 2009-04-27]