Skip Menu |

This queue is for tickets about the Catalyst CPAN distribution.

Report information
The Basics
Id: 14103
Status: resolved
Priority: 0/
Queue: Catalyst

People
Owner: Nobody in particular
Requestors: ken.williams [...] thomson.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Date: Thu, 11 Aug 2005 00:21:02 +0200
From: Marcus Ramberg <marcus.ramberg [...] gmail.com>
To: bug-Catalyst [...] rt.cpan.org
Subject: Re: [cpan #14103] Missing dependency on Time::HiRes
RT-Send-Cc:
On 8/10/05, Ken_Williams via RT <bug-Catalyst@rt.cpan.org> wrote: Show quoted text
> 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.
Hi ken, thanks for the info, I'll add Time::HiRes to the Build file. Show quoted text
> 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'.
Hmm, I'll fix the double makefile_pl thingie, and check out perldoc for recursive_test_files. Thanks for the hint. :) Hope you'll enjoy Catalyst :-) Don't hesitate to come by the #catalyst channel if we can help you with anything. Marcus