# | Line 290 | Line 290 | sub checkfiles() | |
---|---|---|
290 | ||
291 | # Remember which directories have buildfiles in them: | |
292 | my %files = map { -f $_ ? ($_ => [ (stat(_))[9] ]) : () } | |
293 | < | map { "$_/BuildFile" } |
293 | > | map { "$_/BuildFile.xml" } |
294 | keys %{$self->{DIRCACHE}}; | |
295 | ||
296 | # Get list of files in config dir: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |