9 lines
305 B
Text
9 lines
305 B
Text
|
Role::Tiny role that provides "instance" method turning your object into
|
||
|
singleton.
|
||
|
|
||
|
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.
|
||
|
|
||
|
WWW: https://metacpan.org/pod/MooX::Singleton
|