Browse Source

+ Makefile.PL

master
Alex 'AdUser' Z 9 years ago
parent
commit
0b41cb12d8
  1. 12
      Makefile.PL

12
Makefile.PL

@ -0,0 +1,12 @@
use ExtUtils::MakeMaker;
WriteMakefile(
AUTHOR => ["Alex 'AdUser' Z <aduser\@cpan.org>"],
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,
},
);
Loading…
Cancel
Save