summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2011-07-12 22:23:01 +0200
committerSteffen Mueller <smueller@cpan.org>2011-07-12 22:23:01 +0200
commit90aee59301b948107e4c7a1547c0c5f934e69ae3 (patch)
treea7191ca243834b9acf3df9601321a8c39b02a0b7 /pod/perltodo.pod
parent061abd48a17535b2cb904b7cecf1afb6b8cd62bd (diff)
downloadperl-90aee59301b948107e4c7a1547c0c5f934e69ae3.tar.gz
A perltodone! ExtUtils::ParseXS uses strict
This is thanks to James Keenan's work! Finally!
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod12
1 files changed, 0 insertions, 12 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 90a369514b..e54a5653de 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -75,18 +75,6 @@ is needed to improve the cross-linking.
The addition of C<Pod::Simple> and its related modules may make this task
easier to complete.
-=head2 Make ExtUtils::ParseXS use strict;
-
-F<lib/ExtUtils/ParseXS.pm> 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 Make Schwern poorer
We should have tests for everything. When all the core's modules are tested,