Update to 0.46

Fix new teardown tests for MSWin32
epel9
Paul Howarth 11 years ago
parent 1283e91968
commit e2cf687b2a

@ -1,5 +1,5 @@
Name: perl-Test-Class Name: perl-Test-Class
Version: 0.45 Version: 0.46
Release: 1%{?dist} Release: 1%{?dist}
Summary: Easily create test classes in an xUnit/JUnit style Summary: Easily create test classes in an xUnit/JUnit style
License: GPL+ or Artistic License: GPL+ or Artistic
@ -67,7 +67,7 @@ perl Build.PL installdirs=vendor
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 ./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
%{_fixperms} $RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT
%check %check
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Test::Class::MethodInfo.3pm* %{_mandir}/man3/Test::Class::MethodInfo.3pm*
%changelog %changelog
* Mon Jul 7 2014 Paul Howarth <paul@city-fan.org> - 0.46-1
- 0.46 bump
* Mon Jul 07 2014 Petr Pisar <ppisar@redhat.com> - 0.45-1 * Mon Jul 07 2014 Petr Pisar <ppisar@redhat.com> - 0.45-1
- 0.45 bump - 0.45 bump

@ -1 +1 @@
9e16bb0c3754558e081014dfec8c9df7 Test-Class-0.45.tar.gz 14c1b1b18728e4a08859c6e256d54cbf Test-Class-0.46.tar.gz

Loading…
Cancel
Save