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

name     'Scalar-IfDefined';
all_from 'lib/Scalar/IfDefined.pm';
author   q{Nick Booker <NMBooker@gmail.com>};
license  'perl';

build_requires 'Test::More';

auto_install;

WriteAll;