de1da38e13
(Version 1, 15 March 2001). It uses XML::GDOME for its DOM tree and XPath nodes. It provides a XS wrapper around libxml2's Canonical XML code. WWW: http://search.cpan.org/dist/XML-Canonical/ PR: ports/114596 Submitted by: Gea-Suan Lin <gslin at gslin.org>
10 lines
462 B
Perl
10 lines
462 B
Perl
--- Makefile.PL.orig Sun Jul 15 16:00:28 2007
|
|
+++ Makefile.PL Sun Jul 15 16:00:31 2007
|
|
@@ -17,7 +17,6 @@
|
|
print "running gdome-config... ";
|
|
my $ver = backtick('gdome-config --version');
|
|
my ($major, $minor, $point) = $ver =~ /(\d+).(\d+)\.(\d+)/g;
|
|
- die "VERSION" unless $major == 0 && $minor == 7 && $point == 1;
|
|
$config{LIBS} ||= backtick('gdome-config --libs');
|
|
$config{INC} ||= backtick('gdome-config --cflags');
|
|
print "ok\n";
|