Update to 0.89. BR Test::More and prefork. Improve description.
This commit is contained in:
parent
90132f31f2
commit
3ef003b345
@ -1 +1 @@
|
||||
Module-ScanDeps-0.84.tar.gz
|
||||
Module-ScanDeps-0.89.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Module-ScanDeps
|
||||
Version: 0.84
|
||||
Version: 0.89
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively scan Perl code for dependencies
|
||||
License: GPL+ or Artistic
|
||||
@ -11,15 +11,16 @@ BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Module::Build::ModuleInfo)
|
||||
BuildRequires: perl(Module::Pluggable)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(prefork)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
An application of Module::ScanDeps is to generate executables from scripts
|
||||
that contains necessary modules; this module supports two such projects,
|
||||
PAR and App::Packer. Please see their respective documentations on CPAN
|
||||
for further information.
|
||||
This module scans potential modules used by perl programs and returns a
|
||||
hash reference. Its keys are the module names as appears in %INC (e.g.
|
||||
Test/More.pm). The values are hash references.
|
||||
|
||||
%prep
|
||||
%setup -q -n Module-ScanDeps-%{version}
|
||||
@ -53,6 +54,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 15 2008 Steven Pritchard <steve@kspei.com> 0.89-1
|
||||
- Update to 0.89.
|
||||
- BR Test::More and prefork.
|
||||
- Improve description.
|
||||
|
||||
* Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.84-1
|
||||
- Update to 0.84.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user