Accepting request 368916 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/368916 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Devel-StackTrace?expand=0&rev=17
This commit is contained in:
commit
9bd40a651a
@ -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
|
Thu Apr 16 17:25:42 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Devel-StackTrace
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Devel-StackTrace
|
Name: perl-Devel-StackTrace
|
||||||
Version: 2.00
|
Version: 2.01
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Devel-StackTrace
|
%define cpan_name Devel-StackTrace
|
||||||
Summary: An object representing a stack trace
|
Summary: An object representing a stack trace
|
||||||
@ -30,22 +30,21 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The 'Devel::StackTrace' module contains two classes, C,Devel::StackTrace>
|
The 'Devel::StackTrace' module contains two classes, C,Devel::StackTrace>
|
||||||
and the Devel::StackTrace::Frame manpage. These objects encapsulate the
|
and Devel::StackTrace::Frame. These objects encapsulate the information
|
||||||
information that can retrieved via Perl's 'caller()' function, as well as
|
that can retrieved via Perl's 'caller()' function, as well as providing a
|
||||||
providing a simple interface to this data.
|
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
|
objects, one for each level of the stack. The frames contain all the data
|
||||||
available from 'caller()'.
|
available from 'caller()'.
|
||||||
|
|
||||||
This code was created to support my the Exception::Class::Base manpage
|
This code was created to support my Exception::Class::Base class (part of
|
||||||
class (part of the Exception::Class manpage) but may be useful in other
|
Exception::Class) but may be useful in other contexts.
|
||||||
contexts.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user