Subject: | addFileListPage() progress bar never reach 100% |
I run the program with Perl:Tk:Installer 1.942 and perl 5.8.5-16 on
RHEL4. I find that addFileListPage() function can successfully copy
files, and show "Back" and "Next" buttons after copying, but the
progress does not reach 100%, but just reach middle-way.
The gap between the progress bar end and 100% gets large when the number
of files can fewer. In the extremest case, just copy 1 file will just
get 50% progress bar after finishing copying.
$wizard->addFileListPage(
-copy=>1,
-from => [
'/tmp/a/wizard.tar.gz',
],
-to =>[
'/tmp/b/wizard.tar.gz',
],
);