Help for this page
use ExtUtils::MakeMaker; $Verbose = 1; ... clean => {'FILES' => 'libmylib$(LIB_EXT)'}, );
# Configure the application __PACKAGE__->config( name => 'MyApp', setup_components => { except => qr/SCCS/ }, );