Stephan Kulow 2014-02-24 06:27:53 +00:00 committed by Git OBS Bridge
parent 099da045ed
commit 4f85b0c0a2
3 changed files with 18 additions and 11 deletions

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 24 06:08:43 UTC 2014 - coolo@suse.com
- updated to 1.31
- No code changes, just doc updates, including documenting the as_string()
method in Devel::StackTrace::Frame. Requested by Skef. RT #91575.
-------------------------------------------------------------------
Tue Jun 4 08:33:17 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-StackTrace
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Devel-StackTrace
Version: 1.30
Version: 1.31
Release: 0
%define cpan_name Devel-StackTrace
Summary: An object representing a stack trace
@ -30,24 +30,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
#BuildRequires: perl(Devel::StackTrace)
#BuildRequires: perl(Devel::StackTrace::Frame)
#BuildRequires: perl(Test::Pod::Coverage) >= 1.04
#BuildRequires: perl(Test::Spelling)
%{perl_requires}
%description
The Devel::StackTrace module contains two classes, Devel::StackTrace and
Devel::StackTrace::Frame. The goal of this object is to encapsulate the
information that can found through using the caller() function, as well as
The 'Devel::StackTrace' module contains two classes, C,Devel::StackTrace>
and the Devel::StackTrace::Frame manpage. These objects encapsulate the
information that can retrieved via Perl's 'caller()' function, as well as
providing a simple interface to this data.
The Devel::StackTrace object contains a set of Devel::StackTrace::Frame
The 'Devel::StackTrace' object contains a set of 'Devel::StackTrace::Frame'
objects, one for each level of the stack. The frames contain all the data
available from 'caller()'.
This code was created to support my the Exception::Class::Base manpage
class (part of Exception::Class) but may be useful in other contexts.
class (part of the Exception::Class manpage) but may be useful in other
contexts.
%prep
%setup -q -n %{cpan_name}-%{version}