Subject: | Missing dependency on Time::HiRes |
Hi,
I just attempted to install Catalyst 5.30 (using CPAN.pm's "install Catalyst" command and letting it take care of all prereqs) on perl 5.8.0 on linux, and noticed that one prereq was missing from the declarations: Time::HiRes. Once I installed Time::HiRes explicitly, Catalyst was able to complete its tests successfully and install.
I also happened to notice in your Build.PL that you've listed 'create_makefile_pl' twice, and that you could probably use 'recursive_test_files' rather than the series of glob()s you've got for 'test_files'.
Thanks, looking forward to trying out Catalyst.
-Ken