initial commit [141.14.140.180,mike]

This commit is contained in:
2026-08-10 16:12:09 +02:00
commit c534ea1c79
66 changed files with 9244 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'mwx',
'VERSION_FROM' => 'mwx.pm', # finds $VERSION
'PREREQ_PM' => { Net::SMTP => 0,
MD5 => 0,
Net::NIS => 0,
Math::BigInt => 0,
Time::HiRes => 0,
Term::ReadKey => 0},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'mwx.pm', # retrieve abstract from module
AUTHOR => 'M.Wesemann <mwx@gmx.de>') : ()),
);