Logoj0ke.net Open Build Service > Projects > devel:perl > perl-Try-Tiny > perl-Try-Tiny.changes
Sign Up | Log In

File perl-Try-Tiny.changes of Package perl-Try-Tiny

 
1
-------------------------------------------------------------------
2
Sun Feb  9 13:34:21 UTC 2014 - coolo@suse.com
3
4
- updated to 0.19
5
  - fix an obscure issue with loading modules during global destruction
6
    (ilmari, #11)
7
  - documentation updates (anaxagoras, #12)
8
9
-------------------------------------------------------------------
10
Fri Oct  4 09:13:58 UTC 2013 - coolo@suse.com
11
12
- updated to 0.18
13
  - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
14
  - work around [rt.perl #119311] which was causing incorrect error messages in
15
    some cases during global destruction (Graham Knop, #9)
16
17
-------------------------------------------------------------------
18
Sat Jul 27 11:57:46 UTC 2013 - coolo@suse.com
19
20
- updated to 0.16
21
  - remove accidental Sub::Name test dep
22
  - optionally use Sub::Name to name the try/catch/finally blocks, if available
23
    (Mark Fowler)
24
  - also throw an exception for catch/finally in scalar context (RT#81070)
25
  - fix tests failing on 5.6.x due to differing DESTROY semantics
26
  - excise superfluous local($@) call - 7% speedup
27
  - fix (fsvo) broken URLs (RT#55659)
28
  - proper exception on erroneous usage of bare catch/finally (RT#81070)
29
  - proper exception on erroneous use of multiple catch{} blocks
30
  - clarify exception occuring on unterminated try block (RT#75712)
31
  - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
32
    Vadim)
33
  - warn loudly on exceptions in finally() blocks
34
  - dzilify
35
36
-------------------------------------------------------------------
37
Tue Jun 11 09:35:47 UTC 2013 - coolo@suse.com
38
39
- rebuild for perl 5.18
40
41
-------------------------------------------------------------------
42
Tue Jun  4 15:25:34 UTC 2013 - coolo@suse.com
43
44
- updated to 0.12
45
 - doc fixes
46
47
-------------------------------------------------------------------
48
Mon Sep 19 09:04:58 UTC 2011 - coolo@suse.com
49
50
- updated to 0.11
51
  - fix broken dist
52
  - clarify some docs
53
54
-------------------------------------------------------------------
55
Tue May 17 12:12:23 UTC 2011 - coolo@opensuse.org
56
57
- updated to 0.09
58
  - don't index Try::Tiny::ScopeGuard
59
  - fix require vs use issue in blead (RT63410)
60
61
-------------------------------------------------------------------
62
Tue Nov 30 19:20:56 UTC 2010 - coolo@novell.com
63
64
- switch to perl_requires macro
65
66
-------------------------------------------------------------------
67
Thu Nov 11 18:04:16 UTC 2010 - chris@computersalat.de
68
69
- recreated by cpanspec 1.78
70
  o fixed deps
71
  o fix License
72
- noarch pkg
73
74
-------------------------------------------------------------------
75
Mon Nov  1 11:28:49 UTC 2010 - pascal.bleser@opensuse.org
76
77
- update to 0.07:
78
  * allow multiple finally blocks
79
  * pass the error, if any, to finally blocks when called
80
81
- changes from 0.05:
82
  * documentation fixes and clarifications
83
84
-------------------------------------------------------------------
85
Mon Jan 25 08:18:26 UTC 2010 - lars@linux-schulserver.de
86
87
- update to 0.04:
88
  + Restore list context propagation for catch blocks
89
  + Fix a bug where finally blocks weren't always invoked
90
  + More documentation and tests (many people)
91
  + Sets $@ to the previous value at the beginning of the eval, to 
92
    allow the capture of an error stack when calling die.
93
94
-------------------------------------------------------------------
95
Sat Dec 26 21:40:19 UTC 2009 - lars@linux-schulserver.de
96
97
- initial version 0.02
98
99