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