summaryrefslogtreecommitdiff
path: root/epoc/Config.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-10 05:27:03 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-10 05:27:03 +0000
commit3a2f06e93704a4187f4ca10ac210246cacbd9b05 (patch)
treee2098523c3499c3b9f0441e69fa72fd71a73907a /epoc/Config.pm
parent5a3e78123e3b27b54e7f651bd5fa051044f04189 (diff)
downloadperl-3a2f06e93704a4187f4ca10ac210246cacbd9b05.tar.gz
EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
p4raw-id: //depot/perl@4782
Diffstat (limited to 'epoc/Config.pm')
-rw-r--r--epoc/Config.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/epoc/Config.pm b/epoc/Config.pm
deleted file mode 100644
index 24dba58ca0..0000000000
--- a/epoc/Config.pm
+++ /dev/null
@@ -1,6 +0,0 @@
-package Config;
-
-use Exporter ();
-@ISA = (Exporter);
-@EXPORT = qw(%Config);
-1;