is_bool()
[p5sagit/JSON-MaybeXS.git] / t / xs.t
diff --git a/t/xs.t b/t/xs.t
index 41ffcae..ed7804a 100644 (file)
--- a/t/xs.t
+++ b/t/xs.t
@@ -16,4 +16,6 @@ is( JSON, 'JSON::XS', 'Correct JSON class' );
 is( \&encode_json, \&JSON::XS::encode_json, 'Correct encode_json function' );
 is( \&decode_json, \&JSON::XS::decode_json, 'Correct encode_json function' );
 
+require 't/lib/is_bool.pm';
+
 done_testing;