forked from pool/perl-namespace-clean
Accepting request 226061 from devel:languages:perl
update OBS-URL: https://build.opensuse.org/request/show/226061 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-namespace-clean?expand=0&rev=13
This commit is contained in:
commit
40bf4249f5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a661d4484e7de411bc96819aec28805836cfa6a5e276bb3cd346f8e108911230
|
||||
size 12659
|
3
namespace-clean-0.25.tar.gz
Normal file
3
namespace-clean-0.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:946a2b7b8219562818867ad915cd493637e2639f901db050b835500c8e6ecd04
|
||||
size 12816
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 13:00:41 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.25
|
||||
- Fix incorrect ExtUtils::CBuilder detection routine leading to
|
||||
Makefile.PL crashes when EU::CB is not available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 15:20:27 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-namespace-clean
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-namespace-clean
|
||||
Version: 0.24
|
||||
Version: 0.25
|
||||
Release: 0
|
||||
%define cpan_name namespace-clean
|
||||
Summary: Keep imports and functions out of your namespace
|
||||
@ -33,15 +33,6 @@ BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
|
||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
|
||||
BuildRequires: perl(Package::Stash) >= 0.23
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
#BuildRequires: perl(CleaneeBridge)
|
||||
#BuildRequires: perl(CleaneeBridgeDirect)
|
||||
#BuildRequires: perl(CleaneeBridgeExplicit)
|
||||
#BuildRequires: perl(ExporterTest)
|
||||
#BuildRequires: perl(InheritanceParent)
|
||||
#BuildRequires: perl(namespace::clean)
|
||||
#BuildRequires: perl(Sub::Identify)
|
||||
#BuildRequires: perl(Sub::Name)
|
||||
#BuildRequires: perl(Variable::Magic)
|
||||
Requires: perl(B::Hooks::EndOfScope) >= 0.12
|
||||
Requires: perl(Package::Stash) >= 0.23
|
||||
%{perl_requires}
|
||||
|
Loading…
Reference in New Issue
Block a user