The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
-*- change-log -*-

0.17    2012-08-09
	* dynamic --main from git tag

0.16    2012-07-19
	* build 5.6: do not remove .git when we still need it (for the File::Find patch)
	* fix File::Find from 5.8.0 patch

0.15    2012-07-18
	* testvm: show the log results
	* dummy lib/App/perlall.pm added to be able to persuade 'cpan App::perlall'

0.14    2012-06-07
	* use default build useshrplib with clang asan (add -shared to lddlflags,
          force -Duseshrplib)
	* fix build 5.6.2 --install: missing sudo,
	  use File::Find from 5.8.0
	* do not download if perl-git is missing on build --install

0.13    2012-05-29  rurban
	* create seperate log.build-install not to overwrite log.build
	* fix system sudo cp * bindir/ on blead install

0.12    2012-05-05 rurban
	* fix INSTALL and perlall to work under ~ (mrmuskrat)
	* fix build to download perl source tar.gz via CPAN (mrmuskrat)

0.11    2012-05-04 rurban
	* fix _log1 in initial build (mrmuskrat)

0.10    2012-05-03 rurban
	* add INSTALL and link to Google slideshow in README
	* less verbose maketest messages during make

0.09    2012-03-22 rurban
	* add -Wno-unused-value to clang ccflags
	* add -Accflags=-faddress-sanitizer support
	  ensure ldflags and lddflags -faddress-sanitizer on ccflags=-faddress-sanitizer
	* improve handling of mult. -A in /usr/local/bin/perl -V:config_args
	* .perlall: implemented init-modules: \ handling and `` expansion

0.08    2012-02-23 rurban
	* fix $bindir/bin/perl -D default for new builds
	* now maketest -v does TEST_VERBOSE=1
	* fix build sudo install
	* fix build -m: no ithreads
	* stabilize build from template config_args
	* testvm: skip MANIFEST ending whitespace and comments
	* uninstall: multiple versions. e.g. perlall=5.*-m perlall uninstall

0.07    2012-02-07 rurban
	* fixed wrong sudo requirement for build
	* fixed syntax error in .perlall ppm()
	* fixed build --install dirs
	* testvm: fixed sideeffect in $remotecmd. only maketest came through

0.06	2012-02-06 rurban
	added cygwin and partial win32 support, win32 build not yet
	* do not overwrite old logfiles, backup numbered
	* build: use config vars from .perlall for building new perls: prefix, bindir
	* build: check for -thread in archname, wrong hints overrides
	* build: install static_ext which is broken in perl
	* build: add DLLNAME fix on cygwin
	* build: add LLIBPERL fix on cygwin (It was not me, who did this. I fixed it in 5.10)
	* build: fix post-configure on cygwin, -i print missing
	* build: patch installperl for custom perldll on cygwin
	* build --install: support PERLALL_BINDIR
	* fixed printing do and make results even with -q
	* help with quoting issues on win32, convert ' to "
	* INSTALL: added INSTALL instructions for root, sudo and non-sudo
	* .perlall: add perlall_timeout and more aliases
	* config: new command

0.05	2012-01-31 rurban
	* fix pgrep command to list the running perlall.lock process
	* pass --gittag to testvm for their logfiles without .git
	* add support for $p in make and do
          e.g. perlall make '-e1 && valgrind \$p -Mblib t/test.pl'
	* install the windows/cygwin bin/*perl.dll. TODO rebase on cygwin.
	* improve cygwin log name
	* build darwin 5.6.2 with -Dd_Gconvert=sprintf
	* testvm: touch Makefile.PL because of bad vm clocks
	* addopts: for make* and do pass remaining options verbatim through,
	  without warning
	* pass tests without existing /usr/src/perl

0.04	2012-01-09 rurban
	* perlall --version
	* install Win32CORE.a (missing)
	* virsh stop => shutdown

0.03	2012-01-06 rurban
	* add forgotten 5.14.2 as -m main release
	* pass --forked to maketest children
	* defer pause forked vm's (added _vm_delstatus)

0.02	2011-12-24 rurban
	* add maketest options for testvm
	* fix pod syntax

0.01	2011-12-23 rurban
	* initial release based on
	http://github.com/rurban/dot-bin/blob/master/perlall-makeinstall