]> Dogcows Code - chaz/p5-CGI-Ex/blobdiff - t/3_conf_01_write.t
CGI::Ex 2.02
[chaz/p5-CGI-Ex] / t / 3_conf_01_write.t
index c31bfe4280f7ac89ea68458625fa78244d43f8a9..e4fd1b45ddf9a1b6018ebae79bab53c1a07a906d 100644 (file)
@@ -80,7 +80,7 @@ SKIP: {
 };
 
 SKIP: {
-    skip("Config::IniHash not found", 2) if ! eval { require Conifg::IniHash };
+    skip("Config::IniHash not found", 2) if ! eval { require Config::IniHash };
     ### ini likes hash O' hashes
     $hash->{'one'} = {};
     $hash->{'two'} = {};
This page took 0.018291 seconds and 4 git commands to generate.