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

Comparing App-Staticperl/Changes (file contents):
Revision 1.72 by root, Thu Sep 3 13:25:23 2015 UTC vs.
Revision 1.82 by root, Tue Feb 15 18:37:34 2022 UTC

11TODO-IMPORTANT: CPAN::MyConfig! 11TODO-IMPORTANT: CPAN::MyConfig!
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
16TODO: better system, to allow stableperl
17 16
17TODO: proofread the pod!
18TODO: maybe make extutilc::cbuilder return value dynam,ic and have some kind of app-preferences? 18TODO: maybe make extutilc::cbuilder return value dynam,ic and have some kind of app-preferences?
19TODO: bundle "<<<<" error => endless loop
20
211.46 Tue 15 Feb 2022 19:25:09 CET
22 - when building an app ("mkapp"), staticperl freed the argv too
23 early, which causes memory corruption when perl is later
24 assigning to $0.
25 - default CPAN recommends_policy/suggests_policy to off.
26 - new bundle args: --extra-cflags, --extra-ldflags and --extra-libs.
27 - fix CBuilder workaround to actually use PERL_CFLAGS not PERL_CFLASGS.
28 - minor cosmetic fixes.
29
301.45 Fri Oct 19 23:26:54 CEST 2018
31 - work around weird, buggy and broken stacksize check in newer Storable.
32 - create a framework for patching modules before make, thanks to Storable.
33 - try to work around install phase changing thw cwd,m so instsrc . no
34 longer fails because the install dependency changed the cwd.
35 - restore PL_origfilename and $0 to argv[0] before running bootstrap,
36 so the script name is no longer '-e' in error messages and so on.
37 - PERL_VERSION can now be a full URL or a directory.
38 - default to stableperl.
39 - add -Uversiononly to Configure args, as it's required by staticperl, and
40 one of the many unrelated things usedevel needlessly toggles.
41
191.44 Tue Jul 7 01:32:49 CEST 2015 421.44 Tue Jul 7 01:32:49 CEST 2015
20 - added Net::SSLeay hint, tested and improved by gleeco. 43 - added Net::SSLeay hint, tested and improved by gleeco.
21 - fix quoting bug, avoid failure when EXTRA_MODULES contains spaces. 44 - fix quoting bug, avoid failure when EXTRA_MODULES contains spaces.
22 - enable build_requires_install_policy to work around one of the myriad 45 - enable build_requires_install_policy to work around one of the myriad
23 bugs in Module::Build. 46 bugs in Module::Build.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines