| 
									
										
										
										
											2014-09-15 15:48:23 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Sep 15 15:44:35 UTC 2014 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 20140711 | 
					
						
							|  |  |  |        - Fixed RT #94902: abbreviation parsing in .perltidyrc files was not | 
					
						
							|  |  |  |          working for multi-line abbreviations.  Thanks to Eric Fung for  | 
					
						
							|  |  |  |          supplying a patch.  | 
					
						
							|  |  |  |     | 
					
						
							|  |  |  |        - Fixed RT #95708, misparsing of a hash when the first key was a perl | 
					
						
							|  |  |  |          keyword, causing a semicolon to be incorrectly added. | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |        - Fixed RT #94338 for-loop in a parenthesized block-map.  A code block within | 
					
						
							|  |  |  |          parentheses of a map, sort, or grep function was being mistokenized.  In  | 
					
						
							|  |  |  |          rare cases this could produce in an incorrect error message.  The fix will | 
					
						
							|  |  |  |          produce some minor formatting changes.  Thanks to Daniel Trizen  | 
					
						
							|  |  |  |          discovering and documenting this. | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |        - Fixed RT #94354, excess indentation for stacked tokens.  Thanks to  | 
					
						
							|  |  |  |          Colin Williams for supplying a patch. | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |        - Added support for experimental postfix dereferencing notation introduced in | 
					
						
							|  |  |  |          perl 5.20. RT #96021. | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |        - Updated documentation to clarify the behavior of the -io flag | 
					
						
							|  |  |  |          in response to RT #95709.  You can add -noll or -l=0 to prevent  | 
					
						
							|  |  |  |          long comments from being outdented when -io is used. | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |        - Added a check to prevent a problem reported in RT #81866, where large | 
					
						
							|  |  |  |          scripts which had been compressed to a single line could not be formatted | 
					
						
							|  |  |  |          because of a check for VERSION for MakeMaker. The workaround was to  | 
					
						
							|  |  |  |          use -nvpl, but this shouldn't be necessary now. | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |        - Fixed RT #96101; Closing brace of anonymous sub in a list was being | 
					
						
							|  |  |  |          indented.  For example, the closing brace of the anonymous sub below  | 
					
						
							|  |  |  |          will now be lined up with the word 'callback'.  This problem  | 
					
						
							|  |  |  |          occured if there was no comma after the closing brace of the anonymous sub.   | 
					
						
							|  |  |  |          This update may cause minor changes to formatting of code with lists  | 
					
						
							|  |  |  |          of anonymous subs, especially TK code. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-04 12:09:18 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Oct  4 09:11:17 UTC 2013 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 20130922 | 
					
						
							|  |  |  |     - Fixed RT #88020. --converge was not working with wide characters. | 
					
						
							|  |  |  |     - Fixed RT #78156. package NAMESPACE VERSION syntax not accepted. | 
					
						
							|  |  |  |     - First attempt to fix RT #88588.  INDEX END tag change in pod2html breaks  | 
					
						
							|  |  |  |       perltidy -html. I put in a patch which should work but I don't yet have | 
					
						
							|  |  |  |       a way of testing it. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-07-27 12:44:22 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2013-08-06 18:05:10 +00:00
										 |  |  | Tue Aug  6 17:49:08 UTC 2013 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 20130806 | 
					
						
							|  |  |  |       - Fixed RT #87107, spelling | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       - Fixed RT #87502, incorrect of parsing of smartmatch before hash brace | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |       - Added feature request RT #87330, trim whitespace after POD. | 
					
						
							|  |  |  |         The flag -trp (--trim-pod) will trim trailing whitespace from lines of POD | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2013-07-27 12:44:22 +00:00
										 |  |  | Sat Jul 27 11:58:42 UTC 2013 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 20130717 | 
					
						
							|  |  |  |       - Fixed RT #86929, #86930, missing lhs of assignment. | 
					
						
							|  |  |  |       - Fixed RT #84922, moved pod from Tidy.pm into Tidy.pod | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-06-10 10:35:31 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Jun  9 14:59:59 UTC 2013 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 20121207 | 
					
						
							|  |  |  |     - The flag -cab=n or --comma-arrow-breakpoints=n has been generalized | 
					
						
							|  |  |  |       to give better control over breaking open short containers.  The | 
					
						
							|  |  |  |       possible values are now: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         n=0 break at all commas after =>   | 
					
						
							|  |  |  |         n=1 stable: break at all commas after => if container is open, | 
					
						
							|  |  |  |             EXCEPT FOR one-line containers | 
					
						
							|  |  |  |         n=2 break at all commas after =>, BUT try to form the maximum | 
					
						
							|  |  |  |             maximum one-line container lengths | 
					
						
							|  |  |  |         n=3 do not treat commas after => specially at all  | 
					
						
							|  |  |  |         n=4 break everything: like n=0 but also break a short container with | 
					
						
							|  |  |  |             a => not followed by a comma | 
					
						
							|  |  |  |         n=5 stable: like n=1 but ALSO break at open one-line containers (default) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       New values n=4 and n=5 have been added to allow short blocks to be | 
					
						
							|  |  |  |       broken open.  The new default is n=5, stable.  It should more closely | 
					
						
							|  |  |  |       follow the breaks in the input file, and previously formatted code | 
					
						
							|  |  |  |       should remain unchanged.  If this causes problems use -cab=1 to recover  | 
					
						
							|  |  |  |       the former behavior.  Thanks to Tony Maszeroski for the suggestion. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       To illustrate the need for the new options, if perltidy is given | 
					
						
							|  |  |  |       the following code, then the old default (-cab=1) was to close up  | 
					
						
							|  |  |  |       the 'index' container even if it was open in the source.  The new  | 
					
						
							|  |  |  |       default (-cab=5) will keep it open if it was open in the source. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |        our $fancypkg = { | 
					
						
							|  |  |  |            'ALL' => { | 
					
						
							|  |  |  |                'index' => { | 
					
						
							|  |  |  |                    'key' => 'value', | 
					
						
							|  |  |  |                }, | 
					
						
							|  |  |  |                'alpine' => { | 
					
						
							|  |  |  |                    'one'   => '+', | 
					
						
							|  |  |  |                    'two'   => '+', | 
					
						
							|  |  |  |                    'three' => '+', | 
					
						
							|  |  |  |                }, | 
					
						
							|  |  |  |            } | 
					
						
							|  |  |  |        }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     - New debug flag --memoize (-mem).  This version contains a  | 
					
						
							|  |  |  |       patch supplied by Jonathan Swartz which can significantly speed up | 
					
						
							|  |  |  |       repeated calls to Perl::Tidy::perltidy in a single process by caching | 
					
						
							|  |  |  |       the result of parsing the formatting parameters.  A factor of up to 10 | 
					
						
							|  |  |  |       speedup was achieved for masontidy (https://metacpan.org/module/masontidy). | 
					
						
							|  |  |  |       The memoization patch is on by default but can be deactivated for  | 
					
						
							|  |  |  |       testing with -nmem (or --no-memoize). | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-12-19 10:52:53 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Dec 19 10:50:16 UTC 2011 - coolo@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 20101217 | 
					
						
							|  |  |  |    - added new flag -it=n or --iterations=n | 
					
						
							|  |  |  |    - A configuration file pathname begins with three dots, e.g. | 
					
						
							|  |  |  |      ".../.perltidyrc", indicates that the file should be searched for starting | 
					
						
							|  |  |  |      in the current directory and working upwards.  | 
					
						
							|  |  |  |    - Added flag --notidy which disables all formatting and causes the input to be | 
					
						
							|  |  |  |      copied unchanged.  | 
					
						
							|  |  |  |    - Added prefilters and postfilters in the call to the Tidy.pm module. | 
					
						
							|  |  |  |    - The starting indentation level of sections of code entabbed with -et=n | 
					
						
							|  |  |  |      is correctly guessed if it was also produced with the same -et=n flag.  This | 
					
						
							|  |  |  |      keeps the indentation stable on repeated formatting passes within an editor. | 
					
						
							|  |  |  |      Thanks to Sam Kington and Glenn. | 
					
						
							|  |  |  |    - Functions with prototype '&' had a space between the function and opening peren. | 
					
						
							|  |  |  |    - Patch to never put spaces around a bare word in braces beginning with ^  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-01 13:52:42 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Dec  1 13:34:30 UTC 2010 - coolo@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - switch to perl_requires macro | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-10-13 23:13:00 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Oct 13 23:11:58 UTC 2010 - chris@computersalat.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - noarch pkg | 
					
						
							|  |  |  | - recreated by cpanspec 1.78 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-29 14:44:44 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jan 20 16:54:54 UTC 2010 - lars@linux-schulserver.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - specfile cleanup | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Jan 14 00:00:00 CET 2010 - cwh@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - initial version | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 |