This repository was archived by the owner on Jan 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments