# 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:

```bash
perl Makefile.PL
make
make test
make install
```

## Support and Documentation

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

```bash
perldoc Alien::DuckDB
```

You can also look for information at:

* [GitHub repository](https://github.com/perigrin/Alien-DuckDB)
* [MetaCPAN](https://metacpan.org/pod/Alien::DuckDB)
* [RT, CPAN's request tracker](https://rt.cpan.org/NoAuth/Bugs.html?Dist=Alien-DuckDB)
* [CPAN Ratings](https://cpanratings.perl.org/d/Alien-DuckDB)

## License and Copyright

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.