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.4007
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'WWW::Proxy4FreeCom',
  'VERSION_FROM' => 'lib/WWW/Proxy4FreeCom.pm',
  'PREREQ_PM' => {
                   'Carp' => '1.04',
                   'Class::Accessor::Grouped' => 0,
                   'LWP::UserAgent' => '2.036',
                   'Mojo::DOM' => 0,
                   'Test::More' => 0,
                   'URI' => '1.35'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;