It's never been correct to call File::Next::files() as a method, as File::Next->files(). Now, if you do, files() will die with an error. This is also the case with dirs() and everything(). Thanks to Eric Lyons for reporting.
Tiny directory reading speedups.
DOCUMENTATION
Updated URLs for support sites.
Added a little note about the follow_symlinks=>0 being a speed hit.