|
Revision 3389, 0.6 kB
(checked in by yappo, 5 years ago)
|
r15@haruna (orig r13): ko | 2006-07-11 13:28:04 +0900
Boofy imported
|
| Line | |
|---|
| 1 | package Boofy; |
|---|
| 2 | |
|---|
| 3 | use strict; |
|---|
| 4 | use warnings; |
|---|
| 5 | our $VERSION = '0.01'; |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | 1; |
|---|
| 11 | __END__ |
|---|
| 12 | |
|---|
| 13 | =head1 NAME |
|---|
| 14 | |
|---|
| 15 | Boofy - implement for mixi |
|---|
| 16 | |
|---|
| 17 | =head1 SYNOPSIS |
|---|
| 18 | |
|---|
| 19 | lynx http://mixi.jp/ |
|---|
| 20 | |
|---|
| 21 | =head1 DESCRIPTION |
|---|
| 22 | |
|---|
| 23 | lol |
|---|
| 24 | |
|---|
| 25 | =head1 SEE ALSO |
|---|
| 26 | |
|---|
| 27 | L<http://mixi.jp/> |
|---|
| 28 | |
|---|
| 29 | =head1 AUTHOR |
|---|
| 30 | |
|---|
| 31 | Kazuhiro Osawa E<lt>ko@yappo.ne.jpE<gt> |
|---|
| 32 | |
|---|
| 33 | =head1 COPYRIGHT AND LICENSE |
|---|
| 34 | |
|---|
| 35 | Copyright (C) 2006 by Kazuhiro Osawa & mixi? |
|---|
| 36 | |
|---|
| 37 | This library is free software; you can redistribute it and/or modify |
|---|
| 38 | it under the same terms as Perl itself, either Perl version 5.8.5 or, |
|---|
| 39 | at your option, any later version of Perl 5 you may have available. |
|---|
| 40 | |
|---|
| 41 | =cut |
|---|