Load XML-Feed-0.10 into trunk. v0.10
Simon Wistow [Tue, 22 Apr 2008 18:00:51 +0000 (18:00 +0000)]
Changes
META.yml
lib/XML/Feed.pm
t/samples/atom.xml

diff --git a/Changes b/Changes
index 6867c96..c0d02cf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,12 @@
-# $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
       Miyagawa for the patch.
index eb071bd..4c6bfd3 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -22,4 +22,4 @@ requires:
   URI::Fetch: 0
   XML::Atom: 0.08
   XML::RSS: 1.01
-version: 0.09
+version: 0.10
index 864d2b5..b669458 100644 (file)
@@ -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 Feed::Find;
 use URI::Fetch;
 use Carp;
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 sub new {
     my $class = shift;
index 49b6b47..157bad4 100644 (file)
@@ -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" />