summaryrefslogtreecommitdiff
path: root/lib/LDFM/MainController.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LDFM/MainController.pm')
-rw-r--r--lib/LDFM/MainController.pm10
1 files changed, 10 insertions, 0 deletions
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;