Skip Menu |

This queue is for tickets about the FreeMind-Convert CPAN distribution.

Report information
The Basics
Id: 43130
Status: new
Priority: 0/
Queue: FreeMind-Convert

People
Owner: Nobody in particular
Requestors: blair [...] devclue.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: 0.03



Subject: Documentation typos
This patch fixes two minor typos in the docs.
Subject: freemind_convert_docs.patch
diff -ur FreeMind-Convert-0.03/lib/FreeMind/Convert.pm FreeMind-Convert-0.03.blair/lib/FreeMind/Convert.pm --- FreeMind-Convert-0.03/lib/FreeMind/Convert.pm 2006-11-12 09:11:28.000000000 -0600 +++ FreeMind-Convert-0.03.blair/lib/FreeMind/Convert.pm 2009-02-08 18:32:20.000000000 -0600 @@ -126,7 +126,7 @@ my $mm = FreeMind::Convert->new() ; $mm->setOutputJcode('sjis') ; # set Japanese Chara code. $mm->loadFile($file) ; - print $mm->toText() ; # convert to plan text format. + print $mm->toText() ; # convert to plain text format. =head1 DESCRIPTION @@ -156,7 +156,7 @@ $mm->toText() ; -Convert to plane text format. +Convert to plain text format. =head2 toMediaWiki