Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created August 31, 2009 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lestrrat/178271 to your computer and use it in GitHub Desktop.
Save lestrrat/178271 to your computer and use it in GitHub Desktop.
BEGIN {
unshift @INC, sub {
die if $_[1] eq 'XML/LibXML.pm';
return undef;
}
}
use XML::LibXML;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment