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

WriteMakefile( NAME            => 'Method::WeakCallback',
               VERSION_FROM    => 'lib/Method/WeakCallback.pm',
               PREREQ_PM       => {},
               ABSTRACT_FROM  => 'lib/Method/WeakCallback.pm',
               AUTHOR         => 'Salvador Fandino <sfandino@yahoo.com>',
             );