NAME
Acme::Songmu - Songmu's sample module
SYNOPSIS
use Acme::Songmu;
my $songmu = Acme::Songmu->instance;
say $songmu->name; # => 'Masayuki Matsuki'
say $songmu->age; # => 37
$songmu->gmu; # => 'ぐむー'
DESCRIPTION
Acme::Songmu is Songmu's sample CPAN module for sandboxing.
CONSTRUCTOR
my $sonmgu = Acme::Songmu->instance
The instance
class method returns an instance of Songmu as a singleton.
METHODS
METHODS
LICENSE
Copyright (C) Songmu.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Songmu <y.songmu@gmail.com>