From: Sebastian Harl Date: Sun, 30 Sep 2007 22:10:56 +0000 (+0200) Subject: bindings/perl: Removed VERSION from all Makefile.PL's. X-Git-Tag: collectd-4.2.0~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ca33f1d9bf2b0492730d3aec6d4ab7120835e57;p=thirdparty%2Fcollectd.git bindings/perl: Removed VERSION from all Makefile.PL's. Signed-off-by: Sebastian Harl --- diff --git a/bindings/perl/Collectd/Makefile.PL b/bindings/perl/Collectd/Makefile.PL index be0ec91c9..baf716629 100644 --- a/bindings/perl/Collectd/Makefile.PL +++ b/bindings/perl/Collectd/Makefile.PL @@ -2,7 +2,6 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Collectd::Unixsock', - 'VERSION' => '4.1.2', 'AUTHOR' => 'Florian Forster ', ); diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL index fab2dae45..f2ef2fd33 100644 --- a/bindings/perl/Makefile.PL +++ b/bindings/perl/Makefile.PL @@ -2,7 +2,6 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Collectd', - 'VERSION' => '4.1.2', 'AUTHOR' => 'Sebastian Harl ', );