Codebase list libaudio-wma-perl / fresh-snapshots/main Makefile.PL
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Makefile.PL @fresh-snapshots/mainraw · history · blame

# $Id: Makefile.PL 10 1998-12-16 23:02:45Z daniel $

use inc::Module::Install;

name('Audio-WMA');
license('perl');
perl_version('5.005');
all_from('WMA.pm');

auto_install();
WriteAll();