use
strict;
use
warnings;
use
ExtUtils::MakeMaker;
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
=> {
}
);