in reply to Re^4: How fast is pp/PAR::Packer at packing DateTime::Format::ISO8601 for you?
in thread How fast is pp/PAR::Packer at packing DateTime::Format::ISO8601 for you?
It now runs pretty fast :)
$ perl -le " print ~~gmtime " Sun May 19 03:37:08 2013 $ pp -e " use strict; use warnings; use Getopt::Long; use DateTime::Fo +rmat::ISO8601; print qq{$_\n} for %INC; " $ perl -le " print ~~gmtime " Sun May 19 03:37:24 2013
This is with PAR Packager, version 1.014 (PAR version 1.007) and Module::Scandeps 1.10
So if you're experiencing slowdown, upgrade :)
|
---|