Revision history for Perl extension App::Staticperl TODO: noautoload TODO: --ignore-env TODO: / at glob end == (.pm|/.*)? TODO: sort out packlist vs. other check/incldue ordering, this is confusing. - started to maintain two demo builds: bigperl and smallperl, on http://staticperl.schmorp.de. - implemented --staticlib option. - special unicore/ compression (but much more could be done, especially for the uncompressed case). - implemented a strip cache, speeding up ppi stripping enourmously. - implemented --include/--exclude options. - try to port the tar call to freebsd (reported and analyzed by Thomas Linden). - (hopefully) better meaning of verbose levels. - avoid deadlocking in --eval (unlikely, but possible). - implement $STATICPERLRC. - do all option AND bundle file processing with Getopt::Long, to make maintenance easier. 0.9 Wed Dec 8 23:26:48 CET 2010 - support AutoLoader'ed functions with prototypes. - new mkapp / --app option for mkbundle, to create standalone applications. 0.2 Tue Dec 7 21:50:07 CET 2010 - make it work as non-root user. - make module install/linking much more robust against build and link failures, i.e. try to only install the module when it was actualyl built successfully. - split "install" phase into perl install and module install, so fixing your postinstall hook takes less time. - change make clean to delete the sources dir. - add preconfigure hook. 0.1 Tue Dec 7 10:23:43 CET 2010 - initial release. 0.0 Mon Dec 6 10:44:38 CET 2010 - cloned from Convert::Scalar.