2014-01-17 21:48:03 +00:00
|
|
|
-------------------------------------------------------------------
|
2014-02-09 15:08:15 +00:00
|
|
|
Sun Feb 9 13:34:21 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.19
|
|
|
|
- fix an obscure issue with loading modules during global destruction
|
|
|
|
(ilmari, #11)
|
|
|
|
- documentation updates (anaxagoras, #12)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-01-17 21:48:03 +00:00
|
|
|
Fri Oct 4 09:13:58 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.18
|
|
|
|
- fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
|
|
|
|
- work around [rt.perl #119311] which was causing incorrect error messages in
|
|
|
|
some cases during global destruction (Graham Knop, #9)
|
|
|
|
|
2013-07-27 12:43:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 27 11:57:46 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.16
|
|
|
|
- remove accidental Sub::Name test dep
|
|
|
|
- optionally use Sub::Name to name the try/catch/finally blocks, if available
|
|
|
|
(Mark Fowler)
|
|
|
|
- also throw an exception for catch/finally in scalar context (RT#81070)
|
|
|
|
- fix tests failing on 5.6.x due to differing DESTROY semantics
|
|
|
|
- excise superfluous local($@) call - 7% speedup
|
|
|
|
- fix (fsvo) broken URLs (RT#55659)
|
|
|
|
- proper exception on erroneous usage of bare catch/finally (RT#81070)
|
|
|
|
- proper exception on erroneous use of multiple catch{} blocks
|
|
|
|
- clarify exception occuring on unterminated try block (RT#75712)
|
|
|
|
- fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
|
|
|
|
Vadim)
|
|
|
|
- warn loudly on exceptions in finally() blocks
|
|
|
|
- dzilify
|
|
|
|
|
2013-06-11 09:36:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 11 09:35:47 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- rebuild for perl 5.18
|
|
|
|
|
2013-06-04 15:35:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 4 15:25:34 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.12
|
|
|
|
- doc fixes
|
|
|
|
|
2011-09-19 09:10:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 19 09:04:58 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.11
|
|
|
|
- fix broken dist
|
|
|
|
- clarify some docs
|
|
|
|
|
2011-05-17 12:14:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 17 12:12:23 UTC 2011 - coolo@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.09
|
|
|
|
- don't index Try::Tiny::ScopeGuard
|
|
|
|
- fix require vs use issue in blead (RT63410)
|
|
|
|
|
2010-11-11 18:06:07 +00:00
|
|
|
-------------------------------------------------------------------
|
2010-11-30 19:29:27 +00:00
|
|
|
Tue Nov 30 19:20:56 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-11-11 18:06:07 +00:00
|
|
|
Thu Nov 11 18:04:16 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
o fixed deps
|
|
|
|
o fix License
|
|
|
|
- noarch pkg
|
|
|
|
|
2010-11-01 11:29:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 1 11:28:49 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.07:
|
|
|
|
* allow multiple finally blocks
|
|
|
|
* pass the error, if any, to finally blocks when called
|
|
|
|
|
|
|
|
- changes from 0.05:
|
|
|
|
* documentation fixes and clarifications
|
|
|
|
|
2010-01-25 08:19:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 25 08:18:26 UTC 2010 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 0.04:
|
|
|
|
+ Restore list context propagation for catch blocks
|
|
|
|
+ Fix a bug where finally blocks weren't always invoked
|
|
|
|
+ More documentation and tests (many people)
|
|
|
|
+ Sets $@ to the previous value at the beginning of the eval, to
|
|
|
|
allow the capture of an error stack when calling die.
|
|
|
|
|
2009-12-26 21:42:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 26 21:40:19 UTC 2009 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- initial version 0.02
|
|
|
|
|