r60822 - in /trunk/libpod-xhtml-perl: Changes MANIFEST META.yml README debian/changelog debian/control debian/patches/ lib/Pod/Xhtml.pm t/FH.xhtml t/Pod_Hyperlink_BounceURL.t t/a.xhtml t/d.new.uriescape.xhtml

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Jul 29 06:35:52 UTC 2010


Author: ansgar-guest
Date: Thu Jul 29 06:35:25 2010
New Revision: 60822

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60822
Log:
* New upstream release.
* Drop patch uri_escape.patch: test case fixed upstream.
* Bump Standards-Version to 3.9.1.
* Add myself to Uploaders.

Added:
    trunk/libpod-xhtml-perl/t/d.new.uriescape.xhtml
      - copied unchanged from r60820, branches/upstream/libpod-xhtml-perl/current/t/d.new.uriescape.xhtml
Removed:
    trunk/libpod-xhtml-perl/debian/patches/
Modified:
    trunk/libpod-xhtml-perl/Changes
    trunk/libpod-xhtml-perl/MANIFEST
    trunk/libpod-xhtml-perl/META.yml
    trunk/libpod-xhtml-perl/README
    trunk/libpod-xhtml-perl/debian/changelog
    trunk/libpod-xhtml-perl/debian/control
    trunk/libpod-xhtml-perl/lib/Pod/Xhtml.pm
    trunk/libpod-xhtml-perl/t/FH.xhtml
    trunk/libpod-xhtml-perl/t/Pod_Hyperlink_BounceURL.t
    trunk/libpod-xhtml-perl/t/a.xhtml

