Alien-geos-af
view release on metacpan or search on metacpan
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
);
}
}
share {
my $with_local = '';
my $with_cpp11 = '';
start_url 'https://download.osgeo.org/geos';
#start_url "file://$base_dir"; # debug
plugin Download => (
filter => qr/^geos-([0-9\.]+)\.tar\.bz2$/,
version => qr/^geos-([0-9\.]+)\.tar\.bz2$/,
);
my $geos_version = get_geos_version() // 'not yet defined';
say "Downloaded version is $geos_version";
plugin Extract => (format => 'tar.bz2');
( run in 1.284 second using v1.01-cache-2.11-cpan-49f99fa48dc )