diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..db5ea14 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,12 @@ +use ExtUtils::MakeMaker; + +WriteMakefile( + AUTHOR => ["Alex 'AdUser' Z "], + NAME => 'Text::Playlist', + ABSTRACT => 'Collection of modules for work with various playlist formats', + VERSION_FROM => 'lib/Text/Playlist.pm', + LICENSE => 'perl_5', + BUILD_REQUIRES => { + 'Test::More' => 0, + }, +);