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

Comparing App-Staticperl/Changes (file contents):
Revision 1.19 by root, Sat Dec 11 23:28:22 2010 UTC vs.
Revision 1.33 by root, Wed Feb 9 10:23:37 2011 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2 2
3TODO: noautoload
4TODO: --ignore-env 3TODO: --ignore-env
5TODO: / at glob end == (.pm|/.*)? 4TODO: / at glob end == (.pm|/.*)?
6TODO: sort out packlist vs. other check/incldue ordering, this is confusing. 5
7TODO: host staticpelr binary somewhere 6TODO: better guessing -M"" syntax
7 - embeddable bundle files were completely broken because "args"
8 was used before defined.
9 - mkapp now actually passes arguments to the boot script.
10 - more cpan-testers workarounds :/.
11 - use, not just require, modules when tracing their dependencies.
12 - support an optional xs_init argument to staticperl_init, which
13 can be 0 (and is then ignored).
14
151.0 Mon Jan 10 15:13:19 CET 2011
16 - specify -Uinstallusrbinperl in configure to avoid creating
17 /usr/bin/perl.
18 - try to work around the totally broken /bin/sh on solaris
19 (only in the testsuite).
20 - use curl -f instead of just curl.
21 - prefer curl over wget again, as cpan seems to do so.
22 - clarify license.
23
240.92 Wed Dec 22 02:09:19 CET 2010
25 - major rework of the PHASE 2 documentation section, hopefully
26 it's now more clear, more useful, more sexy.
27 - renamed --usepacklist to --usepacklists (--usepacklist still
28 supported as abbreviation).
29 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
30 (which didn't even do anything...).
31 - avoid export var=value syntax for non-unix shells (solaris...).
32 - better output in the error case from the testsuite.
33
340.912 Wed Dec 15 01:14:26 CET 2010
35 - print a longer and hopefully useful message when Configure fails.
36 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
37 tot he ccflags, instead of overriding them.
38 - introduce PERL_CC.
39 - work around *bsd stupidity again, where even root can't replace
40 files with mv :/.
41 - stop command processing when a command fails (e.g. staticperl mkperl
42 will stop if the install step fails).
43 - let perl do most configuration when running make test, to increase
44 chances of success.
8 45
90.911 Sat Dec 11 16:50:41 CET 2010 460.911 Sat Dec 11 16:50:41 CET 2010
10 - argl, testsuite had a duplicated test. 47 - argl, testsuite had a duplicated test.
11 - use -Wl,--allow-multiple-definition for better portability. 48 - use -Wl,--allow-multiple-definition for better portability.
12 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines