The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Generated by Module::Build::Compat->create_makefile_pl

use ExtUtils::MakeMaker;
WriteMakefile
  (
   NAME        => 'Array::Stream::Transactional::Matcher',
   VERSION     => '1.00',
   PL_FILES    => {},
   INSTALLDIRS => 'site',
   PREREQ_PM   => {
		 'Test::More' => '0',
		 'Array::Stream::Transactional' => '1.02',
		  },
  );