This commit is contained in:
parent
b6c3f80318
commit
fbb59f38a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:848129270d1da9729dcbd2bc3dcc66256f7c24bb28085da8885c86ef0f4776f7
|
||||
size 7672
|
3
Sub-Uplevel-0.16.tar.bz2
Normal file
3
Sub-Uplevel-0.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38a797e738229b744047f48009f64a283f0893f6a980f29f2feb0bc54f24ac84
|
||||
size 8905
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 09:25:50 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- update to 0.16
|
||||
* Won't override any existing CORE::GLOBAL::caller when loaded
|
||||
* Localize global caller() override to the scope of the uplevel()
|
||||
call so it can play nicer with things like Contextual::Return
|
||||
and Hook::LexWrap that also override caller()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 18:10:23 CEST 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-Sub-Uplevel (Version 0.14)
|
||||
# spec file for package perl-Sub-Uplevel (Version 0.16)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,13 +11,13 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Sub-Uplevel
|
||||
Version: 0.14
|
||||
Version: 0.16
|
||||
Release: 1
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
URL: http://cpan.org/modules/by-module/Sub/
|
||||
Url: http://cpan.org/modules/by-module/Sub/
|
||||
Summary: Sub::Uplevel - apparently run a function in a higher stack frame
|
||||
Source: Sub-Uplevel-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -61,7 +61,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{perl_vendorarch}/auto/Sub/
|
||||
%{perl_vendorlib}/Sub/*
|
||||
%{perl_vendorarch}/auto/Sub/Uplevel/
|
||||
|
||||
%changelog
|
||||
* Mon Oct 08 2007 - anicka@suse.cz
|
||||
- update to 0.16
|
||||
* Won't override any existing CORE::GLOBAL::caller when loaded
|
||||
* Localize global caller() override to the scope of the uplevel()
|
||||
call so it can play nicer with things like Contextual::Return
|
||||
and Hook::LexWrap that also override caller()
|
||||
* Thu Jun 14 2007 - anicka@suse.cz
|
||||
- package created (version 0.14)
|
||||
|
Loading…
x
Reference in New Issue
Block a user