summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..280be38
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,34 @@
+---
+abstract: "Provides function returning the equivalent of C<${^GLOBAL_PHASE} eq 'DESTRUCT'> for older perls."
+author:
+ - 'Yuval Kogman <nothingmuch@woobling.org>'
+ - 'Florian Ragwitz <rafl@debian.org>'
+ - 'Jesse Luehrs <doy@tozt.net>'
+ - 'Peter Rabbitson <ribasushi@cpan.org>'
+ - "Arthur Axel 'fREW' Schmidt <frioux@gmail.com>"
+ - 'Elizabeth Mattijsen <liz@dijkmat.nl>'
+ - 'Greham Knop <haarg@haarg.org>'
+build_requires: {}
+configure_requires:
+ ExtUtils::CBuilder: '0.27'
+ ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141520'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: Devel-GlobalDestruction
+no_index:
+ directory:
+ - t
+ - xt
+requires:
+ Sub::Exporter::Progressive: '0.001011'
+ perl: '5.006'
+resources:
+ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-GlobalDestruction
+ homepage: https://metacpan.org/release/Devel-GlobalDestruction
+ license: http://dev.perl.org/licenses/
+ repository: git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction.git
+version: '0.13'