#!/usr/bin/perl use strict; use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'DCE::Perl::RPC', 'VERSION_FROM' => 'lib/DCE/Perl/RPC.pm', );