The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile (
    AUTHOR        => 'Nathan Wiger (nate@wiger.org)',
    NAME          => 'HTML::PhotoAlbum',
    VERSION_FROM  => 'lib/HTML/PhotoAlbum.pm', # finds $VERSION
    PREREQ_PM     => {
        'CGI::FormBuilder' => '3.000',
    }
);