CPANPLUS::YACSmoke
==================
0.32 Wed Mar 18 00:00:31 GMT 2009
- Updated required versions of Module::Build and CPANPLUS::Dist::Build
- Fixed crufty 'require Module::Build' check in Makefile.PL to use can_use()
from Module::Install instead
- Added in 'configure_requires' support, stolen from CP::D::MM and CP::D::Build.
0.30 Tue Jan 6 16:05:15 GMT 2009
- Added detection of PERL5_MINISMOKEBOX env var
0.28 Fri Jan 2 13:53:45 GMT 2009
- Development release was fine, bumping to stable release.
0.27_01 Mon Dec 15 16:10:41 GMT 2008
- Implemented 'build_dir_reuse' type functionality into
Dist::YACSmoke. It will 'trust' the build dir if it has
seen a successful prepare/create and stash some meta
data in the build dir in a .yacsmoke.yml file.
0.26 Tue Dec 9 06:10:09 GMT 2008
- Logic in install_prereq callback slightly out. If the
prereq is marked as 'aborted' we really should not give up
out of hand, but try it again until we get a FAIL or NA.
Otherwise aborted prereqs will never get retried. etc.
0.24 Wed Nov 5 09:32:09 GMT 2008
- we now set conf_cpantest to 'dont_cc' so we don't CC the author
or do those checks with http://testers.cpan.org/
- Added detection of PERL5_MINIYACSMOKER env var
0.22 Tue Oct 14 21:54:19 BST 2008
- Added setting MAILDOMAIN env var if it isn't already defined.
This should make sending test reports that little bit faster.
0.20 Thu Oct 9 21:01:24 BST 2008
- Fixed the exported functions, reported by SHLOMIF
- Changed the M::B requirement to 0.30
0.18 Mon Oct 6 22:46:55 BST 2008
- Hopefully fixed the undefined %ENV value warnings.
0.16 Mon Sep 29 17:02:21 BST 2008
- Updated the RECENT file filtering to use Dave Golden's
shiny improved regex for file extensions.
0.14 Sun Sep 28 19:49:06 BST 2008
- Dist::YACSmoke filter for cases where we didn't install
a prereq for whatever reason. Guarantee that the report
gets discarded if it isn't graded as PASS.
0.12 Wed Sep 24 09:40:03 BST 2008
- Change to Dist::YACSmoke to add a message whether CPANPLUS is
preferring Makefile.PL or Build.PL
0.10 Mon Sep 22 07:22:51 BST 2008
- Test for M::B during Makefile.PL install updated version
and make sure that CPANPLUS::Dist::Build is installed as
well ( RT #39477 ).
- Check if M::B is installed. set prefer_makefile to 0 if it
is.
0.08 Mon Sep 15 08:07:46 BST 2008
- set CPANPLUS conf prefer_makefile to 0 if perl version greater
than 5.9.5, which means we have both Module::Build and
CPANPLUS::Dist::Build.
0.06 Tue Sep 9 13:55:05 BST 2008
- CP::D::YS - added check for the version of CPANPLUS we are
running under. Skip manglement if greater than equal to 0.85_04
where the things we are mangling are fixed.
0.04 Wed Sep 3 17:16:18 BST 2008
- Added filtering for the edge case where CPANPLUS generates
a Makefile.PL if there is only a Build.PL. If the grade isn't
a pass we bin the test report.
0.02 Sun Jul 20 22:34:07 BST 2008
- first stable release
0.01_03
- Actually explicitly listed YAML::Tiny and Test::Reporter as dependencies.
- Switch some more CPANPLUS configuration settings on by default.
0.01_02 Thu Jul 17 21:20:50 BST 2008
- Fixed the munging of the test report for NA reports.
0.01_01 Thu Jul 17 00:49:33 BST 2008
- Initial CPAN development release