From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
WriteMakefile
(
NAME => 'CAD::OpenSCAD',
VERSION_FROM => 'lib/CAD/OpenSCAD.pm',
AUTHOR => 'Saif Ahmed <saiftynet { at } gmail.com>',
ABSTRACT => 'Module to generate 3D Objects as .scad files from Perl',
LICENSE => 'Perl',
PREREQ_PM => {
},
BUILD_REQUIRES => {
}
);