include xt/ in MANIFEST since we want the dist to be as close to reh repo as possible
Matt S Trout [Tue, 6 Jul 2010 01:30:05 +0000 (02:30 +0100)]
Author.PL

index f13e291..f4b55a3 100644 (file)
--- 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}
 );