forked from pool/perl-namespace-clean
- 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
This commit is contained in:
parent
f7e0a4f83e
commit
ebe64d9179
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35fc7e4d23e4132717991090aedb4278b3e1a0f2be243e38c996048815435ad5
|
||||
size 17257
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user