| 
									
										
										
										
											2020-07-26 08:01:28 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Jul 21 03:18:33 UTC 2020 - Tina Müller <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 0.15 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   0.15    2020-07-21 | 
					
						
							|  |  |  |            * Experimental typed `catch (VAR ...)` conditions | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-09 13:04:39 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jul  8 03:09:34 UTC 2020 - Tina Müller <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 0.14 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   0.14    2020-07-07 | 
					
						
							|  |  |  |            * Optional experimental syntax of `catch (VAR)` instead of previous | 
					
						
							|  |  |  |              experimental `catch my VAR` | 
					
						
							|  |  |  |            * Mark `catch my VAR` as deprecated | 
					
						
							|  |  |  |            * Added explicit use VERSION declarations to every perl file | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-05 14:51:25 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jul  1 03:13:23 UTC 2020 - Tina Müller <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 0.13 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   0.13    2020-06-29 | 
					
						
							|  |  |  |           [BUGFIXES] | 
					
						
							|  |  |  |            * Pack correct MANIFEST to include hax/ files | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   0.12    2020-06-29 | 
					
						
							|  |  |  |           [CHANGES] | 
					
						
							|  |  |  |            * Optional and experimental allocation of a new lexical under | 
					
						
							|  |  |  |              `catch my $VAR` syntax (RT130702). However, this syntax may not | 
					
						
							|  |  |  |              survive long, as part of the ongoing typed catch design work. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           [BUGFIXES] | 
					
						
							|  |  |  |            * Work around perl versions prior to 5.22 built with -DDEBUGGING | 
					
						
							|  |  |  |              getting upset about new*OP() being invoked with OP_CUSTOM | 
					
						
							|  |  |  |              (RT128562) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-09-09 10:12:45 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Sep  8 19:54:48 UTC 2019 -  <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 0.11 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   0.11    2019-09-07 | 
					
						
							|  |  |  |           [CHANGES] | 
					
						
							|  |  |  |            * Use wrap_keyword_plugin() instead of direct access to | 
					
						
							|  |  |  |              PL_keyword_plugin | 
					
						
							|  |  |  |           [BUGFIXES] | 
					
						
							|  |  |  |            * Build OP_ENTER/OP_LEAVE structure the correct way so perl 5.31.3 | 
					
						
							|  |  |  |              doesn't crash | 
					
						
							|  |  |  |            * Fix OP_NEXT/OP_LAST/OP_REDO mangling for perl 5.31.3 to avoid | 
					
						
							|  |  |  |              CPU spin (RT129975) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-14 08:56:32 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Jun 14 05:30:08 UTC 2019 - Stephan Kulow <coolo@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 0.10 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   0.10    2019-06-13 | 
					
						
							|  |  |  |           [CHANGES] | 
					
						
							|  |  |  |            * Added experimental value-semantic expression form (RT121267) | 
					
						
							|  |  |  |            * Document that the module works nicely with Future::AsyncAwait | 
					
						
							|  |  |  |            * Ignore import symbols `catch` and `finally` | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |           [BUGFIXES] | 
					
						
							|  |  |  |            * Fixed spelling mistakes in documentation (patch from debian) | 
					
						
							|  |  |  |              (RT124140) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-03 07:54:24 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Apr  3 07:54:19 UTC 2019 - Stephan Kulow <coolo@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - initial package 0.09 | 
					
						
							|  |  |  |  * created by cpanspec 1.78.09 |