forked from pool/perl-Devel-StackTrace
Accepting request 444799 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/444799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-StackTrace?expand=0&rev=33
This commit is contained in:
parent
c697a94e8f
commit
7427308750
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:055d35b5dbe62b88af7a15b347f7759cacb376dda345e0bd092a549384c30c13
|
||||
size 33728
|
3
Devel-StackTrace-2.02.tar.gz
Normal file
3
Devel-StackTrace-2.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbbd96db0ecf194ed140198090eaea0e327d9a378a4aa15f9a34b3138a91931f
|
||||
size 38221
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 06:20:44 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.02
|
||||
see /usr/share/doc/packages/perl-Devel-StackTrace/Changes
|
||||
|
||||
2.02 2016-12-07
|
||||
|
||||
- Switch to GitHub Issues.
|
||||
|
||||
- Some small pod fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 10:08:56 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Devel-StackTrace
|
||||
Version: 2.01
|
||||
Version: 2.02
|
||||
Release: 0
|
||||
%define cpan_name Devel-StackTrace
|
||||
Summary: An object representing a stack trace
|
||||
@ -34,14 +34,14 @@ BuildRequires: perl(Test::More) >= 0.96
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
The 'Devel::StackTrace' module contains two classes, C,Devel::StackTrace>
|
||||
The 'Devel::StackTrace' module contains two classes, 'Devel::StackTrace'
|
||||
and Devel::StackTrace::Frame. These objects encapsulate the information
|
||||
that can retrieved via Perl's 'caller()' function, as well as providing a
|
||||
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()'.
|
||||
available from 'caller'.
|
||||
|
||||
This code was created to support my Exception::Class::Base class (part of
|
||||
Exception::Class) but may be useful in other contexts.
|
||||
@ -63,6 +63,6 @@ Exception::Class) but may be useful in other contexts.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README.md
|
||||
%doc Changes CONTRIBUTING.md LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user