Binary package “libmoox-singleton-perl” in ubuntu mantic

module for turning a Moo class into singleton

 Moox::Singleton is a Role::Tiny role that provides the "instance" method
 turning objects into singletons.
 .
 NOTE: Subsequent calls to "instance" will return the singleton instance
 ignoring any arguments. This is different from MooseX::Singleton which does
 not allow any arguments.