[perl5-dbi/dbi] a76aff: VMS indicates current dir with "[]" instead of "./...
"H.Merijn Brand - Tux" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <51d2bd2935fd5_19d3a37dd456365@hookshot-fe5-pe1-prd.aws.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: a76aff93ffd65059efb807395bdb44f13f681c3e
https://github.com/perl5-dbi/dbi/commit/a76aff93ffd65059efb807395bdb44f13f681c3e
Author: H.Merijn Brand - Tux <[email protected]>
Date: 2013-07-02 (Tue, 02 Jul 2013)
Changed paths:
M lib/DBD/File.pm
Log Message:
-----------
VMS indicates current dir with "[]" instead of "./"
Nicholas' feedback:
$ perl -MFile::Basename -le 'print ">>$_<<" foreach File::Basename::file parse("[]")'
>><<
>>[]<<
>><<