root/lang/perl/Boofy/trunk/lib/Boofy.pm @ 3389

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