From 90cc8b9c07c6fecdb8b9ff560e915fe0aa23871c Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Tue, 6 Nov 2007 17:27:18 +0100
Subject: Disable markdown tweaks by default in po4a perl module, and instead
 enable them explicitly in Makefile.

---
 perl/Locale/Po4a/Text.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'perl/Locale/Po4a')

diff --git a/perl/Locale/Po4a/Text.pm b/perl/Locale/Po4a/Text.pm
index 836d2c1..ae62667 100644
--- a/perl/Locale/Po4a/Text.pm
+++ b/perl/Locale/Po4a/Text.pm
@@ -89,7 +89,7 @@ Handle some special markup in Markdown-formatted texts.
 
 =cut
 
-my $markdown = 1;
+my $markdown = 0;
 
 sub initialize {
     my $self = shift;
-- 
cgit v1.2.3