mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
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',
|
|
);
|