summaryrefslogtreecommitdiffstats
path: root/t/also.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-03 10:27:04 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-03 10:28:58 -0400
commita8b31060a0fe668b36d0dceb83c2b1a7621ab988 (patch)
tree84e8ba6da7b2f57b5d2ec9f41e5c8af61a8db3f8 /t/also.t
parent5e66ba386054290656265f85898d87f2c4572fc9 (diff)
downloaddist-checkconflicts-a8b31060a0fe668b36d0dceb83c2b1a7621ab988.tar.gz
dist-checkconflicts-a8b31060a0fe668b36d0dceb83c2b1a7621ab988.zip
stop using use_ok
Diffstat (limited to 't/also.t')
-rw-r--r--t/also.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/also.t b/t/also.t
index 285a5aa..b671114 100644
--- a/t/also.t
+++ b/t/also.t
@@ -6,7 +6,7 @@ use Test::Fatal;
use lib 't/lib/also';
{
- use_ok('Bar::Conflicts');
+ require Bar::Conflicts;
is_deeply(
{ Bar::Conflicts->conflicts },
{
@@ -19,7 +19,7 @@ use lib 't/lib/also';
}
{
- use_ok('Bar::Conflicts2');
+ require Bar::Conflicts2;
is_deeply(
{ Bar::Conflicts2->conflicts },
{