| 
				
			 | 
			
			
				@@ -9,7 +9,7 @@ bin - UNIX scripts 
			 | 
		
	
		
			
			| 
				9
			 | 
			
				9
			 | 
			
			
				 ------------------ 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				11
			 | 
			
				11
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				12
			 | 
			
				
			 | 
			
			
				-### autotest.pl ### 
			 | 
		
	
		
			
			| 
				
			 | 
			
				12
			 | 
			
			
				+### autotest ### 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				13
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				14
			 | 
			
				14
			 | 
			
			
				 Script to make it easier to start developing your new Perl module under 
			 | 
		
	
		
			
			| 
				15
			 | 
			
				15
			 | 
			
			
				 pressure of unit tests written in [Test::More][1] and the likes. 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -21,7 +21,7 @@ and around and be annoying about the fact that they fail.  Then the rule 
			 | 
		
	
		
			
			| 
				21
			 | 
			
				21
			 | 
			
			
				 of thumb goes without saying: "no green, no commit". 
			 | 
		
	
		
			
			| 
				22
			 | 
			
				22
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				23
			 | 
			
				23
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				24
			 | 
			
				
			 | 
			
			
				-### bd.pl ### 
			 | 
		
	
		
			
			| 
				
			 | 
			
				24
			 | 
			
			
				+### bd ### 
			 | 
		
	
		
			
			| 
				25
			 | 
			
				25
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				26
			 | 
			
				26
			 | 
			
			
				 Binary dump.  Reads STDIN, 4 bytes at a time and displays it in similar way as 
			 | 
		
	
		
			
			| 
				27
			 | 
			
				27
			 | 
			
			
				 `hexdump(1)` does with `-C` option (Canonical hex+ASCII display) 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -63,7 +63,7 @@ mode, where you can enter URLs one per line.  Quit this mode by entering *EOF* 
			 | 
		
	
		
			
			| 
				63
			 | 
			
				63
			 | 
			
			
				     url2 
			 | 
		
	
		
			
			| 
				64
			 | 
			
				64
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				65
			 | 
			
				65
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				66
			 | 
			
				
			 | 
			
			
				-### mkexec.pl ### 
			 | 
		
	
		
			
			| 
				
			 | 
			
				66
			 | 
			
			
				+### mkexec ### 
			 | 
		
	
		
			
			| 
				67
			 | 
			
				67
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				68
			 | 
			
				68
			 | 
			
			
				 Make executable script for you and heat up vim.  Accepts filename as parameter. 
			 | 
		
	
		
			
			| 
				69
			 | 
			
				69
			 | 
			
			
				  
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -73,7 +73,7 @@ Make executable script for you and heat up vim.  Accepts filename as parameter. 
			 | 
		
	
		
			
			| 
				73
			 | 
			
				73
			 | 
			
			
				 4.  try to heat up `vim` or `editor` for you. 
			 | 
		
	
		
			
			| 
				74
			 | 
			
				74
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				75
			 | 
			
				75
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				76
			 | 
			
				
			 | 
			
			
				-### timestamp.pl ### 
			 | 
		
	
		
			
			| 
				
			 | 
			
				76
			 | 
			
			
				+### timestamp ### 
			 | 
		
	
		
			
			| 
				77
			 | 
			
				77
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				78
			 | 
			
				78
			 | 
			
			
				 Script to measure how long does one second take.  For those that know how long 
			 | 
		
	
		
			
			| 
				79
			 | 
			
				79
			 | 
			
			
				 one second takes, it can serve as a snippet for Perl `&stamp()`. 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -105,7 +105,7 @@ needed. 
			 | 
		
	
		
			
			| 
				105
			 | 
			
				105
			 | 
			
			
				 Has POD doc (`se --man` or `se --help`) worth looking at. 
			 | 
		
	
		
			
			| 
				106
			 | 
			
				106
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				107
			 | 
			
				107
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				108
			 | 
			
				
			 | 
			
			
				-### watchdump.pl ### 
			 | 
		
	
		
			
			| 
				
			 | 
			
				108
			 | 
			
			
				+### watchdump ### 
			 | 
		
	
		
			
			| 
				109
			 | 
			
				109
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				110
			 | 
			
				110
			 | 
			
			
				 Trivial utility that prints a text file, clears the screen and pauses for 2s 
			 | 
		
	
		
			
			| 
				111
			 | 
			
				111
			 | 
			
			
				 over and over. 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -119,7 +119,7 @@ path and an "animation".  Display of the header can be controlled by options, 
			 | 
		
	
		
			
			| 
				119
			 | 
			
				119
			 | 
			
			
				 see `--usage`. 
			 | 
		
	
		
			
			| 
				120
			 | 
			
				120
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				121
			 | 
			
				121
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				122
			 | 
			
				
			 | 
			
			
				-### pl2yml.pl, yml2pl.pl ### 
			 | 
		
	
		
			
			| 
				
			 | 
			
				122
			 | 
			
			
				+### pl2yml, yml2pl ### 
			 | 
		
	
		
			
			| 
				123
			 | 
			
				123
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				124
			 | 
			
				124
			 | 
			
			
				 Simple scripts to read YAML/Perl data structure from a file and dump it in 
			 | 
		
	
		
			
			| 
				125
			 | 
			
				125
			 | 
			
			
				 the other format to STDIN.  Uses [YAML::Tiny][4] for YAML jobs. 
			 |