[Po4a-commits] r2660 - in /trunk: Build.PL README

barbier at users.alioth.debian.org barbier at users.alioth.debian.org
Sat Oct 20 22:53:32 UTC 2012


Author: barbier
Date: Sat Oct 20 22:53:32 2012
New Revision: 2660

URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2660
Log:
Fix a typo in README, and let Build.PL recommend Unicode::GCString

Modified:
    trunk/Build.PL
    trunk/README

Modified: trunk/Build.PL
URL: http://svn.debian.org/wsvn/po4a/trunk/Build.PL?rev=2660&op=diff
==============================================================================
--- trunk/Build.PL (original)
+++ trunk/Build.PL Sat Oct 20 22:53:32 2012
@@ -17,6 +17,8 @@
 
                      'SGMLS' => 0,          # Needed for the Sgml module.
 
+                     'Unicode::GCString' => 0, # Used by the Text module (asciidoc)
+
                      'Locale::gettext' => '1.01', # Only used for
                                                   # translating the
                                                   # po4a's messages.

Modified: trunk/README
URL: http://svn.debian.org/wsvn/po4a/trunk/README?rev=2660&op=diff
==============================================================================
--- trunk/README (original)
+++ trunk/README Sat Oct 20 22:53:32 2012
@@ -62,7 +62,7 @@
 
 TEXT MODULE SPECIFIC DEPENDENCIES
 
-  Unicode::GCSprint:
+  Unicode::GCString:
     This module is used to compute text width; it is needed by AsciiDoc to
     determine two line titles in encodings different from ASCII.
     http://hatuka.nezumi.nu/repos/Unicode-LineBreak/




More information about the Po4a-commits mailing list