diff --git a/Changes b/Changes index fc01730..f51ca82 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Email-Sender {{$NEXT}} + fix sendmail.t with latest Capture::Tiny (Justin Hunter) 0.100460 2010-02-15 12:58:18 America/New_York avoid using AutoPrereq, as it brings in build_requires as requires diff --git a/dist.ini b/dist.ini index dc1da1e..384e190 100644 --- a/dist.ini +++ b/dist.ini @@ -9,7 +9,7 @@ remove = AutoPrereq [Prereq] ; NON-CORE PREREQUISITES -Capture::Tiny = 0 ; for testing +Capture::Tiny = 0.08 ; for testing Email::Abstract = 3 ; XXX: really use Abstract?; 3 = \$str Email::Address = 0 ; used for env-from-msg (::Simple) List::MoreUtils = 0 ; minimum version unknown; uniq diff --git a/t/sendmail.t b/t/sendmail.t index c1b094b..f4d0209 100644 --- a/t/sendmail.t +++ b/t/sendmail.t @@ -2,7 +2,7 @@ use Test::More tests => 5; use strict; $^W = 1; -use Capture::Tiny 'capture'; +use Capture::Tiny 0.08 'capture'; use Cwd; use Config; use Email::Sender::Transport::Sendmail;