Revision history for Perl::LibExtractor TODO: add win32::exe tricks to guiify perl.exe TODO: perl-libextractor don't have option for add_require() TODO: LibExtractor.pm: line ~610 $Config{_a} return '.a', but under win need to '.lib' TODO: add_check/check_file/eval_file maybe? - exclude .typemap files in runtime-only. - the -I switch of bin/perl-libextractor had no effect. - convetr relative libdir paths (inc, -I) to absolute ones. - only the first "." is removed for the default "inc" path, and only if it is the first entry. - allow absolute paths in add_bin/--script, and filter out empty vendorbin &c paths. - many minor fixes and improvements. 1.1 Sat Jan 28 01:02:49 CET 2012 - eval now supports multiline strings. - add_core_support was not assertive enough and forgot the SpacePerl swath. - add a usage example to bin/perl-libextractor. - move --exedir etc. options into the --copy group in bin/perl-libextractor. - remove cruft from bin/perl-libextractor. 1.0 Fri Jan 27 21:38:25 CET 2012 - deliantra now properly builds with Perl::LibExtractor, so first usefulness test survived. 0.0 Fri Jan 16 02:26:35 CET 2012 - original version, a Perl::Strip clone.