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