From dd4f18c65a56f034c73aad227bb52dab5f1835a2 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 24 Nov 2005 09:53:34 +0000 Subject: r793@narval2: dakkar | 2005-11-19 15:49:43 +0100 scheletro vuoto git-svn-id: svn://luxion/repos/GtkPerlFileManager/trunk@38 fcb26f47-9200-0410-b104-b98ab5b095f3 --- 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