document work to be done in POD for the Perl::Critic policy
This commit is contained in:
parent
0f1011e315
commit
307c1e0e68
1 changed files with 20 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue