diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2007-11-06 17:27:18 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2007-11-06 17:27:18 +0100 |
| commit | 90cc8b9c07c6fecdb8b9ff560e915fe0aa23871c (patch) | |
| tree | ac74816f0f356528dfffe7bd281d848746934b6a /perl/Locale | |
| parent | 56d51d219a565180a5f3f385a65d7bff15a4653f (diff) | |
Disable markdown tweaks by default in po4a perl module, and instead enable them explicitly in Makefile.
Diffstat (limited to 'perl/Locale')
| -rw-r--r-- | perl/Locale/Po4a/Text.pm | 2 |
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; |
