Description: fix output of README.pod as parsed by perl POD::Simple::HTML
 in order to get #___top href, the field index should be set.
Origin: vendor
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2014-03-28

--- a/test/markups/README.pod.html
+++ b/test/markups/README.pod.html
@@ -1,10 +1,10 @@
 <a name='___top' class='dummyTopAnchor' ></a>
 
-<h1><a class='u' href='#___top' title='click to go to top of document'
+<h1><a class='u'
 name="Matrixy"
 >Matrixy</a></h1>
 
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
 name="INTRODUCTION"
 >INTRODUCTION</a></h2>
 
@@ -12,7 +12,7 @@
 See the ROADMAP file for more information on the status of this project,
 and what else needs to be done.</p>
 
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
 name="ABOUT"
 >ABOUT</a></h2>
 
@@ -22,7 +22,7 @@
 <p>=item* Create a working compiler that understands the majority of the MATLAB/Octave programming language.</p>
 </blockquote>
 
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
 name="IMPLEMENTATION"
 >IMPLEMENTATION</a></h2>
 
@@ -51,13 +51,13 @@
 or mostly M with some inline PIR code in <code>toolbox/</code>.</p>
 </blockquote>
 
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
 name="DEPENDENCIES"
 >DEPENDENCIES</a></h2>
 
 <p>Matrixy depends on these dependencies:</p>
 
-<h3><a class='u' href='#___top' title='click to go to top of document'
+<h3><a class='u'
 name="Parrot"
 >Parrot</a></h3>
 
@@ -69,13 +69,13 @@
     perl Configure.pl
     make &#38;&#38; make test &#38;&#38; make install-dev</pre>
 
-<h3><a class='u' href='#___top' title='click to go to top of document'
+<h3><a class='u'
 name="Parrot-Linear-Algebra"
 >Parrot-Linear-Algebra</a></h3>
 
 <p>The linear algebra package for Parrot is available separately and provides functionality required by Matrixy. This includes matrix data types and matrix manipulation libraries</p>
 
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
 name="BUILDING"
 >BUILDING</a></h2>
 
@@ -84,7 +84,7 @@
 <pre>    perl Configure.pl
     nmake test</pre>
 
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
 name="TODO"
 >TODO</a></h2>
 
@@ -92,17 +92,16 @@
     * Standard Builtins
     * Test against Octave Test Suite.</pre>
 
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
 name="BUGS"
 >BUGS</a></h2>
 
 <p>Lots!</p>
 
-<h2><a class='u' href='#___top' title='click to go to top of document'
+<h2><a class='u'
 name="CONTACT"
 >CONTACT</a></h2>
 
 <p>If you need to contact the Matrixy team, go to the project home page at:</p>
 
-<p>www.github.com\Whiteknight\matrixy</p>
-
+<p>www.github.com\Whiteknight\matrixy</p>
\ No newline at end of file
