diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 14:00:25 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 14:00:25 +0000 |
commit | 555834d14460c5da1e96b36a5c7c839f86c06cd6 (patch) | |
tree | eaf2e5ad6e30622cb571ef093e404d0bc04b5d9c /lib/File/Spec/VMS.pm | |
parent | 13789a156bd2a7781242bcd8894bc3c7f9031cf4 (diff) | |
parent | 9cc29783e82bdad1f12bda85adb9cbb018b86211 (diff) | |
download | perl-555834d14460c5da1e96b36a5c7c839f86c06cd6.tar.gz |
Integrate from mainperl.
p4raw-id: //depot/cfgperl@2779
Diffstat (limited to 'lib/File/Spec/VMS.pm')
-rw-r--r-- | lib/File/Spec/VMS.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/File/Spec/VMS.pm b/lib/File/Spec/VMS.pm index c5269fd10c..208450589e 100644 --- a/lib/File/Spec/VMS.pm +++ b/lib/File/Spec/VMS.pm @@ -97,6 +97,16 @@ sub curdir { return '[]'; } +=item devnull (override) + +Returns a string representing the null device. + +=cut + +sub devnull { + return 'NL:'; +} + =item rootdir (override) Returns a string representing of the root directory. |