in reply to Packaging Perl Programs (is) Painful
So you've had your opportunity to vent your frustration with this post. I had mine with another reply. Let's get back to work and analyze how we can improve things for the next guy. I'll just address some parts of your post and refer to the PAR toolkit only:
The expanded DateTime::Locale modules all use utf8 and create a n-by-m dependency matrix with add_info [a Module::ScanDeps method for adding a dependency link]. They all get pushed into the return value which gets constantly iterated over. The duplicated calls only get skipped in the next level.This shows that there's clearly room for improvement. Neither Chia-Liang nor I have had the time to investigate a fix and it's not likely to happen any time soon. Volunteers and discussion on the PAR mailing list would be most welcome!
Build an executable that does not have a console window. This option is ignored on non-MSWin32 platforms or when -p is specified.I think that this is quite clear about the effect of the option.
I hope this constitutes a start in the direction of rational discussion (and action) with the goal of making our tools better.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Packaging Perl Programs (is) Painful
by Anonymous Monk on Sep 07, 2010 at 10:44 UTC | |
by tsee (Curate) on Sep 07, 2010 at 11:46 UTC | |
by Anonymous Monk on Sep 07, 2010 at 13:16 UTC | |
Re^2: Packaging Perl Programs (is) Painful
by tsee (Curate) on Sep 07, 2010 at 14:52 UTC |