summaryrefslogtreecommitdiff
path: root/lib/LDFM/MainController.pm
blob: a9534e0b98182a527352dcf6aa61b52a14783b1e (plain)
1
2
3
4
5
6
7
8
9
10
package LDFM::MainController; 
use utf8;
use warnings;
use strict;
use base 'Gtk2::GladeXML::Simple';
use Readonly;
 
our $VERSION = '0.01';
 
1;