summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes6
-rw-r--r--share/templates/thread.tmpl4
-rw-r--r--t/data/ansicolor/output/thread2
-rw-r--r--t/data/docknot/output/thread2
4 files changed, 14 insertions, 0 deletions
diff --git a/Changes b/Changes
index e712ec0..9c9edf8 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
User-Visible DocKnot Changes
+DocKnot 2.01 (unreleased)
+
+ Add bug tracker links pointing to the CPAN RT installation to the
+ developer documentation links section of the thread template if
+ support.cpan is set.
+
DocKnot 2.00 (2019-01-12)
Move previous docknot command functionality to a new docknot generate
diff --git a/share/templates/thread.tmpl b/share/templates/thread.tmpl
index fc69ea9..3eafa5f 100644
--- a/share/templates/thread.tmpl
+++ b/share/templates/thread.tmpl
@@ -157,6 +157,8 @@ also \link[[% vcs.browse %]][browse the current development source].
\doc[https://github.com/[% vcs.github %]]
[GitHub][% END %][% IF support.github %]
\doc[https://github.com/[% support.github %]/issues]
+ [Bug tracker][% ELSIF support.cpan %]
+ \doc[https://rt.cpan.org/Dist/Display.html?Name=[% support.cpan %]]
[Bug tracker][% END %][% IF vcs.travis %]
\doc[https://travis-ci.org/[% vcs.travis %]]
[Travis-CI][% END %][% IF vcs.openhub %]
@@ -200,6 +202,8 @@ Developer documentation:
\doc[https://github.com/[% vcs.github %]]
[GitHub][% END %][% IF support.github %]
\doc[https://github.com/[% support.github %]/issues]
+ [Bug tracker][% ELSIF support.cpan %]
+\doc[https://rt.cpan.org/Dist/Display.html?Name=[% support.cpan %]]
[Bug tracker][% END %][% IF vcs.travis %]
\doc[https://travis-ci.org/[% vcs.travis %]]
[Travis-CI][% END %][% IF vcs.openhub %]
diff --git a/t/data/ansicolor/output/thread b/t/data/ansicolor/output/thread
index 09bb42f..47ebb62 100644
--- a/t/data/ansicolor/output/thread
+++ b/t/data/ansicolor/output/thread
@@ -160,6 +160,8 @@ Developer documentation:
\doc[todo.html][To-do list]
\doc[https://github.com/rra/ansicolor]
[GitHub]
+\doc[https://rt.cpan.org/Dist/Display.html?Name=Term-ANSIColor]
+ [Bug tracker]
\h2[License]
diff --git a/t/data/docknot/output/thread b/t/data/docknot/output/thread
index d0d4b2b..ae2bae5 100644
--- a/t/data/docknot/output/thread
+++ b/t/data/docknot/output/thread
@@ -149,6 +149,8 @@ Developer documentation:
\doc[todo.html][To-do list]
\doc[https://github.com/rra/docknot]
[GitHub]
+\doc[https://rt.cpan.org/Dist/Display.html?Name=App-DocKnot]
+ [Bug tracker]
\doc[https://travis-ci.org/rra/docknot]
[Travis-CI]