The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
## This -*- perl -*- script writes the Makefile for Ham::Scraper
# You should read "perldoc perlmodinstall" for instructions on
#  how to install modules like this.

require 5.004;
use strict;
use ExtUtils::MakeMaker;

WriteMakefile(
  'NAME' => 'Ham::Scraper',
  'VERSION_FROM' => 'Scraper.pm', # finds $VERSION
  'dist'=> { COMPRESS => 'gzip ', SUFFIX => 'gz', },
  # And Ham::Scraper has no module pre-requisites
);
# generated by Makepmdist (makepmdist_1.03.pl) v1.03
__END__