# 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. # 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