Subject: | Module doesn't handle files with names starting with mode characters. |
When checking the type of a file with a name such as "-" the module will
hang because the IO::File->new() interprets the character as being a
mode string. Adding the mode argument to the IO::File->new() call will
fix this.
Thanks,
Hans Lawrenz