Accepting request 250223 from devel:languages:perl

- updated to 1.34
 - Fixed use of // operator (my use, not Graham's) in previous release.
 
 
 1.33   2014-06-26
 
 - Added a skip_frames option. This causes the stack trace to skip an arbitrary
   number of frames. Patch by Graham Knopp. PR #5.
 
 
 1.32   2014-05-05
 
 - Added a filter_frames_early option to filter frames before arguments are
   stringified. Added by Dagfinn Ilmari Mannsåker. PR #4.

OBS-URL: https://build.opensuse.org/request/show/250223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Devel-StackTrace?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2014-09-19 20:27:44 +00:00 committed by Git OBS Bridge
commit 0e9ae50196
4 changed files with 23 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Sep 19 12:15:46 UTC 2014 - coolo@suse.com
- updated to 1.34
- Fixed use of // operator (my use, not Graham's) in previous release.
1.33 2014-06-26
- Added a skip_frames option. This causes the stack trace to skip an arbitrary
number of frames. Patch by Graham Knopp. PR #5.
1.32 2014-05-05
- Added a filter_frames_early option to filter frames before arguments are
stringified. Added by Dagfinn Ilmari Mannsåker. PR #4.
-------------------------------------------------------------------
Mon Feb 24 06:08:43 UTC 2014 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Devel-StackTrace
Version: 1.31
Version: 1.34
Release: 0
%define cpan_name Devel-StackTrace
Summary: An object representing a stack trace