/usr/local/CPAN/ZM-Session/Makefile.PL


## This -*- perl -*- script writes the Makefile for ZM::Session
# 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::Session',
  'VERSION_FROM' => 'Session.pm', # finds $VERSION
  'dist'=> { COMPRESS => 'gzip -6f', SUFFIX => 'gz', },
  # And ZM::Session has no module pre-requisites
);
# generated by Makepmdist (makepmdist_1.02.pl) v1.02
__END__