Dr.Ruud wrote:
"John E. Malmberg" schreef:

Fix version regex to allow multiple digit versions.
[...]
like( $version, qr/\d+.\d+.\d+/,    "   Looks like a proper

version" ); }

Should these dots match any character? No anchoring possible?

It appears that the character may depend what is a legal character in a directory on the host system. They appear to be C<.> on most systems, but C<_> on VMS.

This is because a directory with that name is created.

-John
[EMAIL PROTECTED]
Personal Opinion Only

Reply via email to