# Note: this file was auto-generated by Module::Build::Compat version 0.3800 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'WriteAt', 'VERSION_FROM' => 'lib/WriteAt.pm', 'PREREQ_PM' => { 'DateTime::Format::W3CDTF' => 0, 'Perl6::Pod' => '0.57', 'Perl6::Pod::Lib' => '0.11', 'Regexp::Grammars' => '1.021' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'scripts/writeat' ], 'PL_FILES' => {} ) ;