Initial import.
[doldaconnect.git] / lib / perl / dcui.pm
diff --git a/lib/perl/dcui.pm b/lib/perl/dcui.pm
new file mode 100644 (file)
index 0000000..8da730e
--- /dev/null
@@ -0,0 +1,10 @@
+package Dolcon::UI;
+
+use Carp;
+
+require Exporter;
+require DynaLoader;
+@ISA = qw(Exporter DynaLoader);
+
+$VERSION = "0.1";
+