File: Test.pm

package info (click to toggle)
libtest-module-used-perl 0.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 669; makefile: 2
file content (42 lines) | stat: -rwxr-xr-x 531 bytes parent folder | download | duplicates (3)
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