a7295fcf67cbca3af1a5434d67bf414d1f935194
[liburi-template-perl.git] / Makefile.PL
1 use inc::Module::Install 0.68;
2
3 name 'URI-Template';
4 all_from 'lib/URI/Template.pm';
5
6 requires 'URI';
7
8 test_requires 'Test::More';
9
10 auto_install;
11 WriteAll;