- 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:
Stephan Kulow 2011-01-19 13:50:00 +00:00 committed by Git OBS Bridge
parent 9d29c6007f
commit bd3e340f8e
4 changed files with 23 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:049b0eee2481064b323ce3841109482138febf4be365fd9f399bd42d63dd14f0
size 19067

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab8e2576ae834f543151265bab560f0cc750af0a3a54435962d77cbf51b40110
size 17074

View File

@ -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

View File

@ -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
@ -37,9 +36,9 @@ BuildRequires: perl(Test::More) >= 0.46
# other not perl || perl-base
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(File::Spec)
Requires: perl(Scalar::Util)
Provides: %{cpan_name}
Requires: perl(File::Spec)
Requires: perl(Scalar::Util)
Provides: %{cpan_name}
%description
The Devel::StackTrace module contains two classes, Devel::StackTrace and
@ -79,3 +78,4 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%doc Changes LICENSE README SIGNATURE
%changelog