debian/changelog: new upstream
[liburi-template-perl.git] / Makefile.PL
1 # Note: this file was auto-generated by Module::Build::Compat version 0.03
2 use ExtUtils::MakeMaker;
3 WriteMakefile
4 (
5           'PL_FILES' => {},
6           'INSTALLDIRS' => 'site',
7           'NAME' => 'URI::Template',
8           'EXE_FILES' => [],
9           'VERSION_FROM' => 'lib/URI/Template.pm',
10           'PREREQ_PM' => {
11                            'URI' => 0
12                          }
13         )
14 ;