Revision history for Dist-Zilla-Plugin-StaticInstall
0.012 2018-11-03 17:02:46Z
- no longer mark this distribution as experimental or DANGEROUS! in
abstract
- now checking for files in lib other than .pod, .pm (RT#127556)
0.011 2017-08-20 01:02:03Z
- fix prereqs for things only used optionally in tests
0.010 2016-08-08 05:20:48Z
- fix test that uses a [MetaJSON] config option that has been
discontinued in Dist::Zilla 6.007
0.009 2015-12-14 02:38:48Z
- avoid importing Test::Deep::none, to avoid clashing with
List::Util
- also check for executable files outside of script/ (see #110299)
- add documentation reference to CPAN::Static::Spec
0.008 2015-08-02 02:06:32Z
- avoids autovivifying prereqs and other metadata while inspecting
it (fixes empty {prereqs}{build}{requires} showing up in META.*)
0.007 2015-07-21 02:40:27Z
- fix test failure with slightly less old CPAN::Meta::Merge
0.006 2015-07-19 05:24:25Z
- fix test that breaks with older Dist::Zilla that did not use
CPAN::Meta::Merge to merge metadata snippets
0.005 2015-07-18 03:05:42Z
- fix usage with [MakeMaker::Fallback]
- improved diagnostic messages
- lots more tests!
0.004 2015-07-16 04:51:52Z
- also check for .pm, .pod, .pl files in the root and in BASEEXT/
- also check for .PL, .pmc files
- skip test for build scenario that can only exist from Dist::Zilla
5.022 and later
- expand upon the documentation and add a much more strongly-worded
warning against this plugin's use (RT#105847)
0.003 2015-07-14 03:24:15Z
- cooperate with [ModuleBuildTiny]'s static = auto feature
0.002 2015-07-14 02:43:32Z
- new mode allowing the automatic calculation of the flag
value, including a dry_run option for diagnostic purposes
0.001 2015-06-27 19:44:36Z
- Initial release.