mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
Start of non-English language support
This commit is contained in:
parent
7ecce265c7
commit
811db0cf29
4 changed files with 114 additions and 3 deletions
15
t/01l10n.t
Normal file
15
t/01l10n.t
Normal file
|
@ -0,0 +1,15 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use FindBin qw($Bin);
|
||||
use lib "$Bin/../lib";
|
||||
|
||||
use Test::More tests => 2;
|
||||
use Test::Trap;
|
||||
|
||||
BEGIN { use_ok( 'App::ClusterSSH::L10N', ) }
|
||||
|
||||
my $handle;
|
||||
|
||||
$handle = App::ClusterSSH::L10N->get_handle();
|
||||
isa_ok( $handle, 'App::ClusterSSH::L10N' );
|
Loading…
Add table
Add a link
Reference in a new issue