autodie on everything.
This commit is contained in:
		
							parent
							
								
									5936b5eec5
								
							
						
					
					
						commit
						dcbf4bac2c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
use strict;
 | 
					use strict;
 | 
				
			||||||
use warnings;
 | 
					use warnings;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use autodie qw(open close opendir);
 | 
					use autodie qw(:all);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Getopt::Long;
 | 
					use Getopt::Long;
 | 
				
			||||||
use File::Spec;
 | 
					use File::Spec;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue