diff options
author | Craig A. Berry <craigberry@mac.com> | 2012-01-14 13:16:26 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2012-01-14 14:18:31 -0600 |
commit | 3a1de37969a35710fa1fab9b23a26b1ac3ad2709 (patch) | |
tree | 7bb314807d9539594387aa9692741a9c81804431 /vms/ext | |
parent | 06ecd9c7d6f2e180fba0ccf7dcf604546e6d0f27 (diff) | |
download | perl-3a1de37969a35710fa1fab9b23a26b1ac3ad2709.tar.gz |
Document the data columns in vms/ext/filespec.t.
Diffstat (limited to 'vms/ext')
-rwxr-xr-x | vms/ext/filespec.t | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vms/ext/filespec.t b/vms/ext/filespec.t index b40cc816f3..29b63ba366 100755 --- a/vms/ext/filespec.t +++ b/vms/ext/filespec.t @@ -79,6 +79,15 @@ ok(rmdir('testdir/'), ' rmdir()'); __DATA__ +# Column definitions: +# +# Column 1: Argument (path spec to be transformed) +# Column 2: Function that is to do the transformation +# Column 3: Expected result when DECC$EFS_CHARSET is not in effect +# Column 4: Expected result when DECC$EFS_CHARSET is in effect +# ^ means expect same result for EFS as for non-EFS +# ^* means TODO when EFS is in effect + # lots of underscores used to minimize collision with existing logical names # Basic VMS to Unix filespecs |