Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37518324
en ru br
ALT Linux repos
S:0.89-alt1.1
5.0: 0.54-alt1
4.1: 0.54-alt1

Group :: Development/Perl
RPM: perl-Test-Base

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define module Test-Base

Name: perl-%module
Version: 0.89
Release: alt1

Summary: Data driven testing framework for perl
License: Perl
Group: Development/Perl

Url: %CPAN %module
Source0: http://www.cpan.org/authors/id/I/IN/INGY/%{module}-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Sun Apr 10 2011

BuildRequires: perl-Module-Install perl-Spiffy perl-Test-Deep perl-Test-Tester perl-Text-Diff

%description
Perl gives you a standard way to run tests with Test::Harness, and basic
testing primitives with Test::More. After that you are pretty much on your own
to develop a testing framework and philosophy. Test::More encourages you to
make your own framework by subclassing Test::Builder, but that is not trivial.
Test::Base gives you a way to write your own test framework base class that is
trivial.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes LICENSE README
%perl_vendor_privlib/Test/

%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