update to 0.924

This commit is contained in:
Chris Weyl 2006-11-23 04:23:34 +00:00
parent 97860cc024
commit 3cdddf34b5
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
Sub-Install-0.922.tar.gz
Sub-Install-0.924.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Install
Version: 0.922
Release: 2%{?dist}
Version: 0.924
Release: 1%{?dist}
Summary: Install subroutines into packages easily
License: GPL or Artistic
Group: Development/Libraries
@ -10,7 +10,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# testing
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Perl::Critic)
%description
This module makes it easy to install subroutines into packages without the
@ -50,6 +52,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Wed Nov 22 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.924-1
- update to 0.924
- add perl(Test::Perl::Critic) to BR's
* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.922-2
- bump

View File

@ -1 +1 @@
48e8e9f72cdd5b3f5f7115b8b7de3ddf Sub-Install-0.922.tar.gz
eae66cb5cbd2064ae02b3aeacf6338e4 Sub-Install-0.924.tar.gz