[Rt-commit] rt branch, 4.0/static-docs, updated. rt-4.0.6-330-gb3e067c

Thomas Sibley trs at bestpractical.com
Wed Sep 12 15:39:13 EDT 2012


The branch, 4.0/static-docs has been updated
       via  b3e067c199bfc15239936521f18c28760caa7193 (commit)
      from  7b7e7566576c8db7828b0b658da4aad99fce75a4 (commit)

Summary of changes:
 lib/RT/Pod/HTML.pm           | 1 +
 sbin/rt-test-dependencies.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit b3e067c199bfc15239936521f18c28760caa7193
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Sep 12 12:35:35 2012 -0700

    Anchor POD =item elements for greater linkability

diff --git a/lib/RT/Pod/HTML.pm b/lib/RT/Pod/HTML.pm
index 7fe2ae0..8ddce42 100644
--- a/lib/RT/Pod/HTML.pm
+++ b/lib/RT/Pod/HTML.pm
@@ -7,6 +7,7 @@ use base 'Pod::Simple::XHTML';
 sub new {
     my $self = shift->SUPER::new(@_);
     $self->index(1);
+    $self->anchor_items(1);
     return $self;
 }
 
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index abb1049..bd753bb 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -361,7 +361,7 @@ Convert::Color
 .
 
 $deps{'HTML-DOC'} = [ text_to_hash( <<'.') ];
-Pod::Simple 3.07
+Pod::Simple 3.17
 HTML::Entities
 .
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list