e15afee535
Reported by: Mark Linimon <linimon@lonesome.com>
9 lines
246 B
Perl
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',
|
|
);
|