File: no-use-IO_271346.patch

package info (click to toggle)
libhtml-clean-perl 0.8-11
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 276 kB
  • ctags: 40
  • sloc: perl: 433; makefile: 34
file content (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- 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;