The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME              => 'Quota::OO',
    VERSION_FROM      => 'lib/Quota/OO.pm', 
    PREREQ_PM         => {
        'Quota'             => 0,
        'version'           => 0,
        'Class::Std'        => 0,
        'Class::Std::Utils' => 0,
    }, 
    ($] >= 5.005 ?    
      (ABSTRACT_FROM  => 'lib/Quota/OO.pm',
       AUTHOR         => 'Daniel Muey <http://drmuey.com/cpan_contact.pl>') : ()),
);