]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - META.yml
Simplify vmg_call_sv() so that ERRSV is no longer used as a lvalue
[perl/modules/Variable-Magic.git] / META.yml
index c4bb41998d4390669adae27bb48d270f036a406c..2664b46d36c6d63ea200fe5c25adcb9fae9b7ef0 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,14 +1,38 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Variable-Magic
-version:      0.07_01
-version_from: lib/Variable/Magic.pm
-installdirs:  site
+---
+abstract: 'Associate user-defined magic to variables from Perl.'
+author:
+  - 'Vincent Pit <perl@profvince.com>'
+build_requires:
+  Carp: '0'
+  Config: '0'
+  Exporter: '0'
+  ExtUtils::MakeMaker: '0'
+  Test::More: '0'
+  XSLoader: '0'
+  base: '0'
+configure_requires:
+  Config: '0'
+  ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: '1.4'
+name: Variable-Magic
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    Carp:                          0
-    Exporter:                      0
-    Test::More:                    0
-    XSLoader:                      0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+  Carp: '0'
+  Exporter: '0'
+  XSLoader: '0'
+  base: '0'
+  perl: '5.008'
+resources:
+  bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Variable-Magic
+  homepage: http://search.cpan.org/dist/Variable-Magic/
+  license: http://dev.perl.org/licenses/
+  repository: http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git
+version: '0.55'