Update to 0.89. BR Test::More and prefork. Improve description.

This commit is contained in:
Steven Pritchard 2008-12-15 20:25:16 +00:00
parent 90132f31f2
commit 3ef003b345
3 changed files with 13 additions and 7 deletions

View File

@ -1 +1 @@
Module-ScanDeps-0.84.tar.gz
Module-ScanDeps-0.89.tar.gz

View File

@ -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.

View File

@ -1 +1 @@
e8b5515611e6a2480bb96dc1f244c3a2 Module-ScanDeps-0.84.tar.gz
97eccc0184030d598c84c544f3507a53 Module-ScanDeps-0.89.tar.gz