From 18331e9261c40eb577f7553c3a42232d5a593e82 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 11 Nov 2008 15:25:23 +0100 Subject: po/todo: added bug report for weird Perl warnings Signed-off-by: intrigeri --- doc/plugins/po.mdwn | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc/plugins') diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 932dd1430..2f359bb83 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -459,8 +459,17 @@ gettext/po4a rough corners into the Pot file, and let it propagate; should be fixed in `773de05a7a1ee68d2bed173367cf5e716884945a`, time will tell. -Misc. improvements ------------------- +When committing a translatable page to the repository, msgmerge +happens and then: + + Use of uninitialized value $page in pattern match (m//) at /usr/local/share/perl/5.10.0/IkiWiki.pm line 624. + Use of uninitialized value $p in hash element at /usr/local/share/perl/5.10.0/IkiWiki/Render.pm line 423. + Use of uninitialized value $file in string eq at /usr/local/share/perl/5.10.0/IkiWiki/Render.pm line 444. + Use of uninitialized value $page in pattern match (m//) at /usr/local/share/perl/5.10.0/IkiWiki.pm line 624. + +And then tons of: + Use of uninitialized value $page in pattern match (m//) at /usr/local/share/perl/5.10.0/IkiWiki.pm line 1860. + Use of uninitialized value $page in concatenation (.) or string at /usr/local/share/perl/5.10.0/IkiWiki.pm line 1869. Page titles in links -------------------- -- cgit v1.2.3