v2 released

This commit is contained in:
chris 2026-05-14 15:48:06 -04:00
parent c7d27dd869
commit 60dd299ffa
14 changed files with 9 additions and 391 deletions

6
build.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
make clean
perl Makefile.PL
make
make test
make dist