]> git.pld-linux.org Git - packages/perl-Nagios-Plugin.git/commitdiff
- use base ... not catched by perl autodeps auto/ac/perl-Nagios-Plugin-0_23-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Mar 2008 08:43:11 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Nagios-Plugin.spec -> 1.3

perl-Nagios-Plugin.spec

index 9f8b5c066a86a3342bf0642c155a486bb0fbee40..5e76a0786064a1f9b93cac6d1048168a0e897c0b 100644 (file)
@@ -8,7 +8,7 @@
 Summary:       Nagios::Plugin - A family of perl modules to streamline writing Nagios plugins
 Name:          perl-Nagios-Plugin
 Version:       0.23
-Release:       1
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -24,6 +24,9 @@ BuildRequires:        perl(Math::Calc::Units)
 BuildRequires: perl(Params::Validate)
 BuildRequires: perl(Test::More) >= 0.62
 %endif
+# Not catched by `use base qw(Class::Accessor::Fast)'; construct
+Requires:      perl-Class-Accessor
+Requires:      perl-Config-Tiny
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.067331 seconds and 4 git commands to generate.