Fix base support with latest version of XML::RSS
[catagits/XML-Feed.git] / t / 11-xml-base-rss.t
index 0da6621..4477ce4 100644 (file)
@@ -5,11 +5,7 @@ use Test::More;
 use XML::Feed;
 use XML::RSS;
 
-if ($XML::RSS::VERSION <= 1.36) {
-    plan skip_all => "Version of XML::RSS is too old to do xml:base";
-} else {
-    plan tests => 13;
-}
+plan tests => 13;
 
 my $feed    = XML::Feed->parse('t/samples/base_rss.xml');