[libbread-board-perl] 28/66: packaging stuff

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 21:23:35 UTC 2013


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

js pushed a commit to branch master
in repository libbread-board-perl.

commit 64a57c20573dff3288bb08cb3bd7243d84055713
Author: Jesse Luehrs <doy at tozt.net>
Date:   Thu Aug 1 13:11:54 2013 -0400

    packaging stuff
---
 .mailmap                  |    3 +++
 dist.ini                  |   33 +++++++++++++++++++++------------
 lib/Bread/Board.pm        |    2 +-
 xt/release/pod-coverage.t |   22 ----------------------
 4 files changed, 25 insertions(+), 35 deletions(-)

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..c8bc579
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,3 @@
+Stevan Little <stevan at iinteractive.com> Stevan Little <stevan at localhost.(none)>
+Stevan Little <stevan at iinteractive.com> Stevan Little <stevan.little at iinteractive.com>
+Daisuke Maki <dmaki at cpan.org> Daisuke Maki (lestrrat) <daisuke at endeworks.jp>
diff --git a/dist.ini b/dist.ini
index 1bbc632..71187b0 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,26 +3,33 @@ author = Stevan Little <stevan at iinteractive.com>
 license = Perl_5
 copyright_holder = Infinity Interactive
 
-; authordep Dist::Zilla::PluginBundle::DOY
-[@Filter]
--bundle = @DOY
--remove = PodCoverageTests
+[@DOY]
+:version = 0.11
 dist = Bread-Board
+repository = github
+github_user = stevan
+github_name = BreadBoard
+bugtracker_web = https://github.com/stevan/BreadBoard/issues
+bugtracker_mailto =
+authority = cpan:STEVAN
 CompileTests_skip = GraphViz|visualize
 
-[Authority]
-authority = cpan:STEVAN
+[AutoPrereqs]
+skip = Data::Visitor::Callback
+skip = GraphViz
+skip = MooseX::Runnable
+skip = MooseX::Types::Set::Object
+skip = Set::Object
+skip = ^(?:Foo|Bar|Baz|My)\b
+skip = ^(?:Chair|Desk|Employee)\b
+skip = Logger::Role
+skip = MyCustomWithParametersService
+skip = WorkArea
 
 [Prereqs]
 Moose                    = 1.00
 MooseX::Clone            = 0.05
 MooseX::Params::Validate = 0.14
-Try::Tiny                = 0
-
-[Prereqs / TestRequires]
-Test::Fatal    = 0
-Test::Moose    = 0
-Test::Requires = 0
 
 [Prereqs / RuntimeRecommends]
 Data::Visitor::Callback    = 0
@@ -30,3 +37,5 @@ GraphViz                   = 0
 MooseX::Runnable           = 0
 MooseX::Types::Set::Object = 0
 Set::Object                = 0
+
+[ContributorsFromGit]
diff --git a/lib/Bread/Board.pm b/lib/Bread/Board.pm
index 6174472..3e1f69b 100644
--- a/lib/Bread/Board.pm
+++ b/lib/Bread/Board.pm
@@ -573,6 +573,6 @@ Bread::Board is basically my re-write of IOC.
 
 All complex software has bugs lurking in it, and this module is no
 exception. If you find a bug please either email me, or add the bug
-to cpan-RT.
+to Github Issues.
 
 =cut
diff --git a/xt/release/pod-coverage.t b/xt/release/pod-coverage.t
deleted file mode 100644
index 984b5d3..0000000
--- a/xt/release/pod-coverage.t
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use Test::More;
-
-use Test::Requires {
-    'Test::Pod::Coverage' => '1.04',    # skip all if not installed
-    'Pod::Coverage::TrustPod' => '0',
-};
-
-# This is a stripped down version of all_pod_coverage_ok which lets us
-# vary the trustme parameter per module.
-my @modules
-    = grep { !/GraphViz/ } all_modules();
-plan tests => scalar @modules;
-
-for my $module (sort @modules) {
-    pod_coverage_ok($module, { coverage_class => 'Pod::Coverage::TrustPod' },
-                    "Pod coverage for $module");
-}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbread-board-perl.git



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