GAH
[catagits/XML-Feed.git] / t / 11-xml-base-rss.t
index 0da6621..1e2fef5 100644 (file)
@@ -1,15 +1,11 @@
-# $Id: $
+# $Id$
 
 use strict;
 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');