use ExtUtils::MakeMaker; WriteMakefile( NAME => 'MyBundle', VERSION => 0.01, INST_LIB => './blib/lib', INST_ARCHLIB => './blib/arch', ); #### % tar xfvz MyBundle.tgz % cd MyBundle % perl Makefile.PL % make % make test % make install