Skip processing a file if the file to be opened is '-'
[p5sagit/p5-mst-13.2.git] / epoc / Config.pm
CommitLineData
14bdf8d3 1package Config;
2
3use Exporter ();
4@ISA = (Exporter);
5@EXPORT = qw(%Config);
61;