File perl-Test-Exception.spec of Package perl-Test-Exception

#
# spec file for package perl-Test-Exception (Version 0.27 )
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-Test-Exception
BuildRequires:  perl-Sub-Uplevel
Version:        0.27 
Release:        1
Requires:       perl = %{perl_version}
Requires:       perl-Sub-Uplevel
AutoReqProv:    on
Group:          Development/Libraries/Perl
License:        Artistic License
Url:            http://cpan.org/modules/by-module/Test/
Summary:        Test::Exception - Test exception based code
Source:         Test-Exception-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This module provides a few convenience methods for testing exception
based code. It is built with Test::Builder and plays happily with
Test::More and friends.



Authors:
--------
    Adrian Howard <adrianh@quietstars.com>

%prep
%setup -q -n Test-Exception-%{version}

%build
perl Makefile.PL
make

%check
make test

%install
%perl_make_install
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%doc %{_mandir}/man?/*
/var/adm/perl-modules/%{name}
%dir %{perl_vendorlib}/Test
%dir %{perl_vendorarch}/auto/Test/
%{perl_vendorlib}/Test/Exception.pm
%{perl_vendorarch}/auto/Test/Exception/

%changelog
* Mon Feb 25 2008 anicka@suse.cz
- update to 0.27
  * Patch to fix my broken code with the now working Sub::Uplevel.
* Thu Dec 13 2007 anicka@suse.cz
- update to 0.26
  * Added some more exposition on the usage of dies_ok() and
  lives_ok() for those who found them confusing. Also reordered
  presentation of docs so more specific throws_ok() comes first.
  * Some misc. documentation tweaks.
  * Added some tests for RT#24678, but not actually fixed them yet
  * Added comment in docs about T::E not catching exit() in eval()
  blocks
* Thu Jun 14 2007 anicka@suse.cz
- package created (version 0.25)
openSUSE Build Service is sponsored by