summaryrefslogtreecommitdiff
path: root/modules/DirectoryManager.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-08-09 01:20:44 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-08-09 01:20:44 +0000
commit03c7f64d05fe3dfab866499736f9a75ce8d0e399 (patch)
tree87f500e36475d7e727b65c3e90ad8f3a306392d6 /modules/DirectoryManager.pm
parent09e54097d4098e9ef4d9a0996fff321435dd05dc (diff)
downloadMPC-03c7f64d05fe3dfab866499736f9a75ce8d0e399.tar.gz
ChangeLogTag: Wed Aug 9 01:14:54 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/DirectoryManager.pm')
-rw-r--r--modules/DirectoryManager.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/DirectoryManager.pm b/modules/DirectoryManager.pm
index e54216a8..4732b8ab 100644
--- a/modules/DirectoryManager.pm
+++ b/modules/DirectoryManager.pm
@@ -153,6 +153,11 @@ sub mpc_glob {
return @files;
}
+
+sub onVMS {
+ return $onVMS;
+}
+
# ************************************************************
# Virtual Methods To Be Overridden
# ************************************************************