Skip to content

Commit

Permalink
bump Capture::Tiny prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 25, 2010
1 parent 30c1024 commit d7a3e62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion t/sendmail.t
Expand Up @@ -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;
Expand Down

0 comments on commit d7a3e62

Please sign in to comment.