X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=Makefile.PL;h=c333f626c5f49adf5154819f2a8d79a60e380a48;hp=2c7fd073b532b2b1895d3cbd1c7c8223d33e3278;hb=c4fd5064ccd0e0c568bec68ebe82f3daf6c235b6;hpb=917525490f5d8e583f4b53dcd2d792b9e6f42c88 diff --git a/Makefile.PL b/Makefile.PL index 2c7fd07..c333f62 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.68; +use inc::Module::Install 0.77; if ( -e 'MANIFEST.SKIP' ) { system( 'pod2text lib/URI/Template.pm > README' ); @@ -10,8 +10,9 @@ name 'URI-Template'; all_from 'lib/URI/Template.pm'; requires 'URI'; +requires 'URI::Escape'; +requires 'Unicode::Normalize'; test_requires 'Test::More'; -auto_install; WriteAll;