Code

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 be0ec91c9b4e75e9f655ae82d243282188c9e45d..baf716629dbdf3793ead42b94121ff86deb14f4b 100644 (file)
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
        'NAME'          => 'Collectd::Unixsock',
-       'VERSION'       => '4.1.2',
        'AUTHOR'        => 'Florian Forster <octo@verplant.org>',
 );
 
index fab2dae454fa929c4c64fd78cb14e951e6761cce..f2ef2fd33c1799a6d44f265018c34d8eb3588716 100644 (file)
@@ -2,7 +2,6 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
        'NAME'          => 'Collectd',
-       'VERSION'       => '4.1.2',
        'AUTHOR'        => 'Sebastian Harl <sh@tokkee.org>',
 );