commit 5a9c19367c2bc62a51f2bddb104ac5c5794feabb Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Fri Aug 3 10:43:39 2012 +0200 0.14 bump .gitignore | 1 + .rpmlint | 2 ++ perl-Test-UseAllModules.spec | 9 ++++++--- sources | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index fcaf9f4..4479fcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Test-UseAllModules-0.13.tar.gz +/Test-UseAllModules-0.14.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..83bd7d8 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* ok"); diff --git a/perl-Test-UseAllModules.spec b/perl-Test-UseAllModules.spec index 0eaf30a..c9d7b89 100644 --- a/perl-Test-UseAllModules.spec +++ b/perl-Test-UseAllModules.spec @@ -1,6 +1,6 @@ Name: perl-Test-UseAllModules -Version: 0.13 -Release: 4%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Do use_ok() for all the MANIFESTed modules License: GPL+ or Artistic Group: Development/Libraries @@ -25,7 +25,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Test::More\\) %description -I'm sick of writing 00_load.t (or something like that) that'll do use_ok() +I'm sick of writing 00_load.t (or something like that) that will do use_ok() for every module I write. I'm sicker of updating 00_load.t when I add another file to the distribution. This module reads MANIFEST to find modules to be tested and does use_ok() for each of them. Now all you have to do is @@ -58,6 +58,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Aug 03 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 0.14-1 +- 0.14 bump + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 6dd97c2..bb179e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b591f8f8de76dd36422a60e2d02fcbdd Test-UseAllModules-0.13.tar.gz +6b108cc6ca4affe59cbd927e4c47162b Test-UseAllModules-0.14.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel