File: control

package info (click to toggle)
libbenchmark-progressbar-perl 0.00001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 128 kB
  • ctags: 131
  • sloc: perl: 1,482; makefile: 15
file content (26 lines) | stat: -rw-r--r-- 1,292 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libbenchmark-progressbar-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libterm-progressbar-perl, perl (>= 5.6.0-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <frequency@cpan.org>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Benchmark-ProgressBar/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbenchmark-progressbar-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/

Package: libbenchmark-progressbar-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libterm-progressbar-perl
Description: Perl module that displays progress bar during benchmarking
 Benchmark::ProgressBar is a combination of Benchmark and Term::ProgressBar
 that produces a simple progress bar illustrating execution of benchmark
 runs. As such, it is particularly useful for heavy benchmarking tests
 that take a long time to complete.
 .
 You can use it as a drop-in replacement for Benchmark, but the only functions
 that would display a progress bar are: cmpthese, timethese and timeit.
 .
 This module is not compatible for use with Benchmark in the same script. The
 author doesn't know of any case where this would make sense.