Trim trailing dots on VMS in podcheck.t.
authorCraig A. Berry <craigberry@mac.com>
Sat, 13 Aug 2011 15:19:08 +0000 (10:19 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 13 Aug 2011 16:01:50 +0000 (11:01 -0500)
commit8e263bd467d91d1055f682d3a4f67e831e0c25d4
treecefa53a97d20e2649f0586d0e27f36411ce6f1bb
parentc3e4944bf469511ce80e004c04f2c9b15ebaf43b
Trim trailing dots on VMS in podcheck.t.

readdir() and thus File::Find return files having zero-length
extensions as 'foo.' which doesn't match entries like 'foo' in
the known problems database.  Trimming that trailing dot reduces
the number of failures on VMS to a handful.  They are primarily
due to:

1.)  The test attempts to exclude .PL files, but on VMS, case is
not preserved by default, so these appear as .pl and are not
excluded, confusing a number of the tests.

2.)  Utilities and scripts are built with a .com extension on VMS,
but the corresponding entries in the known problems database have
no extension, so they don't match.
t/porting/podcheck.t