Skip to content

Commit

Permalink
Use Test::Most not Test::More
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Horne committed Mar 26, 2021
1 parent 64475dd commit f3ac5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/locale.t
Expand Up @@ -2,7 +2,7 @@

use strict;
use warnings;
use Test::More;
use Test::Most;

unless(-e 't/online.enabled') {
plan skip_all => 'On-line tests disabled';
Expand Down

0 comments on commit f3ac5bd

Please sign in to comment.