Alien::DuckDB

This module provides a way to download, build and install DuckDB for use by other Perl modules.

Installation

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

Support and Documentation

After installing, you can find documentation for this module with the perldoc command.

perldoc Alien::DuckDB

You can also look for information at:

Copyright (C) 2024 Chris Prather

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.