Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37048490
en ru br
ALT Linux repos
S:0.7112-alt2

Group :: Development/Perl
RPM: perl-Benchmark-Timer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires: perl(UNIVERSAL/require.pm)
# END SourceDeps(oneline)
%define _unpackaged_files_terminate_build 1
%define module Benchmark-Timer

Name: perl-%module
Version: 0.7112
Release: alt2

Packager: Victor Forsiuk <force at altlinux.org>

Summary: Benchmarking with statistical confidence
License: GPLv2
Group: Development/Perl

Url: %CPAN %module
Source0: http://www.cpan.org/authors/id/D/DC/DCOPPIT/%{module}-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Mon Nov 22 2010

BuildRequires: perl-Module-Install perl-Statistics-TTest perl(Test/Compile.pm)

%description
The Benchmark::Timer class allows you to time portions of code conveniently, as
well as benchmark code by allowing timings of repeated trials. It is perfect
for when you need more precise information about the running time of portions
of your code than the Benchmark module will give you, but don't want to go all
out and profile your code.

%prep
%setup -q -n %{module}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc TODO LICENSE CHANGES README
%perl_vendor_privlib/Benchmark

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin