Added the CPAN distribution metadata to Makefile.PL and Build.PL.
This commit is contained in:
parent
c4e5183b57
commit
aa51ef5e2b
15
Build.PL
15
Build.PL
@ -17,6 +17,21 @@ my $build = Module::Build->new(
|
|||||||
"perl" => "5.8.0",
|
"perl" => "5.8.0",
|
||||||
},
|
},
|
||||||
add_to_cleanup => [ "t/test_native.po", "t/locale/en/LC_MESSAGES/test_native.mo" ],
|
add_to_cleanup => [ "t/test_native.po", "t/locale/en/LC_MESSAGES/test_native.mo" ],
|
||||||
|
|
||||||
|
meta_merge => {
|
||||||
|
"meta-spec" => { version => 2 },
|
||||||
|
resources => {
|
||||||
|
homepage => "https://metacpan.org/release/Locale-Maketext-Gettext",
|
||||||
|
repository => {
|
||||||
|
type => "git",
|
||||||
|
url => "git://github.com/imacat/Locale-Maketext-Gettext.git",
|
||||||
|
web => "https://github.com/imacat/Locale-Maketext-Gettext",
|
||||||
|
},
|
||||||
|
bugtracker => {
|
||||||
|
"web" => "https://github.com/imacat/Locale-Maketext-Gettext/issues"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
$build->create_build_script;
|
$build->create_build_script;
|
||||||
|
15
Makefile.PL
15
Makefile.PL
@ -21,6 +21,21 @@ WriteMakefile(
|
|||||||
clean => {
|
clean => {
|
||||||
FILES => "t/test_native.po t/locale/en/LC_MESSAGES/test_native.mo",
|
FILES => "t/test_native.po t/locale/en/LC_MESSAGES/test_native.mo",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
META_MERGE => {
|
||||||
|
"meta-spec" => { version => 2 },
|
||||||
|
resources => {
|
||||||
|
homepage => "https://metacpan.org/release/Locale-Maketext-Gettext",
|
||||||
|
repository => {
|
||||||
|
type => "git",
|
||||||
|
url => "git://github.com/imacat/Locale-Maketext-Gettext.git",
|
||||||
|
web => "https://github.com/imacat/Locale-Maketext-Gettext",
|
||||||
|
},
|
||||||
|
bugtracker => {
|
||||||
|
"web" => "https://github.com/imacat/Locale-Maketext-Gettext/issues"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
__END__
|
__END__
|
||||||
|
Loading…
Reference in New Issue
Block a user