| 
									
										
										
										
											2016-05-25 07:39:32 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon May 23 12:23:50 UTC 2016 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 3.16 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Object-Simple/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   3.16 (2016-05-14) | 
					
						
							|  |  |  |     - function exporintg of new, attr is DEPRECATED! | 
					
						
							|  |  |  |     - The syntax of multiple key-value arguments is DEPRECATED! | 
					
						
							|  |  |  |         has x => 1, y => 2;       | 
					
						
							|  |  |  |         __PACAKGE__->attr(x => 1, y => 2); | 
					
						
							|  |  |  |   3.16 | 
					
						
							|  |  |  |     - fix licence(This is same as Mojolicious) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-06 06:40:49 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Apr  4 10:09:03 UTC 2016 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 3.15 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Object-Simple/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-14 05:51:22 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Apr 13 19:11:14 UTC 2015 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 3.14 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Object-Simple/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   3.14 | 
					
						
							|  |  |  |     - remove experimental with and role support | 
					
						
							|  |  |  |       this is buggy. | 
					
						
							|  |  |  |     - remove 5.10 feature on document. This hadn't work from now. | 
					
						
							|  |  |  |   3.13 | 
					
						
							|  |  |  |     - fix super class namespace bug | 
					
						
							|  |  |  |   3.12 | 
					
						
							|  |  |  |     - fix some role bug | 
					
						
							|  |  |  |   3.11 | 
					
						
							|  |  |  |     - add with option and role support(EXPERIMENTAL) | 
					
						
							|  |  |  |   3.10 | 
					
						
							|  |  |  |     - suppress warnings "Ambiguous use of *{-} resolved to -". after Perl 5.16 | 
					
						
							|  |  |  |   3.09 | 
					
						
							|  |  |  |     - use closure to suppress Perl 5.8 warnings | 
					
						
							|  |  |  |   3.08 | 
					
						
							|  |  |  |     - improved document | 
					
						
							|  |  |  |   3.07 | 
					
						
							|  |  |  |     - Carp module don't import any functions | 
					
						
							|  |  |  |   3.0625 | 
					
						
							|  |  |  |     - fixed a little bug | 
					
						
							|  |  |  |   3.0624 | 
					
						
							|  |  |  |     - changed BACKWARDS COMPATIBILITY POLICY | 
					
						
							|  |  |  |       If a functionality is DEPRECATED, you can know it by DEPRECATED warnings | 
					
						
							|  |  |  |       except for attribute method. | 
					
						
							|  |  |  |       You can check all DEPRECATED functionalities by document. | 
					
						
							|  |  |  |       DEPRECATED functionality is removed after five years, | 
					
						
							|  |  |  |       but if at least one person use the functionality and tell me that thing | 
					
						
							|  |  |  |       I extend one year each time he tell me it. | 
					
						
							|  |  |  |       EXPERIMENTAL functionality will be changed without warnings. | 
					
						
							|  |  |  |     - accessor and new method need more performance than userbility, | 
					
						
							|  |  |  |       so argument check logic is removed, sorry | 
					
						
							|  |  |  |   3.0622 | 
					
						
							|  |  |  |     removed -base flag EXPERIMENTAL status | 
					
						
							|  |  |  |     added -base flag inherit feature. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Apr 13 19:11:13 UTC 2015 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 3.0625 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Object-Simple/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   3.0625 | 
					
						
							|  |  |  |     - fixed a little bug | 
					
						
							|  |  |  |   3.0624 | 
					
						
							|  |  |  |     - changed BACKWARDS COMPATIBILITY POLICY | 
					
						
							|  |  |  |       If a functionality is DEPRECATED, you can know it by DEPRECATED warnings | 
					
						
							|  |  |  |       except for attribute method. | 
					
						
							|  |  |  |       You can check all DEPRECATED functionalities by document. | 
					
						
							|  |  |  |       DEPRECATED functionality is removed after five years, | 
					
						
							|  |  |  |       but if at least one person use the functionality and tell me that thing | 
					
						
							|  |  |  |       I extend one year each time he tell me it. | 
					
						
							|  |  |  |       EXPERIMENTAL functionality will be changed without warnings. | 
					
						
							|  |  |  |     - accessor and new method need more performance than userbility, | 
					
						
							|  |  |  |       so argument check logic is removed, sorry | 
					
						
							|  |  |  |   3.0622 | 
					
						
							|  |  |  |     removed -base flag EXPERIMENTAL status | 
					
						
							|  |  |  |     added -base flag inherit feature. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-06-12 21:03:21 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Jun 12 21:00:56 CET 2011 - pascal.bleser@opensuse.org | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - initial version (3.0621) | 
					
						
							|  |  |  | 
 |