]> git.pld-linux.org Git - packages/perl-PodToHTML.git/blobdiff - perl-PodToHTML-fix.patch
Added "use IO::File" as it is used.
[packages/perl-PodToHTML.git] / perl-PodToHTML-fix.patch
diff --git a/perl-PodToHTML-fix.patch b/perl-PodToHTML-fix.patch
new file mode 100644 (file)
index 0000000..74c4186
--- /dev/null
@@ -0,0 +1,10 @@
+--- PodToHTML-0.04/Pod/HTML_Elements.pm~       2004-06-02 19:32:25.000000000 +0000
++++ PodToHTML-0.04/Pod/HTML_Elements.pm        2004-06-02 19:32:25.000000000 +0000
+@@ -9,6 +9,7 @@
+ $VERSION = '0.04';
+ use base qw(Pod::Parser);  
+ use Data::Dumper;     
++use IO::File;
+ my $nbsp;              
This page took 0.14736 seconds and 4 git commands to generate.