From 8ca33f1d9bf2b0492730d3aec6d4ab7120835e57 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 1 Oct 2007 00:10:56 +0200 Subject: [PATCH] bindings/perl: Removed VERSION from all Makefile.PL's. Signed-off-by: Sebastian Harl --- bindings/perl/Collectd/Makefile.PL | 1 - bindings/perl/Makefile.PL | 1 - 2 files changed, 2 deletions(-) diff --git a/bindings/perl/Collectd/Makefile.PL b/bindings/perl/Collectd/Makefile.PL index be0ec91c..baf71662 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 fab2dae4..f2ef2fd3 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 ', ); -- 2.30.2