freebsd-ports/textproc/p5-XML-SimpleObject/files/patch-LibXML-Makefile.PL
Erwin Lansing e15afee535 Fix build on perl 5.005_03
Reported by:	Mark Linimon <linimon@lonesome.com>
2003-09-05 07:25:04 +00:00

9 lines
275 B
Perl

--- LibXML/Makefile.PL.orig Fri Sep 5 09:11:38 2003
+++ LibXML/Makefile.PL Fri Sep 5 09:11:56 2003
@@ -9,5 +9,5 @@
print "OK\n";
WriteMakefile(
'NAME' => 'XML::SimpleObject::LibXML',
- 'VERSION_FROM' => 'LibXML.pm', # finds $VERSION
+ 'VERSION' => '0.53',
);