projects
/
external
/
perl-gettext.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tizen 2.4 release
[external/perl-gettext.git]
/
t
/
use.t
1
#!/usr/bin/env perl -w
2
use strict;
3
use Test;
4
BEGIN { plan tests => 1 }
5
6
use Locale::gettext; ok(1);
7
exit;
8
__END__