Skip to content

Releases: pryrt/CAD-Mesh3D

CAD::Mesh3D v0.006003

12 May 20:01
Compare
Choose a tag to compare
  • 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

11 May 19:30
Compare
Choose a tag to compare
  • Update test suite for OpenBSD: doesn't need to cover the non-seekable in "STL-unpatched.t" (part of #14)

CAD::Mesh3D v0.006001

25 Nov 23:56
Compare
Choose a tag to compare
  • 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

25 Nov 19:38
Compare
Choose a tag to compare

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

23 Nov 20:24
Compare
Choose a tag to compare
  • Added CAD::Mesh3D::FormatSTL, and have CAD::Mesh3D::STL automatically pick CAD::Format::STL if > v0.2.1, and pick my module (which is just) the patched of the other) if <= v0.2.1. (#11)
  • Accidentally emptied {provides} with v0.004, so none were indexed, so fixed that in this release. (#7)

CAD::Mesh3D v0.004

22 Nov 00:50
Compare
Choose a tag to compare
  • 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

25 Oct 23:37
Compare
Choose a tag to compare
  • 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

24 Oct 20:29
Compare
Choose a tag to compare

Initial public release