From 4bdb4d7478fc7bf28f957e2083fc37da1a44a6e1 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 23 May 2009 16:30:04 +0200 Subject: scheletro --- lib/LDFM/MainController.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/LDFM/MainController.pm (limited to 'lib/LDFM/MainController.pm') diff --git a/lib/LDFM/MainController.pm b/lib/LDFM/MainController.pm new file mode 100644 index 0000000..a9534e0 --- /dev/null +++ b/lib/LDFM/MainController.pm @@ -0,0 +1,10 @@ +package LDFM::MainController; +use utf8; +use warnings; +use strict; +use base 'Gtk2::GladeXML::Simple'; +use Readonly; + +our $VERSION = '0.01'; + +1; -- cgit v1.2.3