r77566 - in /trunk/libxml-feed-perl: ./ debian/ lib/XML/ lib/XML/Feed/ lib/XML/Feed/Format/ t/ t/samples/

periapt at users.alioth.debian.org periapt at users.alioth.debian.org
Sun Jul 17 14:37:51 UTC 2011


Author: periapt
Date: Sun Jul 17 14:37:42 2011
New Revision: 77566

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77566
Log:
New upstream release

Added:
    trunk/libxml-feed-perl/Build.PL
      - copied unchanged from r77565, branches/upstream/libxml-feed-perl/current/Build.PL
    trunk/libxml-feed-perl/META.json
      - copied unchanged from r77565, branches/upstream/libxml-feed-perl/current/META.json
    trunk/libxml-feed-perl/t/15-odd-date.t
      - copied unchanged from r77565, branches/upstream/libxml-feed-perl/current/t/15-odd-date.t
    trunk/libxml-feed-perl/t/17-double.t
      - copied unchanged from r77565, branches/upstream/libxml-feed-perl/current/t/17-double.t
    trunk/libxml-feed-perl/t/18-double2.t
      - copied unchanged from r77565, branches/upstream/libxml-feed-perl/current/t/18-double2.t
    trunk/libxml-feed-perl/t/samples/rss10-double.xml
      - copied unchanged from r77565, branches/upstream/libxml-feed-perl/current/t/samples/rss10-double.xml
    trunk/libxml-feed-perl/t/samples/rss10-odd-date.xml
      - copied unchanged from r77565, branches/upstream/libxml-feed-perl/current/t/samples/rss10-odd-date.xml
    trunk/libxml-feed-perl/t/samples/rss20-double.xml
      - copied unchanged from r77565, branches/upstream/libxml-feed-perl/current/t/samples/rss20-double.xml
Modified:
    trunk/libxml-feed-perl/Changes
    trunk/libxml-feed-perl/MANIFEST
    trunk/libxml-feed-perl/MANIFEST.SKIP
    trunk/libxml-feed-perl/META.yml
    trunk/libxml-feed-perl/Makefile.PL
    trunk/libxml-feed-perl/README
    trunk/libxml-feed-perl/debian/changelog
    trunk/libxml-feed-perl/lib/XML/Feed.pm
    trunk/libxml-feed-perl/lib/XML/Feed/Content.pm
    trunk/libxml-feed-perl/lib/XML/Feed/Entry.pm
    trunk/libxml-feed-perl/lib/XML/Feed/Format/Atom.pm
    trunk/libxml-feed-perl/lib/XML/Feed/Format/RSS.pm
    trunk/libxml-feed-perl/t/00-compile.t
    trunk/libxml-feed-perl/t/01-parse.t
    trunk/libxml-feed-perl/t/02-create.t
    trunk/libxml-feed-perl/t/04-splice-atom.t
    trunk/libxml-feed-perl/t/04-splice-rss.t
    trunk/libxml-feed-perl/t/08-convert-summary-bug.t
    trunk/libxml-feed-perl/t/10-mix-and-match.t
    trunk/libxml-feed-perl/t/11-xml-base-atom.t
    trunk/libxml-feed-perl/t/11-xml-base-rss.t

Modified: trunk/libxml-feed-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/Changes?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/Changes (original)
+++ trunk/libxml-feed-perl/Changes Sun Jul 17 14:37:42 2011
@@ -1,10 +1,17 @@
-# $Id: Changes 150 2009-05-07 00:47:58Z swistow $
+# $Id$
 
 Revision history for XML::Feed
 
+0.44
+    - Fix problem with HTML escaping in conversion
+      https://rt.cpan.org/Public/Bug/Display.html?id=44899
+      (Dave Cross & Shlomi Fish)
+
 0.43  
     - Add optional multi enclosure support
-
+    - Fix buglet with odd date terms
+      https://rt.cpan.org/Ticket/Display.html?id=46494
+      (Joey Hess)
 0.42
     - Fix conversion of multi value fields
       http://rt.cpan.org/Ticket/Display.html?id=41794 

Modified: trunk/libxml-feed-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/MANIFEST?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/MANIFEST (original)
+++ trunk/libxml-feed-perl/MANIFEST Sun Jul 17 14:37:42 2011
@@ -1,12 +1,13 @@
+Build.PL
 Changes
