From: Vincent Pit Date: Thu, 28 Aug 2008 17:54:42 +0000 (+0200) Subject: Track META.yml X-Git-Tag: v0.03~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=commitdiff_plain;h=d6c9449d604f2318e0e67192e7336e149b42b56c;hp=63f28765be6e99c35367e4c048ec89ab1d5d5138 Track META.yml --- diff --git a/MANIFEST b/MANIFEST index b9a3291..bbcbcbf 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ Changes MANIFEST +META.yml Makefile.PL README lib/subs/auto.pm diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..aa1787b --- /dev/null +++ b/META.yml @@ -0,0 +1,19 @@ +--- #YAML:1.0 +name: subs-auto +version: 0.02 +abstract: Read barewords as subroutine names. +license: perl +author: + - Vincent Pit +generated_by: ExtUtils::MakeMaker version 6.42 +distribution_type: module +requires: + Carp: 0 + Symbol: 0 + Variable::Magic: 0.08 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.3.html + version: 1.3 +build_requires: + ExtUtils::MakeMaker: 0 + Test::More: 0