1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
package My::Test;
use strict;
use warnings;
our $VERSION = "0.2.6";
#use 5.008;
=head1 NAME
My::Test - write description here
=head1 SYNOPSIS
write synopsis here
=head1 DESCRIPTION
write description here
=cut
1;
__END__
=head1 AUTHOR
Takuya Tsuchida E<lt>takuya.tsuchida@gmail.com<gt>
=head1 SEE ALSO
write here if related module exists
=head1 REPOSITORY
write source code repository
=head1 LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
|