# Logic-TruthTable

## version 1.02

## 26 February 2019

---

A structure to hold a Boolean truth table. Provides utility functions
to create or manipulate the minterms (or maxterms) of the table columns.

An Algorithm module for creating Boolean equations must also be installed.
Currently one one exists, Algorithm-QuineMcCluskey.

## INSTALLATION

If you are not using the cpan or cpanm commands, nor using Activestate's PPM,
install this module by running the following commands:

```sh
perl Build.PL
./Build
./Build test
./Build install
```

## SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc or man command, depending upon your system.

You can also look for information at:

[The module's Github repository](https://github.com/jgamble/Logic-TruthTable)

[MetaCPAN](https://metacpan.org/release/Logic-TruthTable)

[RT, CPAN's request tracker (report bugs here)](http://rt.cpan.org/NoAuth/Bugs.html?Dist=Logic-TruthTable)


## COPYRIGHT AND LICENSE

Copyright (C) 2019 John M. Gamble. All rights reserved. This program is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself.

See [the list of licencses](http://dev.perl.org/licenses) for more information.