comparison contra_wrapper.pl @ 26:00278c5fe014

fixed typo
author Franco Caramia <franco.caramia@petermac.org>
date Tue, 03 Jun 2014 17:34:35 +1000
parents c361b3fb806e
children
comparison
equal deleted inserted replaced
25:c361b3fb806e 26:00278c5fe014
1 use strict; 1 use strict;
2 use warnings; 2 use warnings;
3 3
4 use Find; 4 use File::Find;
5 use File::Path qw(make_path); 5 use File::Path qw(make_path);
6 use File::Spec; 6 use File::Spec;
7 7
8 8
9 die "Bad number of inputs" if(!@ARGV); 9 die "Bad number of inputs" if(!@ARGV);