[libmoosex-lazyrequire-perl] 03/11: generate a README.md for github at build time

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:25:24 UTC 2014


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

intrigeri pushed a commit to annotated tag v0.09
in repository libmoosex-lazyrequire-perl.

commit a5257ddcf27b01fae9bc13a2c05fa0b74ac3875c
Author: Karen Etheridge <ether at cpan.org>
Date:   Wed Nov 28 23:32:24 2012 -0800

    generate a README.md for github at build time
---
 README.md |  0
 dist.ini  | 10 ++++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e69de29
diff --git a/dist.ini b/dist.ini
index a21681c..065d0d5 100644
--- a/dist.ini
+++ b/dist.ini
@@ -27,6 +27,11 @@ skip = ^Account$
 bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-LazyRequire
 bugtracker.mailto = bug-moosex-lazyrequire at rt.cpan.org
 
+[ReadmeAnyFromPod]
+type = markdown
+filename = README.md
+location = root
+
 [Test::Pod::LinkCheck]
 [Test::Pod::No404s]
 [CheckPrereqsIndexed]
@@ -49,13 +54,14 @@ release_branch = master
 release_branch = stable
 
 [Git::Check]
-allow_dirty =
+allow_dirty = README.md
 
 [NextRelease]
 format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d  (%U)
 
 [Git::Commit]
-allow-dirty = Changes
+allow_dirty = Changes
+allow_dirty = README.md
 commit_msg = %N-%v%t%n%n%c
 
 [Git::Tag]

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



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