diff options
author | ville <ville@localhost> | 2010-03-08 20:10:19 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-03-08 20:10:19 +0000 |
commit | 898d37bb660c71b3c61733762aec4997627f3ef8 (patch) | |
tree | a734f827f4f53372268cfafcda7c21e06b342cf8 | |
parent | 953f0f365fd63082dcec010262aeece1175430f8 (diff) | |
download | markup-validator-898d37bb660c71b3c61733762aec4997627f3ef8.zip markup-validator-898d37bb660c71b3c61733762aec4997627f3ef8.tar.gz markup-validator-898d37bb660c71b3c61733762aec4997627f3ef8.tar.bz2 |
Add more module metadata.
-rw-r--r-- | misc/bundle/Makefile.PL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 4923063..ee4bd7a 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -43,6 +43,16 @@ WriteMakefile( "Encode::JIS2K" => 0, "HTML::Tidy" => 0, }, + META_MERGE => { + resources => { + homepage => 'http://validator.w3.org/', + bugtracker => 'http://www.w3.org/Bugs/Public/', + repository => 'http://dev.w3.org/cvsweb/validator/', + MailingList => + 'http://lists.w3.org/Archives/Public/www-validator/', + }, + + }, depend => {distdir => 'ChangeLog'}, dist => {TARFLAGS => '--owner=0 --group=0 -cvf'}, clean => { |