use strict; use lib "../..", "../../inc"; use inc::Module::Install prefix => '../../inc'; name ('Math::Random::Kiss'); version ('0.01'); abstract ('Perl 6 Math::Random::Kiss'); author ('Pugs team'); license ('perl'); WritePugs (6);