Subject: | please add the total file count to the the callback |
Can you add the total file count to the the callback? This would make it
possible to calculate the percentage visited when used in conjunction
with the counter.
Also, the call to sort { rand() <=> rand() } should probably be replaced
by a call to List::Util::shuffle. Perl 5.8 is a prereq of
CPAN::Mini::Visi and List::Util has been in core since 5.7.3.