Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-MooseX-Singleton
From: Stoned Elipot
Date: 2009-04-27 06:19:39
Message id: 20090427041939.420DB175D0@cvs.netbsd.org
Log Message:
Initial import of p5-MooseX-Singleton version 0.17 in 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.
Files: