Skip to content

Commit

Permalink
Don't forget the dependencies!
Browse files Browse the repository at this point in the history
My test routine snippet likes 'Test::Most', but that's a dependency too far right
now.

Also, added Test::Routine to Makefile.PL because using that was easier than
mucking about making nonce classes for the subscriber-helper tests.
  • Loading branch information
pdcawley committed Oct 16, 2011
1 parent 1839178 commit 237566a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ requires 'MooseX::Types::Moose';
requires 'Set::Object';
test_requires 'Test::More' => '0.88';
test_requires 'Test::Fatal';
test_requires 'Test::Routine';

WriteAll;

2 changes: 1 addition & 1 deletion t/subscriber-helper.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use warnings;
use Test::Routine;
use Test::Routine::Util;

use Test::Most qw(!blessed);
use Test::More;

with 'Announcements::Subscribing';

Expand Down

0 comments on commit 237566a

Please sign in to comment.