Imported upstream version 0.08.02
[liburi-template-perl.git] / Makefile.PL
index e9124c2..9d387c8 100644 (file)
@@ -1,14 +1,10 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
-use ExtUtils::MakeMaker;
-WriteMakefile
-(
-          'PL_FILES' => {},
-          'INSTALLDIRS' => 'site',
-          'NAME' => 'URI::Template',
-          'EXE_FILES' => [],
-          'VERSION_FROM' => 'lib/URI/Template.pm',
-          'PREREQ_PM' => {
-                           'URI' => 0
-                         }
-        )
-;
+use inc::Module::Install 0.65;
+
+name 'URI-Template';
+all_from 'lib/URI/Template.pm';
+
+requires 'URI';
+requires 'Test::More';
+
+auto_install;
+WriteAll;