Releases: pryrt/CAD-Mesh3D
Releases · pryrt/CAD-Mesh3D
CAD::Mesh3D v0.006003
- Update test suite for "formatstl_load.t": The non-seekable test doesn't work on netbsd, nor on armv7l-linux, so change it to only run on mswin (part of #14)
- Update test suite for "STL-unpatched.t": Only needed on MSWin32. (Noticed failure during cygwin testing on v0.006002)
CAD::Mesh3D v0.006002
- Update test suite for OpenBSD: doesn't need to cover the non-seekable in "STL-unpatched.t" (part of #14)
CAD::Mesh3D v0.006001
- Update test suite again for FreeBSD: doesn't need to cover "STL-unpatched.t" (#13)
- Fix MANIFEST.SKIP to not bundle the .github folder in the distribution
CAD::Mesh3D v0.006
BUGFIX:
- Try to prevent FreeBSD from freezing during test suite: skip offending tests which cover FormatSTL.pm, as that module isn't needed in FreeBSD (#13)
CAD::Mesh3D v0.005
CAD::Mesh3D v0.004
- Trying to eliminate #7 UNAUTHORIZED by adding no_index; I am not to providing that module, but instead sharing a patch; and, as such, the indexer should not be indexing it.
CAD::Mesh3D v0.003
- Don't auto-patch CAD::Format::STL, so move the binmode check back to xt, get rid of the patching script, and provide a link to the patched file from the POD. (#7)
- t\STL-outputStl.t: get rid of English dependency for system-based error messages (#6)
- automatically propagate version number to all modules, and make copyright notice consistent throughout
CAD::Mesh3D v0.002
Initial public release