[EMAIL PROTECTED]:Work/p4/cpanplus/devel/ > for i in lib/CPANPLUS.pm
lib/**/*.pm; do podspell $i > $i.txt && cp $i.txt{,.orig} && open -e
$i.txt; doneThat's what I started out with; merging the post-spellchecked diffs back into the code was the slowest part. - R. On 12 Nov 2004 21:36:03 -0000, Jim Cromie via RT <[EMAIL PROTECTED]> wrote: > Richard Soderberg (via RT) wrote: > > ># New Ticket Created by Richard Soderberg > ># Please include the string: [perl #32419] > ># in the subject line of all future correspondence about this issue. > ># <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32419 > > > > > > >This is a variety of spelling fixes for [EMAIL PROTECTED] I studiously > >avoided any sort of cultural or otherwise debatable spelling > >differences. > > > > - R. > > > > > > <snipped> > > thats a lot of fixes! did you do this systematically ? > > Its interesting to think about writing something like this; > > perldoc `find . ` | aspell > > but obviously thats not enough.. > .. and you may have done it already.. > >
