summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzbyniu2012-01-15 17:15:11 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitda9ac185c23294539b361227405adb74fe59ad62 (patch)
tree17e39285e3cb2f1fbd669f9d4f62466e8b900f67
parent748e015676c174b46a73e5f81e3343ef5a124c1a (diff)
downloadperl-Test-UseAllModules-da9ac185c23294539b361227405adb74fe59ad62.zip
perl-Test-UseAllModules-da9ac185c23294539b361227405adb74fe59ad62.tar.gz
Changed files: perl-Test-UseAllModules.spec -> 1.2
-rw-r--r--perl-Test-UseAllModules.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/perl-Test-UseAllModules.spec b/perl-Test-UseAllModules.spec
index b467f15..9a53ba6 100644
--- a/perl-Test-UseAllModules.spec
+++ b/perl-Test-UseAllModules.spec
@@ -8,13 +8,13 @@
Summary: Test::UseAllModules - do use_ok() for all the MANIFESTed modules
Summary(pl.UTF-8): Test::UseAllModules - wykonaj use_ok() dla wszystkich modułów MANIFEST
Name: perl-Test-UseAllModules
-Version: 0.12
+Version: 0.13
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/Test/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: c3e9fb933c71f677ee584bca27191fa2
+# Source0-md5: b591f8f8de76dd36422a60e2d02fcbdd
# generic URL, check or change before uncommenting
#URL: http://search.cpan.org/dist/Test-UseAllModules/
BuildRequires: perl-devel >= 1:5.8.0
@@ -25,7 +25,12 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-I'm sick of writing 00_load.t (or something like that) that'll do use_ok() for every module I write. I'm sicker of updating 00_load.t when I add another file to the distro. 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 update MANIFEST. You don't have to modify the test any more (hopefully).
+I'm sick of writing 00_load.t (or something like that) that'll do
+use_ok() for every module I write. I'm sicker of updating 00_load.t
+when I add another file to the distro. 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 update MANIFEST. You don't have to modify the test
+any more (hopefully).
%description -l pl.UTF-8
Test::UseAllModules - wykonaj use_ok() dla wszystkich modułów MANIFEST