Description:Fix db test
 Change the expected error string to a new value
 issued by mongodb. The change also accepts 
 older error string to be backward compatible
Bug:http://rt.cpan.org/Public/Bug/Display.html?id=91085
Bug-Debian:https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730913
Author:dod
--- a/t/db.t
+++ b/t/db.t
@@ -49,7 +49,7 @@
 is('hello, world', $hello, 'db eval');
 
 my $err = $db->eval('function(x) { xreturn "hello, "+x; }', ["world"]);
-like($err, qr/(?:compile|execution) failed/, 'js err');
+like($err, qr/(?:compile|execution) failed|exception: SyntaxError: Unexpected string/, 'js err');
 
 # tie
 {
