The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Run this program to generate a makefile.  See "perldoc perlmodinstall"
#
# Time-stamp: "2004-04-08 22:47:11 ADT"
#
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

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

WriteMakefile(
    'NAME'	    => 'Net::OmaDrm',
    'VERSION_FROM'  => 'lib/Net/OmaDrm.pm',
);

__END__