mirror of
https://codeberg.org/scip/leo.git
synced 2025-12-16 20:21:03 +01:00
after more than 10 years finally move the code to github :)
This commit is contained in:
18
Makefile.PL
Normal file
18
Makefile.PL
Normal 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
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user