From e40ef60401883d797a8772911bb0af92f17ff3ff Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 28 Oct 2008 20:19:41 +0000 Subject: add MDV::Draklive::Live object and use it --- lib/MDV/Draklive/Live.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/MDV/Draklive/Live.pm (limited to 'lib/MDV/Draklive') 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; -- cgit v1.2.1