forked from pool/perl-Perl-PrereqScanner
- updated to 1.016
- new executable is bundled, scan-perl-prereqs, to take the plae of scan_prereqs; it has cpanm-friendly output by default, but supports --pretty and --by-file (thanks to John SJ Anderson for some of the work on this!) - add Superclass scanner for superclass.pm (thanks, David Golden!) - make scan_prereqs scan .t files (thanks, David Golden!) - add scan_module method (thanks, Neil Bowers!) - lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin Dawson!) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=15
This commit is contained in:
committed by
Git OBS Bridge
parent
71cfb84404
commit
162a8417e4
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a987f34cd9d4f58af7311796c3b0296881f43e10fcf6ed138b805d3b112486e7
|
|
||||||
size 21729
|
|
3
Perl-PrereqScanner-1.016.tar.gz
Normal file
3
Perl-PrereqScanner-1.016.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ab70723f3d036ef91684572beacab40bf99f5ed69922769aa077664c778c474
|
||||||
|
size 23986
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 18:36:34 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.016
|
||||||
|
- new executable is bundled, scan-perl-prereqs, to take the plae of
|
||||||
|
scan_prereqs; it has cpanm-friendly output by default, but supports
|
||||||
|
--pretty and --by-file (thanks to John SJ Anderson for some of the work on
|
||||||
|
this!)
|
||||||
|
|
||||||
|
- add Superclass scanner for superclass.pm (thanks, David Golden!)
|
||||||
|
- make scan_prereqs scan .t files (thanks, David Golden!)
|
||||||
|
- add scan_module method (thanks, Neil Bowers!)
|
||||||
|
- lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin
|
||||||
|
Dawson!)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 9 14:59:03 UTC 2013 - coolo@suse.com
|
Sun Jun 9 14:59:03 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Perl-PrereqScanner
|
Name: perl-Perl-PrereqScanner
|
||||||
Version: 1.015
|
Version: 1.016
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Perl-PrereqScanner
|
%define cpan_name Perl-PrereqScanner
|
||||||
Summary: A tool to scan your Perl code for its prerequisites
|
Summary: A tool to scan your Perl code for its prerequisites
|
||||||
@@ -30,7 +30,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120630
|
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120630
|
||||||
|
BuildRequires: perl(Getopt::Long::Descriptive)
|
||||||
BuildRequires: perl(List::MoreUtils)
|
BuildRequires: perl(List::MoreUtils)
|
||||||
|
BuildRequires: perl(Module::Path)
|
||||||
BuildRequires: perl(Moose)
|
BuildRequires: perl(Moose)
|
||||||
BuildRequires: perl(Moose::Role)
|
BuildRequires: perl(Moose::Role)
|
||||||
BuildRequires: perl(PPI) >= 1.215
|
BuildRequires: perl(PPI) >= 1.215
|
||||||
@@ -43,7 +45,9 @@ BuildRequires: perl(namespace::autoclean)
|
|||||||
#BuildRequires: perl(Perl::PrereqScanner)
|
#BuildRequires: perl(Perl::PrereqScanner)
|
||||||
#BuildRequires: perl(Perl::PrereqScanner::Scanner)
|
#BuildRequires: perl(Perl::PrereqScanner::Scanner)
|
||||||
Requires: perl(CPAN::Meta::Requirements) >= 2.120630
|
Requires: perl(CPAN::Meta::Requirements) >= 2.120630
|
||||||
|
Requires: perl(Getopt::Long::Descriptive)
|
||||||
Requires: perl(List::MoreUtils)
|
Requires: perl(List::MoreUtils)
|
||||||
|
Requires: perl(Module::Path)
|
||||||
Requires: perl(Moose)
|
Requires: perl(Moose)
|
||||||
Requires: perl(Moose::Role)
|
Requires: perl(Moose::Role)
|
||||||
Requires: perl(PPI) >= 1.215
|
Requires: perl(PPI) >= 1.215
|
||||||
|
Reference in New Issue
Block a user