forked from pool/perl-Module-ScanDeps
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
729bc91c06
commit
2757fad04c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c97cc648c27047bfcbd3512d51e610a0be280f559c84e1ebd695a512db384779
|
||||
size 59275
|
3
Module-ScanDeps-1.12.tar.gz
Normal file
3
Module-ScanDeps-1.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d17643aa76773a4e4173576656b5c874e78e21b203c267544bf3eea074dfa13
|
||||
size 60453
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 11:18:14 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.12
|
||||
* Fix RT #90869: Use of uninitialized value $module in substitution (s///)
|
||||
|
||||
* Fix RT #87775: typo fixes, thanks dsteinbrunner@pobox.com
|
||||
|
||||
* new %Preload rule for B::Hooks::EndOfScope
|
||||
|
||||
* new %Preload rule for Pod::Usage
|
||||
|
||||
* add a fake %Preload rule that warns if use of Module::Implementation
|
||||
or Module::Runtime is detected (coz' they're doing runtime loading)
|
||||
|
||||
* change some tests to use Test::Requires instead of homegrown stuff;
|
||||
hence add it to "test_requires"
|
||||
* clean up some uses of Test::More
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 09:14:01 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Module-ScanDeps
|
||||
Version: 1.11
|
||||
Version: 1.12
|
||||
Release: 0
|
||||
%define cpan_name Module-ScanDeps
|
||||
Summary: Recursively scan Perl code for dependencies
|
||||
@@ -29,6 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build::ModuleInfo)
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(version)
|
||||
#BuildRequires: perl(chicken)
|
||||
#BuildRequires: perl(CPANPLUS::Backend)
|
||||
|
Reference in New Issue
Block a user