1 2 3 4 5 6 7 8
#!perl use ExtUtils::MakeMaker; WriteMakefile( NAME => 'B::C', VERSION_FROM => '../B/C.pm' );