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