8
0

Accepting request 106603 from devel:languages:perl

- updated to 1.010
  - fix documentation bug (thanks to Marius Olsthoorn for the report)
  - add a test case to prove someone wrong on the internet

OBS-URL: https://build.opensuse.org/request/show/106603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Perl-PrereqScanner?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2012-02-23 14:33:59 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a867f1d52cfceee8aa469656687d4e733e78fb5647ceccd6f9b259daeb46de5
size 18793

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb906b13ac5cf167d82005a2b19c261adc8928a6b7a2a48bee0df16440e38835
size 18902

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 23 09:56:10 UTC 2012 - coolo@suse.com
- updated to 1.010
- fix documentation bug (thanks to Marius Olsthoorn for the report)
- add a test case to prove someone wrong on the internet
-------------------------------------------------------------------
Wed Feb 15 12:06:18 UTC 2012 - coolo@suse.com

View File

@@ -17,10 +17,10 @@
Name: perl-Perl-PrereqScanner
Version: 1.009
Version: 1.010
Release: 0
%define cpan_name Perl-PrereqScanner
Summary: Scan your Perl code for its prerequisites
Summary: a tool to scan your Perl code for its prerequisites
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Perl-PrereqScanner/
@@ -46,10 +46,10 @@ Requires: perl(CPAN::Meta::Requirements)
Requires: perl(List::MoreUtils)
Requires: perl(Moose)
Requires: perl(Moose::Role)
Requires: perl(namespace::autoclean)
Requires: perl(Params::Util)
Requires: perl(PPI) >= 1.205
Requires: perl(Params::Util)
Requires: perl(String::RewritePrefix) >= 0.005
Requires: perl(namespace::autoclean)
%{perl_requires}
%description