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

use ExtUtils::MakeMaker;

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