root/lang/perl/Benchmark-ProgressBar/trunk/lib/Benchmark/ProgressBar.pm @ 9457

Revision 9457, 468 bytes (checked in by tokuhirom, 5 years ago)

r10997@skinny: tokuhirom | 2008-04-15 01:40:08 +0900
Benchmark-ProgressBar? import

Line 
1package Benchmark::ProgressBar;
2use strict;
3use warnings;
4use 5.00800;
5our $VERSION = '0.01';
6
71;
8__END__
9
10=encoding utf8
11
12=head1 NAME
13
14Benchmark::ProgressBar -
15
16=head1 SYNOPSIS
17
18  use Benchmark::ProgressBar;
19
20=head1 DESCRIPTION
21
22Benchmark::ProgressBar is
23
24=head1 AUTHOR
25
26Tokuhiro Matsuno E<lt>tokuhirom@gmail.comE<gt>
27
28=head1 SEE ALSO
29
30=head1 LICENSE
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself.
34
35=cut
Note: See TracBrowser for help on using the browser.