The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This Makefile.PL for  was generated by Dist::Zilla.
# Don't edit it but the dist.ini used to construct it.
BEGIN { require 5.010; }
use strict;
use warnings;
use ExtUtils::MakeMaker 6.11;

my %WriteMakefileArgs = (
  'ABSTRACT' => 'Plan 9 regular expression engine',
  'AUTHOR' => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>',
  'BUILD_REQUIRES' => {
    'Data::Dumper' => '0',
    'Test::More' => '0',
    'Time::HiRes' => '0',
    'vars' => '0'
  },
  'CONFIGURE_REQUIRES' => {
    'ExtUtils::MakeMaker' => '6.11'
  },
  'DIR' => [
    'libutf',
    'libfmt',
    'libregexp'
  ],
  'DISTNAME' => 're-engine-Plan9',
  'EXE_FILES' => [],
  'INC' => '-Ilibutf -Ilibfmt -Ilibregexp',
  'LDDLFLAGS' => '-shared libfmt/charstod.o libfmt/dofmt.o libfmt/dorfmt.o libfmt/errfmt.o libfmt/fltfmt.o libfmt/fmt.o libfmt/fmtfd.o libfmt/fmtfdflush.o libfmt/fmtlock.o libfmt/fmtprint.o libfmt/fmtquote.o libfmt/fmtrune.o libfmt/fmtstr.o libfmt/fmtvprint.o libfmt/fprint.o libfmt/nan64.o libfmt/pow10.o libfmt/print.o libfmt/runefmtstr.o libfmt/runeseprint.o libfmt/runesmprint.o libfmt/runesnprint.o libfmt/runesprint.o libfmt/runevseprint.o libfmt/runevsmprint.o libfmt/runevsnprint.o libfmt/seprint.o libfmt/smprint.o libfmt/snprint.o libfmt/sprint.o libfmt/strtod.o libfmt/vfprint.o libfmt/vseprint.o libfmt/vsmprint.o libfmt/vsnprint.o libregexp/regaux.o libregexp/regcomp.o libregexp/regerror.o libregexp/regexec.o libregexp/regsub.o libregexp/rregexec.o libregexp/rregsub.o libutf/rune.o libutf/runestrcat.o libutf/runestrchr.o libutf/runestrcmp.o libutf/runestrcpy.o libutf/runestrdup.o libutf/runestrecpy.o libutf/runestrlen.o libutf/runestrncat.o libutf/runestrncmp.o libutf/runestrncpy.o libutf/runestrrchr.o libutf/runestrstr.o libutf/runetype.o libutf/utfecpy.o libutf/utflen.o libutf/utfnlen.o libutf/utfrrune.o libutf/utfrune.o libutf/utfutf.o',
  'LICENSE' => 'perl',
  'NAME' => 're::engine::Plan9',
  'PREREQ_PM' => {
    'XSLoader' => '0'
  },
  'VERSION' => '0.16',
  'test' => {
    'TESTS' => 't/*.t'
  }
);

delete $WriteMakefileArgs{LICENSE}
  unless eval { ExtUtils::MakeMaker->VERSION(6.31) };

WriteMakefile(%WriteMakefileArgs);