X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl%2FMakefile.PL;h=98f93d838cdc4344ef4665c20d84a08b1be9f2c2;hb=b525c9c88c988fa45593700d9a4846faa388922a;hp=5525dd0172c75e8bc452312901d3a7c663cbf9ea;hpb=310851e96b05849a8d942ebac4378713806f4430;p=liboping.git diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL index 5525dd0..98f93d8 100644 --- a/bindings/perl/Makefile.PL +++ b/bindings/perl/Makefile.PL @@ -123,7 +123,7 @@ WriteMakefile( PREREQ_PM => {}, ($] >= 5.005 ? (ABSTRACT_FROM => 'lib/Net/Oping.pm', - AUTHOR => 'Florian Forster ') + AUTHOR => 'Florian Forster ') : ()), ($OPING_DEPEND ? (depend => $OPING_DEPEND) : ()), LIBS => [$OPING_LIBS],