From: fredrik Date: Wed, 22 Nov 2006 15:56:50 +0000 (+0000) Subject: Delete perl directory. X-Git-Tag: 0.3~167 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=77afea7ba80413540c8e84eec70adc73b1e1c18a Delete perl directory. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@756 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/lib/perl/Makefile.PL b/lib/perl/Makefile.PL deleted file mode 100644 index d904dc6..0000000 --- a/lib/perl/Makefile.PL +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 8da730e..0000000 --- a/lib/perl/dcui.pm +++ /dev/null @@ -1,10 +0,0 @@ -package Dolcon::UI; - -use Carp; - -require Exporter; -require DynaLoader; -@ISA = qw(Exporter DynaLoader); - -$VERSION = "0.1"; -