libhtml-clean-perl (0.8-11) no-use-IO_271346.patch

Summary

 lib/HTML/Clean.pm |    1 -
 1 file changed, 1 deletion(-)

    
download this patch

Patch contents

--- libhtml-clean-perl-0.8.orig/lib/HTML/Clean.pm
+++ libhtml-clean-perl-0.8/lib/HTML/Clean.pm
@@ -1,7 +1,6 @@
 package HTML::Clean;
 
 use Carp;
-use IO;
 use Fcntl;
 use strict;
 require 5.004;