#!/usr/bin/perl use strict; use warnings; use lib '../..', '../../inc'; use inc::Module::Install prefix => '../../inc'; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. name ('Perl6-Value-List'); version_from ('lib/Perl6/Value/List.pm'); abstract_from ('lib/Perl6/Value/List.pm'); author ('Flavio S. Glock '); WritePugs (5);