From ebe64d917984660513f6f799a4e8d12eee6fcc0e3affdbcce6a5293c7546e398 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 17 Nov 2011 12:35:29 +0000 Subject: [PATCH] - update to 0.21 - When using the tie() fallback ensure we do not obliterate a foreign tie() - Better document how to disable the tie() fallback - Only invoke the deleted sub stashing if we run udner a debugger (avoid runtime penalty of Sub::Name/Sub::Identify) - Spellfixes (RT#54388) - When B::Hooks::EndOfScope is not available, switch to a simple tie() of %^H. While it can not 100% replace B::H::EOS, it does everything n::c needs OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-namespace-clean?expand=0&rev=10 --- namespace-clean-0.20.tar.gz | 3 --- perl-namespace-clean.changes | 14 ++++++++++++++ perl-namespace-clean.spec | 5 ++--- 3 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 namespace-clean-0.20.tar.gz diff --git a/namespace-clean-0.20.tar.gz b/namespace-clean-0.20.tar.gz deleted file mode 100644 index 428c2ff..0000000 --- a/namespace-clean-0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35fc7e4d23e4132717991090aedb4278b3e1a0f2be243e38c996048815435ad5 -size 17257 diff --git a/perl-namespace-clean.changes b/perl-namespace-clean.changes index 4291e84..6bf5676 100644 --- a/perl-namespace-clean.changes +++ b/perl-namespace-clean.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 17 12:33:28 UTC 2011 - coolo@suse.com + +- update to 0.21 + - When using the tie() fallback ensure we do not obliterate a + foreign tie() + - Better document how to disable the tie() fallback + - Only invoke the deleted sub stashing if we run udner a debugger + (avoid runtime penalty of Sub::Name/Sub::Identify) + - Spellfixes (RT#54388) + - When B::Hooks::EndOfScope is not available, switch to a simple + tie() of %^H. While it can not 100% replace B::H::EOS, it does + everything n::c needs + ------------------------------------------------------------------- Sat Jun 4 20:50:41 UTC 2011 - lars@linux-schulserver.de diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec index 2533c05..1f866de 100644 --- a/perl-namespace-clean.spec +++ b/perl-namespace-clean.spec @@ -18,15 +18,14 @@ Name: perl-namespace-clean -Version: 0.20 +Version: 0.21 Release: 1 License: GPL+ or Artistic %define cpan_name namespace-clean Summary: Keep imports and functions out of your namespace Url: http://search.cpan.org/dist/namespace-clean/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/namespace-clean-%{version}.tar.gz Patch1: perl-namespace-clean-use_lib.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build