Skip to content

Commit

Permalink
#29 Add author & absrtract to Makefile.PL & meta.*
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 10, 2024
1 parent 6c0ab33 commit 0d4b451
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"abstract" : "unknown",
"abstract" : "Perl interface to zlib/zlib-ng compression libraries",
"author" : [
"unknown"
"Paul Marquess <pmqs@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150005",
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
abstract: unknown
abstract: Perl interface to zlib/zlib-ng compression libraries
author:
- unknown
- Paul Marquess <pmqs@cpan.org>
build_requires:
ExtUtils::MakeMaker: '0'
configure_requires:
Expand Down
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pmqs@cpan.org>',
depend => { Makefile => 'config.in',
manifypods => 'READMEmd'
},
Expand Down

0 comments on commit 0d4b451

Please sign in to comment.