ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Changes
(Generate patch)

Comparing App-Staticperl/Changes (file contents):
Revision 1.82 by root, Tue Feb 15 18:37:34 2022 UTC vs.
Revision 1.87 by root, Fri Aug 4 03:58:51 2023 UTC

12TODO: tell people that staticperl perl *PL;make/make install is not enough normally. 12TODO: tell people that staticperl perl *PL;make/make install is not enough normally.
13TODO: document hooks 13TODO: document hooks
14 14
15TODO: -Ixxx overweritten during startzup for custom perl binaries 15TODO: -Ixxx overweritten during startzup for custom perl binaries
16 16
17TODO: proofread the pod!
18TODO: maybe make extutilc::cbuilder return value dynam,ic and have some kind of app-preferences? 17TODO: maybe make extutilc::cbuilder return value dynamic and have some kind of app-preferences?
19TODO: bundle "<<<<" error => endless loop 18TODO: bundle "<<<<" error => endless loop
19TODO: keepnl option of some kind
20 - implement lzf compression for library files, use "--compress none"
21 to disable.
22 - configure pushy_https by default, as this extraordinarily stupidly
23 named option apparently breaks urllist completely.
24 - new hook: postcpanconfig.
25 - more aggreessively strip consecutive whitespace when using PPI.
26 - avoid idiotic "Reverse operator" warning when stripping with PPI.
27 - change default compression for perl tarballs to gzip, as upstream
28 keeps changing compression algorithms and gzip is the only stable one.
29 - unset a bunch of environment variables to reduce interference.
20 30
211.46 Tue 15 Feb 2022 19:25:09 CET 311.46 Tue 15 Feb 2022 19:25:09 CET
22 - when building an app ("mkapp"), staticperl freed the argv too 32 - when building an app ("mkapp"), staticperl freed the argv too
23 early, which causes memory corruption when perl is later 33 early, which causes memory corruption when perl is later
24 assigning to $0. 34 assigning to $0.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines