in reply to Re^6: How can I add 1 hour to the current time
in thread How can I add 1 hour to the current time
ow, 5.8 is rather old now. Specifically, both 5.8 and 5.10 are no longer supported by the Perl developers. (I don't know ActiveState's policy, though.) Are you tied to that version? You'll probably have fewer problems if you upgraded your Perl.
Anyway, to install a module using Module::Build,
perl Build.PL Build Build test Build install
If you do it manually like this, though, you'll have to install the prereqs yourself too.
|
|---|