From: Jesse Luehrs Date: Wed, 10 Jul 2013 15:14:44 +0000 (-0400) Subject: remove accidental Sub::Name test dep X-Git-Tag: Try-Tiny-0.16~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dffd8863e5e395b0acc4019da6663a02c845942;p=p5sagit%2FTry-Tiny.git remove accidental Sub::Name test dep --- diff --git a/dist.ini b/dist.ini index dda9b94..4ed975c 100644 --- a/dist.ini +++ b/dist.ini @@ -20,6 +20,8 @@ Git::NextVersion_version_regexp = ^Try-Tiny-(.+)$ [AutoPrereqs] ; tests optionally require 5.010 skip = ^perl$ +; tests for optional Sub::Name stuff +skip = ^Sub::Name$ [Prereqs] perl = 5.006