INSTALLATION:

1) Using cpanm
    
    cpanm CAD-OpenSCAD-<VERSION>.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
    
    
