make write_fh predicate private
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
index 15f7b7b..b131d4c 100644 (file)
@@ -96,7 +96,7 @@ has _log => (
 
 has io_fh => (
     is=>'ro',
-    predicate=>'has_io_fh',
+    predicate=>'_has_io_fh',
     lazy=>1,
     builder=>'_build_io_fh');