diff --git a/.cvsignore b/.cvsignore index 36d6822..ce1b867 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sub-Identify-0.02.tar.gz +Sub-Identify-0.03.tar.gz diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec index c473113..585a8eb 100644 --- a/perl-Sub-Identify.spec +++ b/perl-Sub-Identify.spec @@ -1,6 +1,6 @@ Name: perl-Sub-Identify -Version: 0.02 -Release: 3%{?dist} +Version: 0.03 +Release: 1%{?dist} Summary: Retrieve names of code references License: GPL+ or Artistic Group: Development/Libraries @@ -19,6 +19,8 @@ this, it uses perl's introspection mechanism, provided by the B module. %prep %setup -q -n Sub-Identify-%{version} +perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/* + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -41,11 +43,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc Changes +%doc Changes t/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed May 28 2008 Chris Weyl 0.03-1 +- update to 0.03 + * Tue Mar 04 2008 Tom "spot" Callaway 0.02-3 - rebuild for new perl diff --git a/sources b/sources index c19e850..cbf4d9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5efae626e447e064f804e712e5fb03f2 Sub-Identify-0.02.tar.gz +1489ae54818fa5bff610bb47ee77816f Sub-Identify-0.03.tar.gz