summaryrefslogtreecommitdiffstats
path: root/lib/MDV/Draklive
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MDV/Draklive')
-rw-r--r--lib/MDV/Draklive/Live.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/MDV/Draklive/Live.pm b/lib/MDV/Draklive/Live.pm
new file mode 100644
index 0000000..1f3bd3d
--- /dev/null
+++ b/lib/MDV/Draklive/Live.pm
@@ -0,0 +1,10 @@
+package MDV::Draklive::Live;
+
+use MDK::Common;
+
+sub new {
+ my ($class) = @_;
+ bless {}, $class;
+}
+
+1;