X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=perl%2Ft%2F500-lib-load.t;fp=perl%2Ft%2F500-lib-load.t;h=7ce28c6e8c2e72ff5d974178769a1ebbf67f3fa2;hp=de928aed7a412bb9befc70112b2ddbb6350fccee;hb=2f1a50d81671810256dce0852e6b1e0810ac44af;hpb=72c829395bb6a4800516d4f535e18af48195585b diff --git a/perl/t/500-lib-load.t b/perl/t/500-lib-load.t index de928ae..7ce28c6 100644 --- a/perl/t/500-lib-load.t +++ b/perl/t/500-lib-load.t @@ -23,10 +23,10 @@ BEGIN { eval "use Locale::TextDomain";; if (exists $INC{"Locale/TextDomain.pm"}) { - plan tests => 1; + plan tests => 1; } else { - plan skip_all => "no perl-libintl module"; - exit 0; + plan skip_all => "no perl-libintl module"; + exit 0; } }