ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.22
Committed: Mon Dec 13 17:35:51 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
Changes since 1.21: +2 -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 - work around *bsd stupidity again, where even root can't replace
9 files with mv :/.
10 - further defusing of compiler options to make it more portable
11 out of the box.
12 - introduce PERL_CC.
13
14 0.911 Sat Dec 11 16:50:41 CET 2010
15 - argl, testsuite had a duplicated test.
16 - use -Wl,--allow-multiple-definition for better portability.
17
18 0.91 Fri Dec 10 22:13:43 CET 2010
19 - add testsuite (yeah, should be optional - send patches).
20 - started to maintain two demo builds: bigperl and smallperl,
21 on http://staticperl.schmorp.de.
22 - implemented --staticlib option.
23 - special unicore/ compression (but much more could be done,
24 especially for the uncompressed case).
25 - implemented a strip cache, speeding up ppi stripping enourmously.
26 - implemented --include/--exclude options.
27 - try to port the tar call to freebsd (reported and analyzed
28 by Thomas Linden).
29 - (hopefully) better meaning of verbose levels.
30 - avoid deadlocking in --eval (unlikely, but possible).
31 - implement $STATICPERLRC.
32 - do all option AND bundle file processing with Getopt::Long,
33 to make maintenance easier.
34
35 0.9 Wed Dec 8 23:26:48 CET 2010
36 - support AutoLoader'ed functions with prototypes.
37 - new mkapp / --app option for mkbundle, to create
38 standalone applications.
39
40 0.2 Tue Dec 7 21:50:07 CET 2010
41 - make it work as non-root user.
42 - make module install/linking much more robust against
43 build and link failures, i.e. try to only install
44 the module when it was actualyl built successfully.
45 - split "install" phase into perl install and module
46 install, so fixing your postinstall hook takes less time.
47 - change make clean to delete the sources dir.
48 - add preconfigure hook.
49
50 0.1 Tue Dec 7 10:23:43 CET 2010
51 - initial release.
52
53 0.0 Mon Dec 6 10:44:38 CET 2010
54 - cloned from Convert::Scalar.
55