From 307c1e0e68a4aab894a1ead2c261a1e4f4e2e441 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 13 Jun 2008 05:04:05 +0000 Subject: [PATCH] document work to be done in POD for the Perl::Critic policy --- .../Policy/WebGUI/NoIllegalI18NLabels.pm | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/t/lib/Perl/Critic/Policy/WebGUI/NoIllegalI18NLabels.pm b/t/lib/Perl/Critic/Policy/WebGUI/NoIllegalI18NLabels.pm index 18abea7a5..e7a9b32bd 100644 --- a/t/lib/Perl/Critic/Policy/WebGUI/NoIllegalI18NLabels.pm +++ b/t/lib/Perl/Critic/Policy/WebGUI/NoIllegalI18NLabels.pm @@ -23,6 +23,26 @@ and access the test library. env WEBGUI_CONFIG=/data/WebGUI/etc/my.conf PERL5LIB=/data/WebGUI/t/lib perlcritic -single-policy NoIllegalI18N +=head2 TODO + +=over 4 + +=item + + +Handle inline calls like International->new('','')->get('',''); +like in Form/Asset.pm, line 107. + +=item + + +Handle scoping, like in Content/Setup.pm and other places. + +=item + + +Handle the case when variables are concatenated to form either a key or a namespace, such +as in Auth::LDAP, line 542 + +=back + =cut our $VERSION = '0.2';