Thomas Lange
Thu, 04 Feb 2010 13:14:09 -0800
>>>>> On Thu, 4 Feb 2010 16:07:14 -0500, David Ward <anson...@gmail.com> said:
> variables.log shows all expected classes, however fcopy -D shows only some
> of them. I'll have a look at the fcopy source.
There are two line in fcopy that print a class information.
warn "using class: $class\n" if $debug;
This line only prints the class if a file name with the same class
name is available.
warn join ' ','Classes:',@classes,"\n" if $debug;
This line should print the list of all classes.
--
regards Thomas