root/lang/perl/HTTP-MobileAttribute/trunk/lib/HTTP/MobileAttribute.pm @ 3999

Revision 3999, 0.6 kB (checked in by yappo, 5 years ago)

lang/perl/HTTP-MobileAttribute?: add pod NAME sextion

Line 
1package HTTP::MobileAttribute;
2
3use strict;
4use warnings;
5our $VERSION = '0.01';
6
7use Class::Component;
8
91;
10__END__
11
12=for stopwords aaaatttt gmail dotottto commmmm Kazuhiro Osawa
13
14=head1 NAME
15
16HTTP::MobileAttribute - Yet Another HTTP::MobileAgent
17
18=head1 SYNOPSIS
19
20  use HTTP::MobileAttribute;
21
22=head1 DESCRIPTION
23
24HTTP::MobileAttribute is
25
26=head1 AUTHOR
27
28Tokuhiro Matsuno E<lt>tokuhirom aaaatttt gmail dotottto commmmmE<gt>
29
30Kazuhiro Osawa
31
32=head1 SEE ALSO
33
34=head1 LICENSE
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself.
38
39=cut
Note: See TracBrowser for help on using the browser.