X-Git-Url: http://git.shiar.nl/perl/plp/.git/blobdiff_plain/5ab467e41cb66512bdd8ddbb9b3f0504aed448da..0daff7b8f9f15f54cfd2af57e4c8f868db199dda:/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL index bfbd826..6d31f93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,5 +7,5 @@ WriteMakefile( 'PREREQ_PM' => { }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'PLP.pm', # retrieve abstract from module - AUTHOR => 'Juerd ') : ()), + AUTHOR => 'Mischa POSLAWSKY ') : ()), );