- update to version 1.27
- Skip some tests on 5.13.8+ that are no longer relevant because of a change in the Perl core. Reported by Andreas Koenig. RT #64828. - The as_string method did not localize $@ and $SIG{__DIE__} before doing an eval. Reported and tested by Marc Mims. RT #61072. - Moved the frame object to its own file, and renamed it Devel::StackTrace::Frame. The old package name, Devel::StackTraceFrame, is now a subclass of the new package, to provide a backwards compatibility shim. - Added message and indent constructor parameters. Based on a patch by James Laver. RT #59830. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-StackTrace?expand=0&rev=11
This commit is contained in:
parent
9d29c6007f
commit
bd3e340f8e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:049b0eee2481064b323ce3841109482138febf4be365fd9f399bd42d63dd14f0
|
||||
size 19067
|
3
Devel-StackTrace-1.27.tar.bz2
Normal file
3
Devel-StackTrace-1.27.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab8e2576ae834f543151265bab560f0cc750af0a3a54435962d77cbf51b40110
|
||||
size 17074
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 13:49:08 UTC 2011 - coolo@novell.com
|
||||
|
||||
- update to version 1.27
|
||||
- Skip some tests on 5.13.8+ that are no longer relevant because of a change
|
||||
in the Perl core. Reported by Andreas Koenig. RT #64828.
|
||||
- The as_string method did not localize $@ and $SIG{__DIE__} before doing an
|
||||
eval. Reported and tested by Marc Mims. RT #61072.
|
||||
- Moved the frame object to its own file, and renamed it
|
||||
Devel::StackTrace::Frame. The old package name, Devel::StackTraceFrame, is
|
||||
now a subclass of the new package, to provide a backwards compatibility
|
||||
shim.
|
||||
- Added message and indent constructor parameters. Based on a patch by James
|
||||
Laver. RT #59830.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 09:44:32 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -17,11 +17,10 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Devel-StackTrace
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: Stack trace and stack trace frame objects
|
||||
Version: 1.22
|
||||
Version: 1.27
|
||||
Release: 1
|
||||
License: GPLv2/Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
@ -79,3 +78,4 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
%doc Changes LICENSE README SIGNATURE
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user