-lib/XML/Feed.pm
 lib/XML/Feed/Content.pm
 lib/XML/Feed/Enclosure.pm
 lib/XML/Feed/Entry.pm
 lib/XML/Feed/Format/Atom.pm
 lib/XML/Feed/Format/RSS.pm
+lib/XML/Feed.pm
+MANIFEST.SKIP
 MANIFEST			This list of files
-MANIFEST.SKIP
 META.yml
 README
 t/00-compile.t
@@ -23,12 +24,15 @@
 t/11-xml-base-atom.t
 t/11-xml-base-rss.t
 t/12-multi-categories-atom.t
+t/12-multi-categories.base
 t/12-multi-categories-rss.t
-t/12-multi-categories.base
 t/12-multi-subjects-rss.t
 t/13-category-hash-bug.t
 t/14-enclosures.t
 t/14-multi-enclosures.t
+t/15-odd-date.t
+t/17-double.t
+t/18-double2.t
 t/pod-coverage.t
 t/pod.t
 t/samples/atom-10-example.xml
@@ -39,13 +43,16 @@
 t/samples/atom.xml
 t/samples/base_atom.xml
 t/samples/base_rss.xml
-t/samples/category-bug.xml
-t/samples/rss-multiple-categories.xml
-t/samples/rss-multiple-subjects.xml
+t/samples/rss10-double.xml
 t/samples/rss10-invalid-date.xml
+t/samples/rss10-odd-date.xml
 t/samples/rss10.xml
+t/samples/rss20-double.xml
 t/samples/rss20-enclosure.xml
 t/samples/rss20-multi-enclosure.xml
 t/samples/rss20-no-summary.xml
 t/samples/rss20.xml
+t/samples/rss-multiple-categories.xml
+t/samples/rss-multiple-subjects.xml
 Makefile.PL
+META.json

Modified: trunk/libxml-feed-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/MANIFEST.SKIP?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/MANIFEST.SKIP (original)
+++ trunk/libxml-feed-perl/MANIFEST.SKIP Sun Jul 17 14:37:42 2011
@@ -5,3 +5,4 @@
 Build
 blib
 Makefile
+^MYMETA.yml$

Modified: trunk/libxml-feed-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/META.yml?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/META.yml (original)
+++ trunk/libxml-feed-perl/META.yml Sun Jul 17 14:37:42 2011
@@ -1,45 +1,58 @@
 ---
+abstract: 'XML Syndication Feed Support'
+author:
+  - unknown
+build_requires: {}
+configure_requires:
+  Module::Build: 0.38
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.110930'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
 name: XML-Feed
-version: 0.43
-author: []
-abstract: XML Syndication Feed Support
-license: perl
-resources:
-  license: http://dev.perl.org/licenses/
+provides:
+  XML::Feed:
+    file: lib/XML/Feed.pm
+    version: 0.44
+  XML::Feed::Content:
+    file: lib/XML/Feed/Content.pm
+    version: 0
+  XML::Feed::Enclosure:
+    file: lib/XML/Feed/Enclosure.pm
+    version: 0
+  XML::Feed::Entry:
+    file: lib/XML/Feed/Entry.pm
+    version: 0
+  XML::Feed::Entry::Format::Atom:
+    file: lib/XML/Feed/Format/Atom.pm
+    version: 0
+  XML::Feed::Entry::Format::RSS:
+    file: lib/XML/Feed/Format/RSS.pm
+    version: 0
+  XML::Feed::Format::Atom:
+    file: lib/XML/Feed/Format/Atom.pm
+    version: 0
+  XML::Feed::Format::RSS:
+    file: lib/XML/Feed/Format/RSS.pm
+    version: 0
 requires:
   Class::ErrorHandler: 0
   DateTime: 0
   DateTime::Format::Mail: 0
   DateTime::Format::W3CDTF: 0
   Feed::Find: 0
+  HTML::Entities: 0
   HTML::TokeParser: 0
   LWP::UserAgent: 0
   List::Util: 0
   Module::Pluggable: 0
   Test::More: 0
   URI::Fetch: 0
-  XML::Atom: 0.32
+  XML::Atom: 0.37
   XML::LibXML: 1.66
