The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dist::Zilla::Plugin::CompileTests

1.101800  2010-06-29 18:42:20 Europe/Paris
 - skip all if no test are to be run (jesse luehrs)
 - require module instead of use, to test only compilation (jesse luehrs)

1.101600  2010-06-09 13:01:21 Europe/Paris
 - fix #55957: strip leading white spaces in module output

1.101500  2010-05-30 17:55:12 Europe/Paris
 - fix #57974: test::script 1.05 changed its interface

1.100740  2010-03-15 18:29:52 Europe/Paris
 - allow PERL5OPT to get a chance to be respected (marcel gruenauer)

1.100220  2010-01-22 16:26:16 Europe/Paris
 - new param fake_home to control $ENV{HOME} faking

1.100160  2010-01-16 14:43:14 Europe/Paris
 - requiring perl 5.8.x
 - faking $ENV{HOME} for cpantesters

1.092870 Wed Oct 14 09:10:00 2009
 - fix: skip did not update test count

1.092840 Sun Oct 11 19:12:32 2009
 - support for skip parameter

1.092460 Thu Sep  3 17:26:23 2009
 - using less magical load test (as kentnl reported)

1.092370 Tue Aug 25 16:57:16 2009
 - using plain File::Find which is core (rjbs)
 - moving to autoversion: 1.yydddn

**

0.1.3 Tue Aug 11 15:58:19 CEST 2009
 - automatically add File::Find::Rule to prereqs (fix #48602)

0.1.2 Fri Aug  7 10:26:31 2009
 - skip script tests if test::script isn't installed

0.1.1 Thu Aug  6 15:43:34 2009
 - fix manifest

0.1.0 Thu Aug  6 15:34:26 2009
 - original release
 - basic compilation tests