forked from pool/perl-namespace-autoclean
- updated to 0.15
- update configure_requires checking in Makefile.PL, add CONTRIBUTING file OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-autoclean?expand=0&rev=15
This commit is contained in:
parent
44d6984fac
commit
296fe3d0d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d138b4145f1a69efb19c3a0ad850e54a978e8027e9b2ae452af030a5f0f00b7
|
||||
size 19868
|
3
namespace-autoclean-0.15.tar.gz
Normal file
3
namespace-autoclean-0.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b91d67d56006ae5a58a43a3e0b917da4272a091e885bee29fbc9c25d6627293
|
||||
size 23675
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 9 13:34:22 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.15
|
||||
- update configure_requires checking in Makefile.PL, add CONTRIBUTING file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 07:35:58 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-namespace-autoclean
|
||||
#
|
||||
# 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-autoclean
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
%define cpan_name namespace-autoclean
|
||||
Summary: Keep imports out of your namespace
|
||||
@ -31,17 +31,11 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
|
||||
BuildRequires: perl(Class::MOP) >= 0.80
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.028
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.030
|
||||
BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(Sub::Name)
|
||||
BuildRequires: perl(Test::CheckDeps) >= 0.007
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(namespace::clean) >= 0.20
|
||||
#BuildRequires: perl(namespace::autoclean)
|
||||
#BuildRequires: perl(Pod::Wordlist)
|
||||
#BuildRequires: perl(Test::Kwalitee)
|
||||
#BuildRequires: perl(Test::NoTabs)
|
||||
#BuildRequires: perl(Test::Spelling) >= 0.12
|
||||
|
||||
Requires: perl(B::Hooks::EndOfScope) >= 0.12
|
||||
Requires: perl(Class::MOP) >= 0.80
|
||||
Requires: perl(namespace::clean) >= 0.20
|
||||
@ -92,6 +86,6 @@ clean:
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README weaver.ini
|
||||
%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user