r3312 - in /packages/libxml-feed-perl/branches/upstream/current: Changes META.yml lib/XML/Feed.pm t/samples/atom.xml

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jul 21 12:30:09 UTC 2006


Author: gregoa-guest
Date: Fri Jul 21 12:30:08 2006
New Revision: 3312

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3312
Log:
Load /tmp/tmp.Mvvmu32017/libxml-feed-perl-0.10 into
packages/libxml-feed-perl/branches/upstream/current.

Modified:
    packages/libxml-feed-perl/branches/upstream/current/Changes
    packages/libxml-feed-perl/branches/upstream/current/META.yml
    packages/libxml-feed-perl/branches/upstream/current/lib/XML/Feed.pm
    packages/libxml-feed-perl/branches/upstream/current/t/samples/atom.xml

Modified: packages/libxml-feed-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-feed-perl/branches/upstream/current/Changes?rev=3312&op=diff
==============================================================================
--- packages/libxml-feed-perl/branches/upstream/current/Changes (original)
+++ packages/libxml-feed-perl/branches/upstream/current/Changes Fri Jul 21 12:30:08 2006
@@ -1,6 +1,11 @@
-# $Id: Changes 1945 2006-07-11 03:31:58Z btrott $
+# $Id: Changes 1948 2006-07-17 16:06:18Z btrott $
 
 Revision history for XML::Feed
+
+0.10  2006.07.17
+    - Oops, an Atom test in 01-parse.t was previously succeeding only because
+      of a bug in XML::Atom. Now that that bug is fixed, this one is now
+      fixed, too.
 
 0.09  2006.07.10
     - Fixed date format errors with XML::Feed::RSS. Thanks to Tatsuhiko

Modified: packages/libxml-feed-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-feed-perl/branches/upstream/current/META.yml?rev=3312&op=diff
==============================================================================
--- packages/libxml-feed-perl/branches/upstream/current/META.yml (original)
+++ packages/libxml-feed-perl/branches/upstream/current/META.yml Fri Jul 21 12:30:08 2006
@@ -22,4 +22,4 @@
   URI::Fetch: 0
   XML::Atom: 0.08
   XML::RSS: 1.01
-version: 0.09
+version: 0.10

Modified: packages/libxml-feed-perl/branches/upstream/current/lib/XML/Feed.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-feed-perl/branches/upstream/current/lib/XML/Feed.pm?rev=3312&op=diff
==============================================================================
--- packages/libxml-feed-perl/branches/upstream/current/lib/XML/Feed.pm (original)
+++ packages/libxml-feed-perl/branches/upstream/current/lib/XML/Feed.pm Fri Jul 21 12:30:08 2006
@@ -1,4 +1,4 @@
-# $Id: Feed.pm 1927 2006-03-07 02:29:25Z btrott $
+# $Id: Feed.pm 1948 2006-07-17 16:06:18Z btrott $
 
 package XML::Feed;
 use strict;
@@ -8,7 +8,7 @@
 use URI::Fetch;
 use Carp;
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 sub new {
     my $class = shift;

Modified: packages/libxml-feed-perl/branches/upstream/current/t/samples/atom.xml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libxml-feed-perl/branches/upstream/current/t/samples/atom.xml?rev=3312&op=diff
==============================================================================
--- packages/libxml-feed-perl/branches/upstream/current/t/samples/atom.xml (original)
+++ packages/libxml-feed-perl/branches/upstream/current/t/samples/atom.xml Fri Jul 21 12:30:08 2006
@@ -7,6 +7,9 @@
 <id>tag:localhost,2004:/weblog//1</id>
 <generator url="http://www.movabletype.org/" version="3.0D">Movable Type</generator>
 <copyright>Copyright (c) 2004, Melody</copyright>
+<author>
+<name>Melody</name>
+</author>
 <entry>
 <title>Entry Two</title>
 <link rel="alternate" type="text/html" href="http://localhost/weblog/2004/05/entry_two.html" />




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