Author: stevehay Date: Thu Feb 6 09:18:29 2014 New Revision: 1565130 URL: http://svn.apache.org/r1565130 Log: Remove unused constant PERLIO_5_8_IS_ENABLED from subprocess.pm.
Modified: perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm Modified: perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm?rev=1565130&r1=1565129&r2=1565130&view=diff ============================================================================== --- perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm (original) +++ perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm Thu Feb 6 09:18:29 2014 @@ -14,7 +14,6 @@ use IO::Select (); use Apache2::Const -compile => 'OK'; use Config; -use constant PERLIO_5_8_IS_ENABLED => $Config{useperlio} && $] >= 5.007; my $perl = Apache2::Build->build_config()->perl_config('perlpath');