Implement our own STL relaxed parser to be tolerant with malformed STL files and remove a dependency

This commit is contained in:
Alessandro Ranellucci 2011-10-12 10:47:26 +02:00
parent a65befe08c
commit 774717c8bb
2 changed files with 77 additions and 6 deletions

View file

@ -7,7 +7,6 @@ my $build = Module::Build->new(
dist_version => '0.1',
license => 'perl',
requires => {
'CAD::Format::STL' => '0',
'File::Basename' => '0',
'Getopt::Long' => '0',
'Math::Clipper' => '1.02',