# | Line 9 | Line 9 | require Exporter; | |
---|---|---|
9 | @EXPORT = qw(checkfile updatelookup); | |
10 | use Carp; | |
11 | ||
12 | < | sub checkfile ($filename) { |
12 | > | sub checkfile { |
13 | my $filename=shift; | |
14 | my $thisfile=""; | |
15 | $thifile=$ENV{LOCALTOP}."/".$filename; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |