580946fd746afb20e367b1af8cafbe467c04b9bc
[MQR.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name     'MQR';
4 all_from 'lib/MQR.pm';
5 author   q{Dobrica Pavlinusic <dpavlin@rot13.org>};
6 license  'perl';
7
8 build_requires 'Test::More';
9
10 auto_install;
11
12 WriteAll;
13