diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-01 07:28:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-01 07:28:05 +0000 |
commit | 99804bbbf0b24ddc3b565419ea53f59e7410d1f4 (patch) | |
tree | e36d3e921f073666bca01a5660d386b10804613b /lib/File/Spec/OS2.pm | |
parent | beed81117712f7512341eefdf74a027ce5d0e806 (diff) | |
download | perl-99804bbbf0b24ddc3b565419ea53f59e7410d1f4.tar.gz |
devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
p4raw-id: //depot/perl@2751
Diffstat (limited to 'lib/File/Spec/OS2.pm')
-rw-r--r-- | lib/File/Spec/OS2.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/File/Spec/OS2.pm b/lib/File/Spec/OS2.pm index d602617702..ee7b3316fb 100644 --- a/lib/File/Spec/OS2.pm +++ b/lib/File/Spec/OS2.pm @@ -31,6 +31,10 @@ sub path { @path; } +sub devnull { + return "/dev/nul"; +} + 1; __END__ |