The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Text::Wrap::Smart::XS',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Text/Wrap/Smart/XS.pm',
          'PREREQ_PM' => {
                           'boolean' => 0,
                           'Test::More' => 0,
                           'Params::Validate' => 0,
                           'ExtUtils::CBuilder' => 0,
                           'Carp' => 0
                         }
        )
;