in reply to How can I create a Bundle quickly and easily?
WriteMakefile( NAME => 'MyBundle', PREREQ_PM => { 'Compress::Zlib' => 1.06, 'SomeModule' => 0, 'SomeOtherModule' => 1.00, 'File::Find' => 0, 'File::Basename' => 0, }, ); [download]