From: fredrik Date: Wed, 22 Nov 2006 15:56:28 +0000 (+0000) Subject: Initial import. X-Git-Tag: 0.3~168 X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;h=796067c0fd5287fc8b45b8d86d4f48716f7ea824;p=doldaconnect.git Initial import. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@755 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/lib/perl/Makefile.PL b/lib/perl/Makefile.PL new file mode 100644 index 0000000..d904dc6 --- /dev/null +++ b/lib/perl/Makefile.PL @@ -0,0 +1,6 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => "Dolcon::UI", + LIBS => ["-ldcui"], + VERSION_FROM => 'dcui.pm', +); diff --git a/lib/perl/dcui.pm b/lib/perl/dcui.pm new file mode 100644 index 0000000..8da730e --- /dev/null +++ b/lib/perl/dcui.pm @@ -0,0 +1,10 @@ +package Dolcon::UI; + +use Carp; + +require Exporter; +require DynaLoader; +@ISA = qw(Exporter DynaLoader); + +$VERSION = "0.1"; +