File: 00-load.t

package info (click to toggle)
libxml-hash-xs-perl 0.64-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 736 kB
  • sloc: ansic: 5,177; perl: 322; xml: 15; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

use strict;
use warnings;

use Test::More tests => 1;
BEGIN { use_ok('XML::Hash::XS') };

diag( "Testing XML::Hash::XS $XML::Hash::XS::VERSION, Perl $], $^X" );

eval { require XML::LibXML };
unless ($@) {
    diag("XML::LibXML $XML::LibXML::VERSION, libxml2 ", XML::LibXML::LIBXML_VERSION());
}