mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
becomes "To Work as Titles"). PR: ports/92856 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> Approved by: tobez (implicit)
12 lines
436 B
Perl
12 lines
436 B
Perl
--- t/lib/__title_tests.pm.orig Thu Feb 17 22:02:22 2005
|
|
+++ t/lib/__title_tests.pm Sun Feb 5 21:46:10 2006
|
|
@@ -34,6 +34,9 @@
|
|
|
|
$VERSION = '0.4'; # to match Text::Capitalize version
|
|
|
|
+use POSIX qw(locale_h);
|
|
+setlocale(LC_ALL, 'fr_FR.ISO8859-1');
|
|
+
|
|
# Some possibly useful test case strings.
|
|
# The %expect_* series below is what's actually used by "make test"
|
|
|