X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FXML%2FFeed.pm;h=b70b1bc41267fe9af289f64946c62af39d1d0ac1;hb=aa2dcd5cde4fe1d636f6228ca2a9580371673087;hp=02d1135b8eaa37dabc014b1b85627ec5e252e908;hpb=948f9350262bcf681e0d4e18eb3fa7208e14a448;p=catagits%2FXML-Feed.git diff --git a/lib/XML/Feed.pm b/lib/XML/Feed.pm index 02d1135..b70b1bc 100644 --- a/lib/XML/Feed.pm +++ b/lib/XML/Feed.pm @@ -12,7 +12,7 @@ use Module::Pluggable search_path => "XML::Feed::Format", require => 1, sub_name => 'formatters'; -our $VERSION = '0.3'; +our $VERSION = '0.40'; our @formatters; BEGIN { @formatters = __PACKAGE__->formatters; @@ -86,7 +86,6 @@ sub identify_format { return $name if eval { $class->identify(\$tmp) }; return $feed->error($@) if $@; } - die "$$xml\n"; return $feed->error("Cannot detect feed type"); }