From: Matt S Trout Date: Tue, 6 Jul 2010 01:30:05 +0000 (+0100) Subject: include xt/ in MANIFEST since we want the dist to be as close to reh repo as possible X-Git-Tag: release_1.0.0~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=80b3eb9ce26d0c0660ff1a78bfe4be6f4d858fa1 include xt/ in MANIFEST since we want the dist to be as close to reh repo as possible --- diff --git a/Author.PL b/Author.PL index f13e291..f4b55a3 100644 --- a/Author.PL +++ b/Author.PL @@ -44,6 +44,8 @@ manifest_include( 'lib' => '.pm', 't' => '.t', 't/lib' => '.pm', + 'xt' => '.t', + 'xt/lib' => '.pm', '' => '.PL', '' => qr{Changes|MANIFEST|README|META\.yml} );