#!/usr/bin/perl eval 'local $SIG{__DIE__}; use XML::LibXML::Common; print "ok\n";'; if ($@) { warn $@; }