summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-08 17:18:56 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-08 17:21:33 -0400
commit3e4a621b8dbe1a03d3bfc8c8cac349112d987b7c (patch)
tree32e477ba1b0eecd7770639bf2b4e4df008c81e76
parent2185e840feeeb0e309cb5db28ebc1a32197f4701 (diff)
downloaddist-checkconflicts-3e4a621b8dbe1a03d3bfc8c8cac349112d987b7c.tar.gz
dist-checkconflicts-3e4a621b8dbe1a03d3bfc8c8cac349112d987b7c.zip
packaging stuff
-rw-r--r--dist.ini6
-rw-r--r--lib/Dist/CheckConflicts.pm8
2 files changed, 9 insertions, 5 deletions
diff --git a/dist.ini b/dist.ini
index b4bd509..63c8bec 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = Dist-CheckConflicts
-author = Jesse Luehrs <doy at tozt dot net>
+author = Jesse Luehrs <doy@tozt.net>
license = Perl_5
copyright_holder = Jesse Luehrs
@@ -7,6 +7,10 @@ copyright_holder = Jesse Luehrs
:version = 0.08
dist = Dist-CheckConflicts
repository = github
+bugtracker_web = https://github.com/doy/dist-checkconflicts/issues
+bugtracker_mailto =
[AutoPrereqs]
skip = ^(?:Foo|Bar|Baz)(?:$|::)
+
+[ContributorsFromGit]
diff --git a/lib/Dist/CheckConflicts.pm b/lib/Dist/CheckConflicts.pm
index c907355..b1c78ef 100644
--- a/lib/Dist/CheckConflicts.pm
+++ b/lib/Dist/CheckConflicts.pm
@@ -313,14 +313,14 @@ You can also look for information at:
L<https://metacpan.org/release/Dist-CheckConflicts>
-=item * RT: CPAN's request tracker
-
-L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-CheckConflicts>
-
=item * Github
L<https://github.com/doy/dist-checkconflicts>
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-CheckConflicts>
+
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Dist-CheckConflicts>