summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-11-06 17:27:18 +0100
committerJonas Smedegaard <dr@jones.dk>2007-11-06 17:27:18 +0100
commit90cc8b9c07c6fecdb8b9ff560e915fe0aa23871c (patch)
treeac74816f0f356528dfffe7bd281d848746934b6a /perl
parent56d51d219a565180a5f3f385a65d7bff15a4653f (diff)
Disable markdown tweaks by default in po4a perl module, and instead enable them explicitly in Makefile.
Diffstat (limited to 'perl')
-rw-r--r--perl/Locale/Po4a/Text.pm2
1 files changed, 1 insertions, 1 deletions
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;