ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Changes
Revision: 1.24
Committed: Sat Dec 18 13:58:12 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension App::Staticperl
2
3 TODO: noautoload
4 TODO: --ignore-env
5 TODO: / at glob end == (.pm|/.*)?
6 TODO: sort out packlist vs. other check/include ordering, this is confusing.
7 TODO: implement option b)
8
9 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
10 (which didn't even do anything..).
11
12 0.912 Wed Dec 15 01:14:26 CET 2010
13 - print a longer and hopefully useful message when Configure fails.
14 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
15 tot he ccflags, instead of overriding them.
16 - introduce PERL_CC.
17 - work around *bsd stupidity again, where even root can't replace
18 files with mv :/.
19 - stop command processing when a command fails (e.g. staticperl mkperl
20 will stop if the install step fails).
21 - let perl do most configuration when running make test, to increase
22 chances of success.
23
24 0.911 Sat Dec 11 16:50:41 CET 2010
25 - argl, testsuite had a duplicated test.
26 - use -Wl,--allow-multiple-definition for better portability.
27
28 0.91 Fri Dec 10 22:13:43 CET 2010
29 - add testsuite (yeah, should be optional - send patches).
30 - started to maintain two demo builds: bigperl and smallperl,
31 on http://staticperl.schmorp.de.
32 - implemented --staticlib option.
33 - special unicore/ compression (but much more could be done,
34 especially for the uncompressed case).
35 - implemented a strip cache, speeding up ppi stripping enourmously.
36 - implemented --include/--exclude options.
37 - try to port the tar call to freebsd (reported and analyzed
38 by Thomas Linden).
39 - (hopefully) better meaning of verbose levels.
40 - avoid deadlocking in --eval (unlikely, but possible).
41 - implement $STATICPERLRC.
42 - do all option AND bundle file processing with Getopt::Long,
43 to make maintenance easier.
44
45 0.9 Wed Dec 8 23:26:48 CET 2010
46 - support AutoLoader'ed functions with prototypes.
47 - new mkapp / --app option for mkbundle, to create
48 standalone applications.
49
50 0.2 Tue Dec 7 21:50:07 CET 2010
51 - make it work as non-root user.
52 - make module install/linking much more robust against
53 build and link failures, i.e. try to only install
54 the module when it was actualyl built successfully.
55 - split "install" phase into perl install and module
56 install, so fixing your postinstall hook takes less time.
57 - change make clean to delete the sources dir.
58 - add preconfigure hook.
59
60 0.1 Tue Dec 7 10:23:43 CET 2010
61 - initial release.
62
63 0.0 Mon Dec 6 10:44:38 CET 2010
64 - cloned from Convert::Scalar.
65