diff --git a/META.json b/META.json index 4429990..59cc35c 100644 --- a/META.json +++ b/META.json @@ -1,7 +1,7 @@ { - "abstract" : "unknown", + "abstract" : "Perl interface to zlib/zlib-ng compression libraries", "author" : [ - "unknown" + "Paul Marquess " ], "dynamic_config" : 1, "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150005", diff --git a/META.yml b/META.yml index 945f45f..3c9bf8e 100644 --- a/META.yml +++ b/META.yml @@ -1,7 +1,7 @@ --- -abstract: unknown +abstract: Perl interface to zlib/zlib-ng compression libraries author: - - unknown + - Paul Marquess build_requires: ExtUtils::MakeMaker: '0' configure_requires: diff --git a/Makefile.PL b/Makefile.PL index 2b10d52..491906b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -106,7 +106,8 @@ my %WriteMakefileArgs = ( XS => { 'Zlib.xs' => 'Zlib.c'}, OPTIMIZE => $OPTIMIZE, LICENSE => 'perl', - + ABSTRACT => 'Perl interface to zlib/zlib-ng compression libraries', + AUTHOR => 'Paul Marquess ', depend => { Makefile => 'config.in', manifypods => 'READMEmd' },