summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: f152344468a63a071e9eb74dd61d82dab130b9b2 (plain)
1
2
3
4
5
6
7
use Test::More tests => 1;
 
BEGIN {
  use_ok('Text::Restructured::Writer::LibXML');
}
 
diag( "Testing Text::Restructured::Writer::LibXML $Text::Restructured::Writer::LibXML::VERSION" );