Initial import.
[doldaconnect.git] / lib / perl / dcui.pm
CommitLineData
796067c0 1package Dolcon::UI;
2
3use Carp;
4
5require Exporter;
6require DynaLoader;
7@ISA = qw(Exporter DynaLoader);
8
9$VERSION = "0.1";
10