use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Net::Icecast',
'VERSION_FROM' => 'Icecast.pm', # finds $VERSION
);
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Net::Icecast',
'VERSION_FROM' => 'Icecast.pm', # finds $VERSION
);