ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Perl-LibExtractor/Changes
Revision: 1.9
Committed: Tue Sep 24 09:32:16 2013 UTC (10 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.2 Revision history for Perl::LibExtractor
2 root 1.1
3 root 1.7 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 root 1.6 - exclude .typemap files in runtime-only.
8 root 1.7 - 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 root 1.8 - allow absolute paths in add_bin/--script, and filter out
13     empty vendorbin &c paths.
14 root 1.9 - many minor fixes and improvements.
15 root 1.6
16 root 1.5 1.1 Sat Jan 28 01:02:49 CET 2012
17 root 1.4 - eval now supports multiline strings.
18     - add_core_support was not assertive enough and forgot
19     the SpacePerl swath.
20 root 1.5 - add a usage example to bin/perl-libextractor.
21 root 1.4 - move --exedir etc. options into the --copy group in
22     bin/perl-libextractor.
23 root 1.5 - remove cruft from bin/perl-libextractor.
24 root 1.3
25     1.0 Fri Jan 27 21:38:25 CET 2012
26     - deliantra now properly builds with Perl::LibExtractor, so
27     first usefulness test survived.
28 root 1.1
29 root 1.2 0.0 Fri Jan 16 02:26:35 CET 2012
30     - original version, a Perl::Strip clone.