The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
## This -*- perl -*- script writes the Makefile for ZM::SSI
# You should read "perldoc perlmodinstall" for instructions on
#  how to install modules like this.

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

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