Update to 1.210

- Packaging fix release:
  - No functional changes
  - Upgrading to Module::Install 0.93
  - Added missing test_requires dependency for Class::Inspector
- Use RELEASE_TESTING rather than AUTOMATED_TESTING for better test coverage
This commit is contained in:
Paul Howarth 2010-07-31 14:31:16 +01:00
parent 19fa416e6b
commit 54bb97dfa0
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
PPI-1.209.tar.gz
PPI-1.210.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-PPI
Version: 1.209
Version: 1.210
Release: 1%{?dist}
Summary: Parse, Analyze and Manipulate Perl
Group: Development/Libraries
@ -58,7 +58,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
%check
make test AUTOMATED_TESTING=1
make test RELEASE_TESTING=1
%clean
@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Jul 31 2010 Paul Howarth <paul@city-fan.org> - 1.210-1
- update to 1.210 (packaging fixes)
- use RELEASE_TESTING rather than AUTOMATED_TESTING for better test coverage
* Sat Jul 31 2010 Paul Howarth <paul@city-fan.org> - 1.209-1
- update to 1.209 (small optimisation release, no functional changes)

View File

@ -1 +1 @@
1211b049bc91c38335a306516b3baac0 PPI-1.209.tar.gz
524ee5cee8039313ae5e221ed2ea2f5d PPI-1.210.tar.gz