X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FXML%2FFeed.pm;h=a84ca92a06e92dd639841ed30d4935f7ae0a7ea8;hb=4679cf3fa820399f83096e0f73025877583092f0;hp=b6694587c937361a842c3669b072359db3e9862c;hpb=4f6ca997973829c250e1070249f27d65c66f7eae;p=catagits%2FXML-Feed.git diff --git a/lib/XML/Feed.pm b/lib/XML/Feed.pm index b669458..a84ca92 100644 --- a/lib/XML/Feed.pm +++ b/lib/XML/Feed.pm @@ -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;