freebsd-ports/textproc/p5-XML-SimpleObject/files/patch-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
246 B
Perl

--- Makefile.PL.orig Fri Sep 5 09:09:14 2003
+++ Makefile.PL Fri Sep 5 09:09:41 2003
@@ -9,5 +9,5 @@
WriteMakefile(
'NAME' => 'XML::SimpleObject',
- 'VERSION_FROM' => 'SimpleObject.pm', # finds $VERSION
+ 'VERSION' => '0.53',
);