ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.16
Committed: Fri Dec 10 20:29:17 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
Changes since 1.15: +8 -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/incldue ordering, this is confusing.
7
8 - started to maintain two demo builds: bigperl and smallperl,
9 on http://staticperl.schmorp.de.
10 - implemented --staticlib option.
11 - special unicore/ compression (but much more could be done,
12 especially for the uncompressed case).
13 - implemented a strip cache, speeding up ppi stripping enourmously.
14 - implemented --include/--exclude options.
15 - try to port the tar call to freebsd (reported and analyzed
16 by Thomas Linden).
17 - (hopefully) better meaning of verbose levels.
18 - avoid deadlocking in --eval (unlikely, but possible).
19 - implement $STATICPERLRC.
20 - do all option AND bundle file processing with Getopt::Long,
21 to make maintenance easier.
22
23 0.9 Wed Dec 8 23:26:48 CET 2010
24 - support AutoLoader'ed functions with prototypes.
25 - new mkapp / --app option for mkbundle, to create
26 standalone applications.
27
28 0.2 Tue Dec 7 21:50:07 CET 2010
29 - make it work as non-root user.
30 - make module install/linking much more robust against
31 build and link failures, i.e. try to only install
32 the module when it was actualyl built successfully.
33 - split "install" phase into perl install and module
34 install, so fixing your postinstall hook takes less time.
35 - change make clean to delete the sources dir.
36 - add preconfigure hook.
37
38 0.1 Tue Dec 7 10:23:43 CET 2010
39 - initial release.
40
41 0.0 Mon Dec 6 10:44:38 CET 2010
42 - cloned from Convert::Scalar.
43