bindings/perl: Removed VERSION from all Makefile.PL's.
authorSebastian Harl <sh@tokkee.org>
Sun, 30 Sep 2007 22:10:56 +0000 (00:10 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 1 Oct 2007 05:46:51 +0000 (07:46 +0200)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
bindings/perl/Collectd/Makefile.PL
bindings/perl/Makefile.PL

index be0ec91..baf7166 100644 (file)
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
        'NAME'          => 'Collectd::Unixsock',
-       'VERSION'       => '4.1.2',
        'AUTHOR'        => 'Florian Forster <octo@verplant.org>',
 );
 
index fab2dae..f2ef2fd 100644 (file)
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
        'NAME'          => 'Collectd',
-       'VERSION'       => '4.1.2',
        'AUTHOR'        => 'Sebastian Harl <sh@tokkee.org>',
 );