From: Nicholas Clark Date: Sun, 10 May 2009 15:31:11 +0000 (+0100) Subject: Making ExtUtils::ParseXS use strict; is TODO. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0befdfba7e496a43f86e2109879b571806ccf83e;p=p5sagit%2Fp5-mst-13.2.git Making ExtUtils::ParseXS use strict; is TODO. --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 0a75e70..387f03b 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -94,6 +94,18 @@ is needed to improve the cross-linking. The addition of C and its related modules may make this task easier to complete. +=head2 Make ExtUtils::ParseXS use strict; + +F contains this line + + # use strict; # One of these days... + +Simply uncomment it, and fix all the resulting issues :-) + +The more practical approach, to break the task down into manageable chunks, is +to work your way though the code from bottom to top, or if necessary adding +extra C<{ ... }> blocks, and turning on strict within them. + =head2 Parallel testing (This probably impacts much more than the core: also the Test::Harness