ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.14
Committed: Fri Dec 10 02:35:54 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
Changes since 1.13: +6 -3 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension App::Staticperl
2    
3 root 1.4 TODO: noautoload
4 root 1.14 TODO: --ignore-env
5     TODO: / at glob end == (.pm|/.*)?
6 root 1.1
7 root 1.13 - implemented --staticlib option.
8 root 1.14 - special unicore/ compression (but much more could be done,
9     especially for the uncompressed case).
10     - implemented a strip cache, speeding up ppi stripping enourmously.
11     - implemented --include/--exclude options.
12 root 1.13
13 root 1.11 0.9 Wed Dec 8 23:26:48 CET 2010
14 root 1.10 - support AutoLoader'ed functions with prototypes.
15 root 1.11 - new mkapp / --app option for mkbundle, to create
16     standalone applications.
17 root 1.10
18 root 1.9 0.2 Tue Dec 7 21:50:07 CET 2010
19 root 1.7 - make it work as non-root user.
20 root 1.9 - make module install/linking much more robust against
21     build and link failures, i.e. try to only install
22     the module when it was actualyl built successfully.
23 root 1.8 - split "install" phase into perl install and module
24     install, so fixing your postinstall hook takes less time.
25     - change make clean to delete the sources dir.
26     - add preconfigure hook.
27 root 1.7
28 root 1.6 0.1 Tue Dec 7 10:23:43 CET 2010
29     - initial release.
30    
31     0.0 Mon Dec 6 10:44:38 CET 2010
32 root 1.1 - cloned from Convert::Scalar.
33