WriteMakefile( 'NAME' => 'myclass', 'VERSION_FROM' => 'myclass.pm', # finds $VERSION 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '', # e.g., '-I/usr/include/other' 'XSOPT' => '-C++', 'XS' => {'myclass.xs' => 'myclass.cc'}, ); #### 'clean' => {FILES => "*.cc"}