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

WriteMakefile(
    'NAME'          => 'Jacode',
    'VERSION_FROM'  => 'lib/Jacode.pm',
    'ABSTRACT_FROM' => 'lib/Jacode.pm',
    'PREREQ_PM'     => { },
    'AUTHOR'        => 'ina <ina@cpan.org> in a CPAN',
);

__END__