after more than 10 years finally move the code to github :)

This commit is contained in:
git@daemon.de
2014-02-06 09:23:53 +01:00
parent 5cb6b2420e
commit 15d151f58a
8 changed files with 1479 additions and 4 deletions

18
Makefile.PL Normal file
View File

@@ -0,0 +1,18 @@
#
# made for WWW::Dict::Leo::Org 1.33 and up
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'WWW::Dict::Leo::Org',
'VERSION_FROM' => 'Org.pm',
'EXE_FILES' => [ 'leo' ],
'clean' => { FILES => '*~' },
'EXCLUDE_EXT' => [ qw(README) ],
'PREREQ_PM' => { 'Carp::Heavy' => 0,
'IO::Socket' => 0,
'MIME::Base64' => 0,
'HTML::TableParser' => 0
}
);