Help for this page
my $ONE_TRUE_INSTANCE = __PACKAGE__->new; sub new { ... # normal constructor here ... };
package Defaulton; ... }; 1;