-  XML::RSS: 1.44
-provides:
-  XML::Feed:
-    file: lib/XML/Feed.pm
-    version: 0.43
-  XML::Feed::Content:
-    file: lib/XML/Feed/Content.pm
-  XML::Feed::Enclosure:
-    file: lib/XML/Feed/Enclosure.pm
-  XML::Feed::Entry:
-    file: lib/XML/Feed/Entry.pm
-  XML::Feed::Entry::Format::Atom:
-    file: lib/XML/Feed/Format/Atom.pm
-  XML::Feed::Entry::Format::RSS:
-    file: lib/XML/Feed/Format/RSS.pm
-  XML::Feed::Format::Atom:
-    file: lib/XML/Feed/Format/Atom.pm
-  XML::Feed::Format::RSS:
-    file: lib/XML/Feed/Format/RSS.pm
-generated_by: Module::Build version 0.2808
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+  XML::RSS: 1.47
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.44

Modified: trunk/libxml-feed-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/Makefile.PL?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/Makefile.PL (original)
+++ trunk/libxml-feed-perl/Makefile.PL Sun Jul 17 14:37:42 2011
@@ -1,24 +1,25 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.3800
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
           'NAME' => 'XML::Feed',
           'VERSION_FROM' => 'lib/XML/Feed.pm',
           'PREREQ_PM' => {
-                           'Class::ErrorHandler' => '0',
-                           'DateTime' => '0',
-                           'DateTime::Format::Mail' => '0',
-                           'DateTime::Format::W3CDTF' => '0',
-                           'Feed::Find' => '0',
-                           'HTML::TokeParser' => '0',
-                           'LWP::UserAgent' => '0',
-                           'List::Util' => '0',
-                           'Module::Pluggable' => '0',
-                           'Test::More' => '0',
-                           'URI::Fetch' => '0',
-                           'XML::Atom' => '0.32',
+                           'Class::ErrorHandler' => 0,
+                           'DateTime' => 0,
+                           'DateTime::Format::Mail' => 0,
+                           'DateTime::Format::W3CDTF' => 0,
+                           'Feed::Find' => 0,
+                           'HTML::Entities' => 0,
+                           'HTML::TokeParser' => 0,
+                           'LWP::UserAgent' => 0,
+                           'List::Util' => 0,
+                           'Module::Pluggable' => 0,
+                           'Test::More' => 0,
+                           'URI::Fetch' => 0,
+                           'XML::Atom' => '0.37',
                            'XML::LibXML' => '1.66',
-                           'XML::RSS' => '1.44'
+                           'XML::RSS' => '1.47'
                          },
           'INSTALLDIRS' => 'site',
           'EXE_FILES' => [],

Modified: trunk/libxml-feed-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/README?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/README (original)
+++ trunk/libxml-feed-perl/README Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-$Id: README 115 2008-12-01 21:17:51Z swistow $
+$Id$
 
 This is XML::Feed, an abstraction above the RSS and Atom syndication
 feed formats. It supports both parsing and autodiscovery of feeds.

Modified: trunk/libxml-feed-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/debian/changelog?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/debian/changelog (original)
+++ trunk/libxml-feed-perl/debian/changelog Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-libxml-feed-perl (0.43+dfsg-2) UNRELEASED; urgency=low
+libxml-feed-perl (0.44+dfsg-1) UNRELEASED; urgency=low
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -8,8 +8,9 @@
 
   [ Nicholas Bamber ]
   * Added myself to Uploaders
+  * New upstream release
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:27:04 -0700
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 17 Jul 2011 15:34:59 +0100
 
 libxml-feed-perl (0.43+dfsg-1) unstable; urgency=low
 

Modified: trunk/libxml-feed-perl/lib/XML/Feed.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/lib/XML/Feed.pm?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/lib/XML/Feed.pm (original)
+++ trunk/libxml-feed-perl/lib/XML/Feed.pm Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: Feed.pm 150 2009-05-07 00:47:58Z swistow $
+# $Id$
 
 package XML::Feed;
 use strict;
@@ -12,7 +12,7 @@
                       require     => 1,
                       sub_name    => 'formatters';
 
