root/libswish3/trunk/bindings/perl/t/02xml2_version.t

Revision 2014, 224 bytes (checked in by karpet, 9 months ago)

new bindings to match API reorg

Line 
1 use Test::More tests => 3;
2
3 BEGIN { use_ok('SWISH::3') }
4
5 ok( my $x = SWISH::3->xml2_version, "libxml2 version" );
6 diag("libxml2 version $x");
7
8 ok( my $s = SWISH::3->version, "swish version" );
9 diag("libswish3 version $s");
Note: See TracBrowser for help on using the browser.