# from the install file v6-pugs needs the CPAN modules Devel::Caller, Module::Compile and Pugs::Compiler::Rule. The first one is dependent on Module::Build with C_support, so install ExtUtils::CBuilder and ExtUtils::ParseXS first. Satisfy all with one command: $ sudo cpan -fi ExtUtils::CBuilder ExtUtils::ParseXS Module::Build \ Devel::Caller Module::Compile Pugs::Compiler::Rule