Update to 0.2608.

This commit is contained in:
Ville Skyttä 2005-01-27 17:50:59 +00:00
parent 5da7e2a523
commit abba9c6d94
3 changed files with 7 additions and 9 deletions

View File

@ -1 +1 @@
Module-Build-0.2606.tar.gz
Module-Build-0.2608.tar.gz

View File

@ -1,7 +1,7 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-Module-Build
Version: 0.2606
Version: 0.2608
Release: 1
Epoch: 0
Summary: Perl module for building and installing Perl modules
@ -9,7 +9,7 @@ Summary: Perl module for building and installing Perl modules
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Module-Build/
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.2606.tar.gz
Source0: http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Module-Build-0.2608.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -24,11 +24,6 @@ ExtUtils::MakeMaker.
%prep
%setup -q -n Module-Build-%{version}
# See 2004-12-01 changelog entry for rationale for this hack:
%{__perl} -MTest::Harness::Straps -e \
'$Test::Harness::Straps::VERSION < 0.20 &&
system("%{__perl} -pi -e \"s/have_yaml = .*/have_yaml = 0;/\" \\
t/runthrough.t")'
%build
@ -60,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jan 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2608-1
- Update to 0.2608, Test::Harness kludge no longer needed.
* Sun Dec 19 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.2606-1
- Update to 0.2606.

View File

@ -1 +1 @@
7c03476a9c0b5b27416b8a978afa8996 Module-Build-0.2606.tar.gz
edb30a062bfca5570d412d1576787648 Module-Build-0.2608.tar.gz