bump prereq for MXTPT
Karen Etheridge [Sun, 23 Jun 2013 16:15:24 +0000 (09:15 -0700)]
Changes
dist.ini

diff --git a/Changes b/Changes
index b6c90c7..cef9e94 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+          - bump prereq version for MooseX::Types::Path::Tiny to ensure a
+            broken version is not installed
 
 0.10      2013-02-12 13:17:44 PST-0800 (Karen Etheridge)
           - allow clean composition into a role, without requiring an -exclude
index 1fcb4ad..8f10607 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -32,6 +32,9 @@ skip = ^Generic
 skip = ^MooseX::SimpleConfig$
 skip = ^MooseX::Getopt$
 
+[Prereqs / RuntimeRequires]
+MooseX::Types::Path::Tiny = 0.005
+
 [Prereqs / TestRecommends]
 MooseX::SimpleConfig = 0
 MooseX::Getopt = 0