-our $VERSION = '0.43';
+our $VERSION = '0.44';
 our $MULTIPLE_ENCLOSURES = 0;
 our @formatters;
 BEGIN {

Modified: trunk/libxml-feed-perl/lib/XML/Feed/Content.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/lib/XML/Feed/Content.pm?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/lib/XML/Feed/Content.pm (original)
+++ trunk/libxml-feed-perl/lib/XML/Feed/Content.pm Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: Content.pm 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 package XML::Feed::Content;
 use strict;

Modified: trunk/libxml-feed-perl/lib/XML/Feed/Entry.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/lib/XML/Feed/Entry.pm?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/lib/XML/Feed/Entry.pm (original)
+++ trunk/libxml-feed-perl/lib/XML/Feed/Entry.pm Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: Entry.pm 145 2009-04-03 15:07:25Z swistow $
+# $Id$
 
 package XML::Feed::Entry;
 use strict;
@@ -34,11 +34,16 @@
     my $entry = shift;
     my($format) = @_;
     my $new = __PACKAGE__->new($format);
-    for my $field (qw( title link content summary category author id issued modified lat long )) {
+    for my $field (qw( title link content summary author id issued modified lat long )) {
         my $val = $entry->$field();
         next unless defined $val;
         next if blessed $val && $val->isa('XML::Feed::Content') && ! defined $val->body;
         $new->$field($val);
+    }
+    for my $field (qw( category )) {
+        my @val = $entry->$field();
+        next unless @val;
+        $new->$field(@val);
     }
     $new;
 }

Modified: trunk/libxml-feed-perl/lib/XML/Feed/Format/Atom.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/lib/XML/Feed/Format/Atom.pm?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/lib/XML/Feed/Format/Atom.pm (original)
+++ trunk/libxml-feed-perl/lib/XML/Feed/Format/Atom.pm Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: Atom.pm 150 2009-05-07 00:47:58Z swistow $
+# $Id$
 
 package XML::Feed::Format::Atom;
 use strict;
@@ -8,6 +8,7 @@
 use XML::Atom::Util qw( iso2dt );
 use List::Util qw( first );
 use DateTime::Format::W3CDTF;
+use HTML::Entities;
 
 use XML::Atom::Entry;
 XML::Atom::Entry->mk_elem_accessors(qw( lat long ), ['http://www.w3.org/2003/01/geo/wgs84_pos#']);
@@ -196,14 +197,21 @@
     if (@_) {
         my %param;
         my $base;
+        my $orig_body;
         if (ref($_[0]) eq 'XML::Feed::Content') {
+            $orig_body = $_[0]->body;
 			if (defined $_[0]->type && defined $types{$_[0]->type}) {
 	            %param = (Body => $_[0]->body, Type => $types{$_[0]->type});
+
+                if ($param{'Type'} eq "html") {
+                    $param{'Body'} = HTML::Entities::encode_entities($param{'Body'});
+                }
 			} else {
-	            %param = (Body => $_[0]->body);
+				%param = (Body => $_[0]->body);
 			}
             $base = $_[0]->base if defined $_[0]->base;
         } else {
+			$orig_body = $_[0];
             %param = (Body => $_[0]);
         }
         $entry->{entry}->content(XML::Atom::Content->new(%param, Version => 1.0));

Modified: trunk/libxml-feed-perl/lib/XML/Feed/Format/RSS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/lib/XML/Feed/Format/RSS.pm?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/lib/XML/Feed/Format/RSS.pm (original)
+++ trunk/libxml-feed-perl/lib/XML/Feed/Format/RSS.pm Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: RSS.pm 150 2009-05-07 00:47:58Z swistow $
+# $Id$
 
 package XML::Feed::Format::RSS;
 use strict;
@@ -6,6 +6,7 @@
 use base qw( XML::Feed );
 use DateTime::Format::Mail;
 use DateTime::Format::W3CDTF;
+use XML::Atom::Util qw(iso2dt);
 
 our $PREFERRED_PARSER = "XML::RSS";
 
@@ -49,6 +50,7 @@
 sub title       { shift->{rss}->channel('title', @_) }
 sub link        { shift->{rss}->channel('link', @_) }
 sub description { shift->{rss}->channel('description', @_) }
+sub updated     { shift->modified(@_) }
 
 # This doesn't exist in RSS
 sub id          { }
@@ -215,6 +217,10 @@
             ($item->{content}{encoded} ||
              $item->{'http://www.w3.org/1999/xhtml'}{body})) {
             $txt = $item->{description};
+        ## Blogspot's 'short' RSS feeds do this in the Atom namespace
+        ## for no obviously good reason.
+        } elsif ($item->{'http://www.w3.org/2005/Atom'}{summary}) {
+            $txt = $item->{'http://www.w3.org/2005/Atom'}{summary};
         }
         XML::Feed::Content->wrap({ type => 'text/plain', body => $txt });
     }
