forked from pool/perl-Devel-StackTrace
Accepting request 368175 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/368175 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-StackTrace?expand=0&rev=31
This commit is contained in:
parent
0490cd7423
commit
c697a94e8f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1debe7273099a60e1386e0da5edbed7334db3cf3ed8e3b4106b087100b8ec5e4
|
||||
size 30012
|
3
Devel-StackTrace-2.01.tar.gz
Normal file
3
Devel-StackTrace-2.01.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:055d35b5dbe62b88af7a15b347f7759cacb376dda345e0bd092a549384c30c13
|
||||
size 33728
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 10:08:56 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.01
|
||||
see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
|
||||
|
||||
2.01 2016-03-02
|
||||
|
||||
- Fixed the frames method when it is called with arguments. Previously this
|
||||
did not work if it was called before the method was called as a
|
||||
reader. Fixed by Mark Fowler. PR #8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 17:25:42 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Devel-StackTrace
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX 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: 2.00
|
||||
Version: 2.01
|
||||
Release: 0
|
||||
%define cpan_name Devel-StackTrace
|
||||
Summary: An object representing a stack trace
|
||||
@ -30,22 +30,21 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
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.
|
||||
and Devel::StackTrace::Frame. 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'
|
||||
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 the Exception::Class manpage) but may be useful in other
|
||||
contexts.
|
||||
This code was created to support my Exception::Class::Base class (part of
|
||||
Exception::Class) but may be useful in other contexts.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user