summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..8d6a393
--- /dev/null
+++ b/META.json
@@ -0,0 +1,61 @@
+{
+ "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>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.141520",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Devel-GlobalDestruction",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "xt"
+ ]
+ },
+ "prereqs" : {
+ "build" : {},
+ "configure" : {
+ "requires" : {
+ "ExtUtils::CBuilder" : "0.27",
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Sub::Exporter::Progressive" : "0.001011",
+ "perl" : "5.006"
+ }
+ },
+ "test" : {}
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "mailto" : "bug-Devel-GlobalDestruction@rt.cpan.org",
+ "web" : "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" : {
+ "type" : "git",
+ "url" : "git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction.git",
+ "web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-GlobalDestruction.git"
+ }
+ },
+ "version" : "0.13"
+}