Load XML-Feed-0.11 into trunk.
[catagits/XML-Feed.git] / lib / XML / Feed.pm
index b669458..a84ca92 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Feed.pm 1948 2006-07-17 16:06:18Z btrott $
+# $Id: Feed.pm 1956 2006-08-08 04:34:54Z btrott $
 
 package XML::Feed;
 use strict;
@@ -8,7 +8,7 @@ use Feed::Find;
 use URI::Fetch;
 use Carp;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 sub new {
     my $class = shift;