This module provides a way to download, build and install DuckDB for use by other Perl modules.
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
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.