@@ -295,8 +301,8 @@
                 my $parser = DateTime::Format::Mail->new;
                 $parser->loose;
                 $date = $parser->parse_datetime($ts);
-            } elsif ($ts = $item->{dc}{date}) {
-                $date = DateTime::Format::W3CDTF->parse_datetime($ts);
+            } elsif ($ts = $item->{dc}{date} or $ts = $item->{dcterms}{date}) {
+               $date = DateTime::Format::W3CDTF->parse_datetime($ts);
             }
         };
         return $date;
@@ -309,9 +315,9 @@
         $item->{dcterms}{modified} =
             DateTime::Format::W3CDTF->format_datetime($_[0]);
     } else {
-        if (my $ts = $item->{dcterms}{modified}) {
-            return eval { DateTime::Format::W3CDTF->parse_datetime($ts) };
-        }
+        if (my $ts = $item->{dcterms}{modified} || $item->{'http://www.w3.org/2005/Atom'}{updated}) {
+            return eval { DateTime::Format::W3CDTF->parse_datetime($ts) } || eval { XML::Atom::Util::iso2dt($ts) };
+        } 
     }
 }
 

Modified: trunk/libxml-feed-perl/t/00-compile.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/00-compile.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/00-compile.t (original)
+++ trunk/libxml-feed-perl/t/00-compile.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 00-compile.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More tests => 4;

Modified: trunk/libxml-feed-perl/t/01-parse.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/01-parse.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/01-parse.t (original)
+++ trunk/libxml-feed-perl/t/01-parse.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 01-parse.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More tests => 75;

Modified: trunk/libxml-feed-perl/t/02-create.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/02-create.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/02-create.t (original)
+++ trunk/libxml-feed-perl/t/02-create.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 02-create.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More tests => 72;

Modified: trunk/libxml-feed-perl/t/04-splice-atom.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/04-splice-atom.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/04-splice-atom.t (original)
+++ trunk/libxml-feed-perl/t/04-splice-atom.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 04-splice-atom.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More tests => 3;

Modified: trunk/libxml-feed-perl/t/04-splice-rss.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/04-splice-rss.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/04-splice-rss.t (original)
+++ trunk/libxml-feed-perl/t/04-splice-rss.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 04-splice-rss.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More tests => 3;

Modified: trunk/libxml-feed-perl/t/08-convert-summary-bug.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/08-convert-summary-bug.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/08-convert-summary-bug.t (original)
+++ trunk/libxml-feed-perl/t/08-convert-summary-bug.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 08-convert-summary-bug.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More tests => 1;

Modified: trunk/libxml-feed-perl/t/10-mix-and-match.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/10-mix-and-match.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/10-mix-and-match.t (original)
+++ trunk/libxml-feed-perl/t/10-mix-and-match.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 10-mix-and-match.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More tests => 6;

Modified: trunk/libxml-feed-perl/t/11-xml-base-atom.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/11-xml-base-atom.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/11-xml-base-atom.t (original)
+++ trunk/libxml-feed-perl/t/11-xml-base-atom.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 11-xml-base-atom.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More tests => 13;

Modified: trunk/libxml-feed-perl/t/11-xml-base-rss.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-feed-perl/t/11-xml-base-rss.t?rev=77566&op=diff
==============================================================================
--- trunk/libxml-feed-perl/t/11-xml-base-rss.t (original)
+++ trunk/libxml-feed-perl/t/11-xml-base-rss.t Sun Jul 17 14:37:42 2011
@@ -1,4 +1,4 @@
-# $Id: 11-xml-base-rss.t 115 2008-12-01 21:17:51Z swistow $
+# $Id$
 
 use strict;
 use Test::More;




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