Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pericmd_ok() is now exported by default, so no need to import it expl…
…icitly
  • Loading branch information
perlancar committed Sep 29, 2015
1 parent fddd423 commit 0cd8a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/suite.t
Expand Up @@ -7,7 +7,7 @@ use strict;
use warnings;

use Test::More 0.98;
use Test::Perinci::CmdLine qw(pericmd_ok);
use Test::Perinci::CmdLine;

pericmd_ok(
class => 'Perinci::CmdLine::Classic',
Expand Down

0 comments on commit 0cd8a40

Please sign in to comment.