less strict error check
[p5sagit/Config-Any.git] / t / 53-perl.t
index 6952948..4e59ae7 100644 (file)
@@ -56,5 +56,5 @@ use Config::Any::Perl;
 
     ok !$loaded, 'config load failed';
     is $config, undef, 'config load failed';
-    like $@, qr/No such file or directory/, 'error thrown';
+    isnt $@, '', 'error thrown';
 }