summaryrefslogtreecommitdiff
path: root/epoc/Config.pm
blob: 24dba58ca01142e41971331379aa344d708a3f92 (plain)
1
2
3
4
5
6
package Config;

use Exporter ();
@ISA = (Exporter);
@EXPORT = qw(%Config);
1;