Initial import of Locale-Maketext-2.09

It is a common feature of applications (whether run directly, or via the
Web) for them to be "localized" -- i.e., for them to a present an
English interface to an English-speaker, a German interface to a
German-speaker, and so on for all languages it's programmed with.
Locale::Maketext is a framework for software localization; it provides
you with the tools for organizing and accessing the bits of text and
text-processing code that you need for producing localized applications.
This commit is contained in:
msf 2004-12-08 06:09:36 +00:00
parent 2faf7915d4
commit cbe48cd4f9

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/12/08 06:09:36 msf Exp $
--- Makefile.PL.orig Thu Sep 16 13:12:43 2004
+++ Makefile.PL Thu Sep 16 13:12:52 2004
@@ -15,7 +15,7 @@ WriteMakefile(
# ) : (),
},
'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
- ($] < 5.008) ? () : ( INSTALLDIRS => 'perl' ),
+ ($] < 5.008) ? () : ( INSTALLDIRS => 'site' ),
# If under a version with Maketext in core, overwrite that core file.
);