INSTALLATION:

1) Using cpanm

    cpanm CAD::OpenSCAD
    
    or 
    
    cpanm CAD-OpenSCAD-0.10.tar.gz
    
2) Using  make

Unpack the tar.gz and enter that directory
run the follwing commands

    perl MakeFile.PL
    make
    make test
    make install
    
    
