In makedef.pl, move the "oddities from PerlIO" from <DATA> to a data structure.
authorNicholas Clark <nick@ccl4.org>
Mon, 25 Jul 2011 16:07:54 +0000 (18:07 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:54 +0000 (11:53 +0200)
commitbf09e1bdfd80fb7c798423e424afade62b25d72f
tree9ede25b9eb2533f8972b20d7f84a9fbe50a02aaf
parent2c84c9190df766f333ce2d136530a799132a4b50
In makedef.pl, move the "oddities from PerlIO" from <DATA> to a data structure.

At one time various categories of symbols were listed after __DATA__.
All others are now dealt with elsewhere, leaving only some PerlIO symbols, at
which point it becomes clearer and terser to move the list to the point in the
code that previously looped over <DATA>.
makedef.pl