8
0
Stephan Kulow
2013-12-09 11:31:46 +00:00
committed by Git OBS Bridge
parent 729bc91c06
commit 2757fad04c
4 changed files with 24 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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