Re: What does t/test.pl do?

2011-11-06 Thread Michael G Schwern
On 2011.11.6 5:20 AM, James E Keenan wrote: >> You're absolutely correct that it has no docs. Some of this is to avoid >> using >> the inline POD feature, in case it breaks while developing the core. But it >> could be documented either in comments, or POD in an __END__ block, or (the >> safest)

Re: What does t/test.pl do?

2011-11-06 Thread James E Keenan
On 11/5/11 4:21 PM, Michael G Schwern wrote: You're absolutely correct that it has no docs. Some of this is to avoid using the inline POD feature, in case it breaks while developing the core. But it could be documented either in comments, or POD in an __END__ block, or (the safest) in a separa