ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
(Generate patch)

Comparing cvsroot/App-Staticperl/Changes (file contents):
Revision 1.55 by root, Wed Jun 29 23:22:45 2011 UTC vs.
Revision 1.56 by root, Sat Jul 9 18:26:27 2011 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2 2
3TODO: nonstatic builds, make.aperl failure does not link in everything? 3TODO: nonstatic builds, make.aperl failure does not link in everything?
4 4TODO: no compiler flags anymore
5 - new configuration variable DLCACHE to avoid repeated downloads. 5 - new configuration variable DLCACHE to avoid repeated downloads.
6 - staticperl clean now removes all build files (src/).
6 - staticperl no longer sets EV_EXTRA_DEFS or CORO_INTERFACE. 7 - staticperl no longer sets EV_EXTRA_DEFS or CORO_INTERFACE.
7 - patch ExtUtils::Miniperl to always include DynaLoader, otherwise 8 - patch ExtUtils::Miniperl to always include DynaLoader, otherwise
8 static linking disables later dynamic linking and vice versa. 9 static linking disables later dynamic linking and vice versa.
10 - (experimental) do not build a new perl unless a static archive
11 was created, to make -Dusedl faster.
12 - actually fail when not being able to install some modules from CPAN.
13 - speed up installing modules from CPAN if multiple modules have
14 been specified.
15 - set shell variable $PERL to full path to perl binary
16 when running staticperl cpan, which is handy for subshells.
17 - properly define "boot_DynaLoader" when DynaLoader is available.
18 - fix a memleak in static::list.
9 19
101.31 Tue Jun 14 09:03:59 CEST 2011 201.31 Tue Jun 14 09:03:59 CEST 2011
11 - pause is more tricky than expected - rename fake.pm to Staticperl.pm. 21 - pause is more tricky than expected - rename fake.pm to Staticperl.pm.
12 - improved documentation a bit. 22 - improved documentation a bit.
13 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines