summaryrefslogtreecommitdiff
path: root/perl-Test-UseAllModules.spec
diff options
context:
space:
mode:
Diffstat (limited to 'perl-Test-UseAllModules.spec')
-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