Skip Menu |

This queue is for tickets about the Ganglia-Gmetric-XS CPAN distribution.

Report information
The Basics
Id: 44991
Status: resolved
Priority: 0/
Queue: Ganglia-Gmetric-XS

People
Owner: Nobody in particular
Requestors: carenas [...] sajinet.com.pe
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH 3/3] documentation: clarify requirement for ganglia 3.0
Date: Sun, 12 Apr 2009 16:10:20 -0700
To: bug-ganglia-gmetric-xs [...] rt.cpan.org
From: Carlo Marcelo Arenas Belon <carenas [...] sajinet.com.pe>
use the same syntax as in the documentation for the error if ganglia is not found to avoid confusing users with the expectation that it will be able to link with other versions of libganglia than 3.0.X Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe> --- Makefile.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL index 41a279b..6070416 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ GetOptions( ); $ganglia_dir ||= $ENV{GANGLIA_DIR} if $ENV{GANGLIA_DIR}; -die "missing option: --ganglia-dir=/path/to/ganglia-3.x.x" unless $ganglia_dir; +die "missing option: --ganglia-dir=/path/to/ganglia-3.0.X" unless $ganglia_dir; my @static_libs = qw( lib/.libs/libganglia.a srclib/apr/.libs/libapr-0.a
will be applied to next release.