Fix bug in conversion process between RSS and Atom where HTML got double encoded
[catagits/XML-Feed.git] / t / 00-compile.t
1 # $Id$
2
3 use strict;
4 use Test::More tests => 4;
5
6 use_ok('XML::Feed');
7 use_ok('XML::Feed::Entry');
8 use_ok('XML::Feed::Format::RSS');
9 use_ok('XML::Feed::Format::Atom');