flying pigs. almost as likely as win32 doing what you wanted it to.
Matt S Trout [Tue, 2 Aug 2011 13:05:43 +0000 (13:05 +0000)]
t/lib/dbixcsl_dumper_tests.pm

index 32bf28c..c0f1bf4 100644 (file)
@@ -35,10 +35,10 @@ sub dump_test {
     $tdata{options}{use_namespaces} ||= 0;
 
     SKIP: for my $dumper (\&_dump_directly, \&_dump_dbicdump) {
-        skip 'fucking pigs broke my Win32 perl', 1,
+        skip 'flying pigs broke my Win32 perl', 1,
             if $dumper == \&_dump_dbicdump
                 && $^O eq 'MSWin32'
-                && $ENV{FUCKING_PIGS}
+                && $ENV{FLYING_PIGS}
                 && (  (any { ref $_ } values %{ $tdata{options} })
                     || any { ref $_ } _get_connect_info(\%tdata));