X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=META.yml;h=5ecddad3d8219d4b4f2f40fd8f1e43dd86a24af6;hp=6fcf3f26fd4a373f20ecaaf7e9fc1877bb026d15;hb=c4fd5064ccd0e0c568bec68ebe82f3daf6c235b6;hpb=53a1b94e04453d9c7eea079af549f2179320b952 diff --git a/META.yml b/META.yml index 6fcf3f2..5ecddad 100644 --- a/META.yml +++ b/META.yml @@ -1,19 +1,25 @@ --- -name: URI-Template -version: 0.07 +abstract: 'Object for handling URI templates' author: - - 'Brian Cassidy ' -abstract: Object for handling URI templates + - 'Brian Cassidy ' +build_requires: + Test::More: 0 +distribution_type: module +generated_by: 'Module::Install version 0.77' license: perl -resources: - license: http://dev.perl.org/licenses/ +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: URI-Template +no_index: + directory: + - inc + - t requires: URI: 0 -provides: - URI::Template: - file: lib/URI/Template.pm - version: 0.07 -generated_by: Module::Build version 0.2808 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.2.html - version: 1.2 + URI::Escape: 0 + Unicode::Normalize: 0 + perl: 5.6.0 +resources: + license: http://dev.perl.org/licenses/ +version: 0.14_01