aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Capitalize/files/patch-t-lib-__title-tests.pm
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Capitalize/files/patch-t-lib-__title-tests.pm')
-rw-r--r--textproc/p5-Text-Capitalize/files/patch-t-lib-__title-tests.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-Text-Capitalize/files/patch-t-lib-__title-tests.pm b/textproc/p5-Text-Capitalize/files/patch-t-lib-__title-tests.pm
new file mode 100644
index 000000000000..3b6785706e38
--- /dev/null
+++ b/textproc/p5-Text-Capitalize/files/patch-t-lib-__title-tests.pm
@@ -0,0 +1,12 @@
+--- 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"
+