TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
for following packages:
devel/p5-File-ShareDir-Install
time/p5-DateTime-Format-Strptime
www/p5-LWP-Protocol-https
- Add BUILD_DEPENDS for make test
Upstream changes:
0.09 Jul 7 2014
- Get rid of DB::single
Thank you djerius@cpan.org
- Don't do POD tests
0.08 Jan 29 2014
- Tests may now be run in parallel
Thank you KENTNL@cpan.org
0.07 Jan 17 2014
- Added delete_share
Thank you dmuey@cpan.org
0.06 Jan 16 2014
- Added $INCLUDE_DOTFILES and $INCLUDE_DOTDIRS
Thank you sharyanto@cpan.org
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
into devel/p5-File-ShareDir-Install.
File::ShareDir::Install allows you to install read-only data files from a
distribution. It is a companion module to File::ShareDir, which allows you
to locate these files after installation.
There is a port Module::Install::Share to ExtUtils::MakeMaker with the
improvement of only installing the files you want; .svn and other
source-control junk will be ignored.