ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Perl-LibExtractor/Changes
Revision: 1.7
Committed: Mon Sep 23 07:57:55 2013 UTC (12 years, 11 months ago) by root
Branch: MAIN
Changes since 1.6: +8 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl::LibExtractor
2
3 TODO: add win32::exe tricks to guiify perl.exe
4 TODO: <sten> perl-libextractor don't have option for add_require()
5 TODO: <sten> LibExtractor.pm: line ~610 $Config{_a} return '.a', but under win need to '.lib'
6 TODO: add_check/check_file/eval_file maybe?
7 - exclude .typemap files in runtime-only.
8 - the -I switch of bin/perl-libextractor had no effect.
9 - convetr relative libdir paths (inc, -I) to absolute ones.
10 - only the first "." is removed for the default "inc" path,
11 and only if it is the first entry.
12
13 1.1 Sat Jan 28 01:02:49 CET 2012
14 - eval now supports multiline strings.
15 - add_core_support was not assertive enough and forgot
16 the SpacePerl swath.
17 - add a usage example to bin/perl-libextractor.
18 - move --exedir etc. options into the --copy group in
19 bin/perl-libextractor.
20 - remove cruft from bin/perl-libextractor.
21
22 1.0 Fri Jan 27 21:38:25 CET 2012
23 - deliantra now properly builds with Perl::LibExtractor, so
24 first usefulness test survived.
25
26 0.0 Fri Jan 16 02:26:35 CET 2012
27 - original version, a Perl::Strip clone.