Dist-Inkt
=========
Created: 2013-08-07
Home page: <https://metacpan.org/release/Dist-Inkt>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Dist-Inkt>
Wiki: <https://github.com/tobyink/p5-dist-inkt/wiki>
Maintainer: Toby Inkster (TOBYINK) <tobyink@cpan.org>
0.014 2014-01-21
- Added: Bundle a `distinkt-travisyml` script to automate creating
.travis.yml files.
- Generated Makefile.PL explicitly lists test suite directories.
- Use Path::Tiny's `subsumes` method over home-brew version.
0.013 2013-09-22
- Generated Makefile.PL performs a better check for minimum Perl version.
0.012 2013-09-19
[ Bug Fixes ]
- Generating LICENSE files now understands CPAN::Meta::Spec 2.0 license
codes.
0.011 2013-09-19
[ Bug Fixes ]
- META.json/yml license codes now conform to CPAN::Meta::Spec 2.0 instead
of META-spec 1.4.
0.010 2013-09-11
- Added: Output an INSTALL file.
- Added: Output optional_features in META.json.
- Added: Use dynamic config in Makefile.PL to add dependencies for
optional features.
- Updated: Support `feature` property from DOAP deps.
0.009 2013-09-06
[ Bug Fixes ]
- Correct %script to %scripts in Dist::Inkt::Role::MetaProvidesScripts.
- Make sure EUMM $VERSION gets evaled.
Graham Knop++
- Replace => with = in assignment in Makefile.PL.
Graham Knop++
0.008 2013-09-06
[ Packaging ]
- Depend on a newer version of RDF::DOAP, thus we get more awesome Changes
files.
[ Other ]
- Add `x_breaks` key to META.json if appropriate.
- Allow `source_for_readme` to be set in Dist::Inkt constructor (and thus
in dist.ini).
- Don't add `x_provides_scripts` to META.json unless scripts are actually
provided.
- Perform conflicts checking in Makefile.PL.
0.007 2013-08-27
- Rename META.ttl -> doap.ttl.
0.006 2013-08-13
- Guess some copyrights for the COPYRIGHT file.
0.005 2013-08-13
- Added: Support the `x_help_wanted` key for META.json/META.yml.
- Updated: Use the shiny, new RDF::DOAP for a lot of the behind-the-scenes
DOAP processing.
0.004 2013-08-10
- Attempt to support ExtUtils::MakeMaker 6.17. Don't pass WriteMakefile a
LICENSE unless EUMM >= 6.3001; don't pass it a DISTVNAME at all.
- For ExtUtils::MakeMaker versions that don't support BUILD_REQUIRES,
bundle it in with PREREQ_PM, not CONFIGURE_REQUIRES.
- For ExtUtils::MakeMaker versions that don't support TEST_REQUIRES,
bundle it in with BUILD_REQUIRES, not CONFIGURE_REQUIRES.
0.003 2013-08-10
- Don't pass ExtUtils::MakeMaker the AUTHOR as an arrayref unless its
version number >= 6.5702.
0.002 2013-08-09
- Add shebang to `bin/distinkt-dist`.
- Avoid creating empty 'x_contributors' keys in META.json/META.yml.
0.001 2013-08-09 Initial release