Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit e2a92de

Browse files
committed
update Makefile.PL for CPAN dist
Signed-off-by: Ji-Hyeon Gim <potatogim@potatogim.net>
1 parent d9795ab commit e2a92de

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Makefile.PL

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ WriteMakefile(
88
AUTHOR => 'Ji-Hyeon Gim <potatogim@gluesys.com>',
99
VERSION_FROM => 'lib/GlusterFS/GFAPI/FFI.pm',
1010
ABSTRACT_FROM => 'lib/GlusterFS/GFAPI/FFI.pm',
11-
LICENSE => 'unknown',
1211
CONFIGURE_REQUIRES => {
1312
'ExtUtils::MakeMaker' => 0,
1413
},
@@ -51,10 +50,6 @@ WriteMakefile(
5150
'Test::Exception' => 0.43,
5251
},
5352
PL_FILES => {},
54-
dist => {
55-
COMPRESS => 'gzip -9f',
56-
SUFFIX => 'gz',
57-
},
5853
clean => {
5954
FILES => 'GlusterFS-GFAPI-FFI-*',
6055
},
@@ -65,7 +60,11 @@ WriteMakefile(
6560
eval { ExtUtils::MakeMaker->VERSION(6.46) }
6661
? (
6762
META_MERGE => {
63+
homepage => 'https://github.com/gluster/libgfapi-perl',
6864
'meta-spec' => { version => 2 },
65+
bugtracker => {
66+
web => 'https://github.com/gluster/libgfapi-perl/issues',
67+
},
6968
resources => {
7069
type => 'git',
7170
url => 'https://github.com/gluster/libgfapi-perl.git',

0 commit comments

Comments
 (0)