[libdist-zilla-util-configdumper-perl] 06/09: Apply recommended fixes

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 11 15:44:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.003007-source
in repository libdist-zilla-util-configdumper-perl.

commit 174fffb4f40fac9dc4498d8779c16f7347451183
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Fri Jul 31 15:24:07 2015 +1200

    Apply recommended fixes
---
 .gitignore    | 13 ++++++++--
 INSTALL.SKIP  |  1 +
 Makefile.PL   | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 dist.ini      |  2 ++
 dist.ini.meta |  2 +-
 5 files changed, 91 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 612ec58..96b5241 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,11 @@
-.build
-Dist-Zilla-Util-ConfigDumper-*
+/.build
+/Dist-Zilla-Util-ConfigDumper-*
+/tmp/
+/META.json
+/MYMETA.json
+/META.yml
+/MYMETA.yml
+/Makefile
+/Makefile.old
+/blib/
+/pm_to_blib
diff --git a/INSTALL.SKIP b/INSTALL.SKIP
new file mode 100644
index 0000000..f6e97b0
--- /dev/null
+++ b/INSTALL.SKIP
@@ -0,0 +1 @@
+CONTRIBUTING\.pod$
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..b5168e3
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,76 @@
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.037.
+use strict;
+use warnings;
+
+use 5.008;
+
+use ExtUtils::MakeMaker;
+
+my %WriteMakefileArgs = (
+  "ABSTRACT" => "Easy implementation of 'dumpconfig'",
+  "AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => 0
+  },
+  "DISTNAME" => "Dist-Zilla-Util-ConfigDumper",
+  "EXE_FILES" => [],
+  "LICENSE" => "perl",
+  "MIN_PERL_VERSION" => "5.008",
+  "NAME" => "Dist::Zilla::Util::ConfigDumper",
+  "PREREQ_PM" => {
+    "Carp" => 0,
+    "Sub::Exporter::Progressive" => 0,
+    "Try::Tiny" => 0,
+    "strict" => 0,
+    "utf8" => 0,
+    "warnings" => 0
+  },
+  "TEST_REQUIRES" => {
+    "Dist::Zilla::Plugin::Bootstrap::lib" => "1.000003",
+    "Dist::Zilla::Plugin::GatherDir" => 0,
+    "Dist::Zilla::Plugin::MetaConfig" => 0,
+    "Dist::Zilla::Role::Plugin" => 0,
+    "Dist::Zilla::Util::Test::KENTNL" => "1.003001",
+    "ExtUtils::MakeMaker" => 0,
+    "File::Spec" => 0,
+    "Moose" => 0,
+    "Test::DZil" => 0,
+    "Test::More" => "0.89"
+  },
+  "VERSION" => "0.003007",
+  "test" => {
+    "TESTS" => "t/*.t t/00-compile/*.t"
+  }
+);
+
+
+my %FallbackPrereqs = (
+  "Carp" => 0,
+  "Dist::Zilla::Plugin::Bootstrap::lib" => "1.000003",
+  "Dist::Zilla::Plugin::GatherDir" => 0,
+  "Dist::Zilla::Plugin::MetaConfig" => 0,
+  "Dist::Zilla::Role::Plugin" => 0,
+  "Dist::Zilla::Util::Test::KENTNL" => "1.003001",
+  "ExtUtils::MakeMaker" => 0,
+  "File::Spec" => 0,
+  "Moose" => 0,
+  "Sub::Exporter::Progressive" => 0,
+  "Test::DZil" => 0,
+  "Test::More" => "0.89",
+  "Try::Tiny" => 0,
+  "strict" => 0,
+  "utf8" => 0,
+  "warnings" => 0
+);
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  delete $WriteMakefileArgs{TEST_REQUIRES};
+  delete $WriteMakefileArgs{BUILD_REQUIRES};
+  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
+WriteMakefile(%WriteMakefileArgs);
diff --git a/dist.ini b/dist.ini
index 7294f56..732d7a8 100644
--- a/dist.ini
+++ b/dist.ini
@@ -36,6 +36,7 @@ exclude_filename = README.mkdn
 exclude_filename = README.pod
 exclude_filename = CONTRIBUTING.pod
 exclude_filename = LICENSE
+exclude_filename = Makefile.PL
 include_dotfiles = 1
 
 [License / @Author::KENTNL/License]
@@ -57,6 +58,7 @@ document_version = 0.1
 
 [CopyFilesFromBuild / @Author::KENTNL/CopyXBuild]
 copy = LICENSE
+copy = Makefile.PL
 
 [MetaTests / @Author::KENTNL/MetaTests]
 
diff --git a/dist.ini.meta b/dist.ini.meta
index d563b4c..8d6f627 100644
--- a/dist.ini.meta
+++ b/dist.ini.meta
@@ -1,4 +1,5 @@
 ; Generated by Dist::Zilla::Plugin::Author::KENTNL::DistINI version 2.020000 at Sat Aug 23 00:45:57 2014
+; vim: syntax=dosini
 name             = Dist-Zilla-Util-ConfigDumper
 author           = Kent Fredric <kentnl at cpan.org>
 license          = Perl_5
@@ -14,7 +15,6 @@ mantissa          = 6
 toolkit           = eumm
 toolkit_hardness  = soft
 bumpversions      = 1
-copyfiles         = LICENSE
 srcreadme         = mkdn
 twitter_extra_hash_tags = #distzilla
 ; auto_prereqs_skip = File::Find

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-util-configdumper-perl.git



More information about the Pkg-perl-cvs-commits mailing list