diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-05 07:25:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-05 07:25:04 +0000 |
commit | e15afee535ffec38424947ba1c7eb0ada4141fc2 (patch) | |
tree | 563a5f91ae0809c62bd3613674f6becd0ca1ffab /textproc/p5-XML-SimpleObject/files/patch-Makefile.PL | |
parent | LD_LIBRARYN32_PATH -> LD_LIBRARY_PATH (diff) |
Fix build on perl 5.005_03
Reported by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=88580
Diffstat (limited to 'textproc/p5-XML-SimpleObject/files/patch-Makefile.PL')
-rw-r--r-- | textproc/p5-XML-SimpleObject/files/patch-Makefile.PL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/p5-XML-SimpleObject/files/patch-Makefile.PL b/textproc/p5-XML-SimpleObject/files/patch-Makefile.PL new file mode 100644 index 000000000000..0a46284e9f30 --- /dev/null +++ b/textproc/p5-XML-SimpleObject/files/patch-Makefile.PL @@ -0,0 +1,9 @@ +--- 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', + ); |