Modified: trunk/libpod-xhtml-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/Changes?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/Changes (original)
+++ trunk/libpod-xhtml-perl/Changes Thu Jul 29 06:35:25 2010
@@ -1,3 +1,7 @@
+Wed Jul 28 18:17:36 2010 - 1.60
+    Index entries e.g. X<Topic> should not be rendered
+    Check for both old and new URI::Escape behaviour (RT #56324)
+
 Fri Sep 21 16:43:17 2007 - 1.59
     honour xhtml content from =begin -> =end blocks, and =for lines
 

Modified: trunk/libpod-xhtml-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/MANIFEST?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/MANIFEST (original)
+++ trunk/libpod-xhtml-perl/MANIFEST Thu Jul 29 06:35:25 2010
@@ -18,6 +18,7 @@
 t/c.xhtml
 t/d.pod
 t/d.xhtml
+t/d.new.uriescape.xhtml
 t/e.pod
 t/e.xhtml
 t/02links.t

Modified: trunk/libpod-xhtml-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/META.yml?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/META.yml (original)
+++ trunk/libpod-xhtml-perl/META.yml Thu Jul 29 06:35:25 2010
@@ -1,14 +1,25 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Pod-Xhtml
-version:      1.59
-version_from: lib/Pod/Xhtml.pm
-installdirs:  site
+--- #YAML:1.0
+name:               Pod-Xhtml
+version:            1.60
+abstract:           Generate well-formed XHTML documents from POD format documentation
+author:
+    - British Broadcasting Corporation
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
-    Pod::Parser:                   0
-    Pod::ParseUtils:               0
+    Pod::Parser:          0
+    Pod::ParseUtils:      0
     Test::Assertions::TestScript:  0
-    Test::More:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+    Test::More:           0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libpod-xhtml-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/README?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/README (original)
+++ trunk/libpod-xhtml-perl/README Thu Jul 29 06:35:25 2010
@@ -1,4 +1,4 @@
-Pod::Xhtml v1.59
+Pod::Xhtml v1.60
 
 (c) BBC 2004. This program is free software; you can redistribute it and/or
 modify it under the GNU GPL.

Modified: trunk/libpod-xhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/changelog?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/changelog (original)
+++ trunk/libpod-xhtml-perl/debian/changelog Thu Jul 29 06:35:25 2010
@@ -1,3 +1,12 @@
+libpod-xhtml-perl (1.60-1) unstable; urgency=low
+
+  * New upstream release.
+  * Drop patch uri_escape.patch: test case fixed upstream.
+  * Bump Standards-Version to 3.9.1.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 29 Jul 2010 15:33:06 +0900
+
 libpod-xhtml-perl (1.59-3) unstable; urgency=low
 
   [ Rene Mayorga ]

Modified: trunk/libpod-xhtml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/control?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/control (original)
+++ trunk/libpod-xhtml-perl/debian/control Thu Jul 29 06:35:25 2010
@@ -7,8 +7,9 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, 
  gregor herrmann <gregoa at debian.org>,
- Rene Mayorga <rmayorga at debian.org>
-Standards-Version: 3.8.4
+ Rene Mayorga <rmayorga at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-xhtml-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-xhtml-perl/
 Homepage: http://search.cpan.org/dist/Pod-Xhtml/

Modified: trunk/libpod-xhtml-perl/lib/Pod/Xhtml.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/lib/Pod/Xhtml.pm?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/lib/Pod/Xhtml.pm (original)
+++ trunk/libpod-xhtml-perl/lib/Pod/Xhtml.pm Thu Jul 29 06:35:25 2010
@@ -1,4 +1,4 @@
-# $Id: Xhtml.pm,v 1.59 2007/08/02 12:24:15 andreww Exp $
+# $Id: Xhtml.pm,v 1.60 2007/12/21 10:52:27 andreww Exp $
 package Pod::Xhtml;
 
 use strict;
@@ -12,7 +12,7 @@
 $ContentSuffix = "-CONTENT";
 
 @ISA = qw(Pod::Parser);
-($VERSION) = ('$Revision: 1.59 $' =~ m/([\d\.]+)/);
+($VERSION) = ('$Revision: 1.60 $' =~ m/([\d\.]+)/);
 
 # recognized commands
 %COMMANDS = map { $_ => 1 } qw(pod head1 head2 head3 head4 item over back for begin end);
@@ -695,8 +695,7 @@
 sub seqX {
 	my $self = shift;
 	my $arg = shift;
-	my $anchor = $self->_addSection( 'head1', $arg );
-	return qq[<span id="$anchor">$arg</span>];
+	return qq[];
 }
 
 sub seqE {

Modified: trunk/libpod-xhtml-perl/t/FH.xhtml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/t/FH.xhtml?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/t/FH.xhtml (original)
+++ trunk/libpod-xhtml-perl/t/FH.xhtml Thu Jul 29 06:35:25 2010
@@ -6,7 +6,6 @@
 <ul><li><a href="#NAME">NAME</a></li>
 <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
 <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
-<li><a href="#Sed_diam_nomumny">Sed diam nomumny</a></li>
 <li><a href="#METHODS">METHODS</a>
 <ul><li><a href="#TOP-2">TOP</a></li>
 <li><a href="#EXAMPLE">EXAMPLE</a></li>
@@ -47,7 +46,7 @@
 This is a module to translate POD to Xhtml. <a href="#Lorem">The Lorem entry</a> ipsum dolor sit amet
 consectueur adipscing elit. Sed diam nomumny.
 This is a module to translate <cite>POD</cite> to Xhtml. <strong>Lorem</strong> ipsum <i>dolor</i> sit amet
-<code>consectueur adipscing</code> elit. <span id="Sed_diam_nomumny">Sed diam nomumny</span>.
+<code>consectueur adipscing</code> elit. .
 This is a module to translate POD to Xhtml. See <a href="#Lorem">Lorem</a> ipsum dolor sit amet
 consectueur adipscing elit. Sed diam <cite>nomumny</cite>. <a href="http://foo.bar/baz/">http://foo.bar/baz/</a></p>
 

Modified: trunk/libpod-xhtml-perl/t/Pod_Hyperlink_BounceURL.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/t/Pod_Hyperlink_BounceURL.t?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/t/Pod_Hyperlink_BounceURL.t (original)
+++ trunk/libpod-xhtml-perl/t/Pod_Hyperlink_BounceURL.t Thu Jul 29 06:35:25 2010
@@ -1,5 +1,5 @@
 #!/usr/local/bin/perl
-# $Revision: 1.3 $
+# $Revision: 1.4 $
 
 use strict;
 use Test::Assertions::TestScript;
@@ -7,8 +7,6 @@
 use Pod::Xhtml;
 
 ASSERT($Pod::Hyperlink::BounceURL::VERSION, "Loaded $Pod::Hyperlink::BounceURL::VERSION");
-
-my $canned = 'd.xhtml';
 
 my $lp = new Pod::Hyperlink::BounceURL;
 $lp->configure( URL => '/apps/trampoline.rb?p=%s&n=%s&s=1' );
@@ -25,4 +23,11 @@
 $xhtml =~ s!</html>.*!!s;
 DUMP("Made this XHTML >>>$xhtml<<<");
 
-ASSERT(EQUALS_FILE($xhtml, $canned), "Generated XHTML matched expected XHTML");
+# Newer versions of URI::Escape escape more than what older versions did.
+# Check to see if either baseline matches.  We don't care which since they are 
+# functionally equivalent bits of XHTML.
+my $match = "";
+foreach my $f (qw/d.xhtml d.new.uriescape.xhtml/) {
+    $match = $f if(EQUALS_FILE($xhtml, $f));
+}
+ASSERT($match, "Generated XHTML matched expected XHTML ($match)");

Modified: trunk/libpod-xhtml-perl/t/a.xhtml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/t/a.xhtml?rev=60822&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/t/a.xhtml (original)
+++ trunk/libpod-xhtml-perl/t/a.xhtml Thu Jul 29 06:35:25 2010
@@ -6,7 +6,6 @@
 <ul><li><a href="#NAME">NAME</a></li>
 <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
 <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
-<li><a href="#Sed_diam_nomumny">Sed diam nomumny</a></li>
 <li><a href="#METHODS">METHODS</a>
 <ul><li><a href="#TOP-2">TOP</a></li>
 <li><a href="#EXAMPLE">EXAMPLE</a></li>
@@ -47,7 +46,7 @@
 This is a module to translate POD to Xhtml. <a href="#Lorem">The Lorem entry</a> ipsum dolor sit amet
 consectueur adipscing elit. Sed diam nomumny.
 This is a module to translate <cite>POD</cite> to Xhtml. <strong>Lorem</strong> ipsum <i>dolor</i> sit amet
-<code>consectueur adipscing</code> elit. <span id="Sed_diam_nomumny">Sed diam nomumny</span>.
+<code>consectueur adipscing</code> elit. .
 This is a module to translate POD to Xhtml. See <a href="#Lorem">Lorem</a> ipsum dolor sit amet
 consectueur adipscing elit. Sed diam <cite>nomumny</cite>. <a href="http://foo.bar/baz/">http://foo.bar/baz/</a></p>
 




More information about the Pkg-perl-cvs-commits mailing list