diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-10 05:27:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-10 05:27:03 +0000 |
commit | 3a2f06e93704a4187f4ca10ac210246cacbd9b05 (patch) | |
tree | e2098523c3499c3b9f0441e69fa72fd71a73907a /epoc/Config.pm | |
parent | 5a3e78123e3b27b54e7f651bd5fa051044f04189 (diff) | |
download | perl-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.pm | 6 |
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; |