summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SimpleObject/files/patch-Makefile.PL
blob: 0a46284e9f30425cf4b101229f10e9ec84f15b06 (plain) (blame)
1
2
3
4
5
6
7
8
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',
 );