]> git.vpit.fr Git - perl/modules/subs-auto.git/commitdiff
Track META.yml
authorVincent Pit <vince@profvince.com>
Thu, 28 Aug 2008 17:54:42 +0000 (19:54 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 28 Aug 2008 17:54:42 +0000 (19:54 +0200)
MANIFEST
META.yml [new file with mode: 0644]

index b9a3291b87a13ff3e0dcdaa1fded3bc26b083d96..bbcbcbf9a10d869dd86635cc3efab2ea1974681f 100644 (file)
--- 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 (file)
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 <perl@profvince.com>
+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