{"count":51789,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=name&page=172","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=name&page=170","results":[{"name":"p5.26-devel-leak","portdir":"perl/p5-devel-leak","version":"0.30.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::Leak","description":"Devel::Leak - Utility for looking for perl objects that are not reclaimed.","long_description":"Devel::Leak - Utility for looking for perl objects that are not reclaimed.","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[]},{"name":"p5.26-devel-lexalias","portdir":"perl/p5-devel-lexalias","version":"0.50.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::LexAlias","description":"Devel::LexAlias - alias lexical variables","long_description":"Devel::LexAlias - alias lexical variables","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26","p5.26-devel-caller"]}],"depends_on":[{"type":"build","ports":["p5.26-eval-closure"]},{"type":"lib","ports":["p5.26-lexical-persistence"]}]},{"name":"p5.26-devel-mat","portdir":"perl/p5-devel-mat","version":"0.430.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::MAT","description":"Devel::MAT - Perl Memory Analysis Tool","long_description":"Devel::MAT - Perl Memory Analysis Tool","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-identity"]},{"type":"lib","ports":["p5.26-devel-mat-dumper","p5.26-file-sharedir","p5.26-heap","p5.26-list-utilsby","p5.26-module-build","perl5.26","p5.26-string-tagged","p5.26-string-tagged-terminal","p5.26-struct-dumb","p5.26-syntax-keyword-try","p5.26-module-pluggable","p5.26-commandable"]}],"depends_on":[{"type":"lib","ports":["p5.26-test-refcount"]}]},{"name":"p5.26-devel-mat-dumper","portdir":"perl/p5-devel-mat-dumper","version":"0.420.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::MAT::Dumper","description":"Devel::MAT::Dumper - write a heap dump file for later analysis","long_description":"Devel::MAT::Dumper - write a heap dump file for later analysis","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26","p5.26-module-build"]}],"depends_on":[{"type":"lib","ports":["p5.26-devel-mat"]}]},{"name":"p5.26-devel-nytprof","portdir":"perl/p5-devel-nytprof","version":"6.60.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::NYTProf","description":"Powerful feature-rich perl source code profiler","long_description":"Devel::NYTProf is a powerful feature-rich perl source code profiler. \n o Performs per-line statement profiling for fine detail \n o Performs per-subroutine statement profiling for overview \n o Performs per-block statement profiling (the first profiler to do so) \n o Accounts correctly for time spent after calls return \n o Performs inclusive and exclusive timing of subroutines \n o Subroutine times are per calling location (a powerful feature) \n o Can profile compile-time activity, just run-time, or just END time \n o Uses novel techniques for efficient profiling \n o Sub-microsecond (100ns) resolution on systems with clock_gettime() \n o Very fast - the fastest statement and subroutine profilers for perl \n o Handles applications that fork, with no performance cost \n o Immune from noise caused by profiling overheads and I/O \n o Program being profiled can stop/start the profiler \n o Generates richly annotated and cross-linked html reports \n o Trivial to use with mod_perl - add one line to httpd.conf \n o Includes an extensive test suite \n o Tested on very large codebases \n \nNYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler.","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-sub-name"]},{"type":"lib","ports":["p5.26-json-maybexs","p5.26-test-differences","perl5.26","p5.26-file-which"]},{"type":"test","ports":["p5.26-moose","p5.26-test-pod","p5.26-test-pod-coverage"]}],"depends_on":[]},{"name":"p5.26-devel-overloadinfo","portdir":"perl/p5-devel-overloadinfo","version":"0.5.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::OverloadInfo","description":"Devel::OverloadInfo - introspect overloaded operators","long_description":"Devel::OverloadInfo returns information about overloaded operators for a given class (or object), including where in the inheritance hierarchy the overloads are declared and where the code implementing it is.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-fatal"]},{"type":"lib","ports":["perl5.26","p5.26-mro-compat","p5.26-package-stash","p5.26-sub-identify"]}],"depends_on":[{"type":"lib","ports":["p5.26-moose"]}]},{"name":"p5.26-devel-overrideglobalrequire","portdir":"perl/p5-devel-overrideglobalrequire","version":"0.1.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::OverrideGlobalRequire","description":"Devel::OverrideGlobalRequire - Override CORE::GLOBAL::require safely","long_description":"Devel::OverrideGlobalRequire - Override CORE::GLOBAL::require safely","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-class-refresh"]}]},{"name":"p5.26-devel-partialdump","portdir":"perl/p5-devel-partialdump","version":"0.200.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::PartialDump","description":"Devel::PartialDump - Partial dumping of data structures, optimized for argument printing.","long_description":"Devel::PartialDump - Partial dumping of data structures, optimized for argument printing.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-warnings"]},{"type":"lib","ports":["perl5.26","p5.26-class-tiny","p5.26-namespace-clean","p5.26-sub-exporter"]}],"depends_on":[{"type":"lib","ports":["p5.26-moosex-types-structured"]}]},{"name":"p5.26-devel-ppport","portdir":"perl/p5-devel-ppport","version":"3.620.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::PPPort","description":"Perl/Pollution/Portability","long_description":"Perl/Pollution/Portability","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"build","ports":["p5.26-data-messagepack","p5.26-mouse","p5.26-text-xslate"]},{"type":"lib","ports":["p5.26-module-install"]}]},{"name":"p5.26-devel-refcount","portdir":"perl/p5-devel-refcount","version":"0.100.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::Refcount","description":"Devel::Refcount - obtain the REFCNT value of a referent","long_description":"This module provides a single function which obtains the reference count of the object being pointed to by the passed reference value. It also provides a debugging assertion that asserts a given reference has a count of only 1.","active":false,"categories":["perl"],"maintainers":[{"name":"chrischavez","github":"chrstphrchvz","ports_count":96}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-fatal","p5.26-test-simple"]},{"type":"lib","ports":["perl5.26","p5.26-module-build"]}],"depends_on":[{"type":"test","ports":["p5.26-tcl"]}]},{"name":"p5.26-devel-repl","portdir":"perl/p5-devel-repl","version":"1.3.28","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::REPL","description":"Devel::REPL - a modern perl interactive shell","long_description":"Devel::REPL - a modern perl interactive shell","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-fatal"]},{"type":"lib","ports":["p5.26-b-keywords","p5.26-data-dump-streamer","p5.26-data-dumper-concise","p5.26-file-homedir","p5.26-file-next","p5.26-lexical-persistence","p5.26-module-refresh","p5.26-module-runtime","perl5.26","p5.26-moosex-getopt","p5.26-moosex-object-pluggable","p5.26-namespace-autoclean","p5.26-ppi","p5.26-ppi-xs","p5.26-sys-sigaction","p5.26-task-weaken","p5.26-moose","p5.26-app-nopaste"]}],"depends_on":[{"type":"lib","ports":["p5.26-pdl"]}]},{"name":"p5.26-devel-size","portdir":"perl/p5-devel-size","version":"0.830.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::Size","description":"Perl extension for finding the memory usage of Perl variables","long_description":"Perl extension for finding the memory usage of Perl variables","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-text-template-simple"]}]},{"name":"p5.26-devel-stacktrace","portdir":"perl/p5-devel-stacktrace","version":"2.40.0","license":"Artistic-2","platforms":"darwin","epoch":1,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::StackTrace","description":"Stack trace and stack trace frame objects","long_description":"The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTraceFrame. The goal of this object is to encapsulate the information that can found through using the caller() function, as well as providing a simple interface to this data.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-exception-class","p5.26-catalyst-plugin-stacktrace","p5.26-class-returnvalue","p5.26-devel-stacktrace-ashtml","p5.26-iterator","p5.26-iterator-util","p5.26-moose","p5.26-net-twitter","p5.26-plack","p5.26-specio","p5.26-throwable"]}]},{"name":"p5.26-devel-stacktrace-ashtml","portdir":"perl/p5-devel-stacktrace-ashtml","version":"0.150.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::StackTrace::AsHTML","description":"Displays stack trace in HTML","long_description":"Displays stack trace in HTML","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26","p5.26-devel-stacktrace"]}],"depends_on":[{"type":"lib","ports":["p5.26-plack"]}]},{"name":"p5.26-devel-symdump","portdir":"perl/p5-devel-symdump","version":"2.180.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Devel::Symdump","description":"Inspect the symbol table and class hierarchy","long_description":"A convenient way to inspect perl's symbol table and the class hierarchy within a running program.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-capitalization","p5.26-pod-coverage"]}]},{"name":"p5.26-device-serialport","portdir":"perl/p5-device-serialport","version":"1.40.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Device::SerialPort","description":"A POSIX-based version of the Win32::Serialport module","long_description":"A POSIX-based version of the Win32::Serialport module that provides modem support to Perl applications","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-gps"]}]},{"name":"p5.26-digest","portdir":"perl/p5-digest","version":"1.190.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest","description":"A simple frontend module for autoloading of various Digest:: modules.","long_description":"A simple frontend module for autoloading of various Digest:: modules.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[]},{"name":"p5.26-digest-bubblebabble","portdir":"perl/p5-digest-bubblebabble","version":"0.20.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::BubbleBabble","description":"Create bubble-babble fingerprints","long_description":"Create bubble-babble fingerprints","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-net-dns","p5.26-net-ssh-perl"]}]},{"name":"p5.26-digest-crc","portdir":"perl/p5-digest-crc","version":"0.22.2","license":"public-domain","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::CRC","description":"Generic CRC functions","long_description":"The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32.","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-authen-dechpwd"]}]},{"name":"p5.26-digest-gost","portdir":"perl/p5-digest-gost","version":"0.60.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::GOST","description":"A Perl interface to the GOST R 34.11-94 digest algorithm","long_description":"A Perl interface to the GOST R 34.11-94 digest algorithm","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[]},{"name":"p5.26-digest-hmac","portdir":"perl/p5-digest-hmac","version":"1.40.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::HMAC","description":"Keyed-Hashing for Message Authentication","long_description":"HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in RFC 2104.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26","p5.26-digest-sha1"]}],"depends_on":[{"type":"build","ports":["p5.26-moosex-storage"]},{"type":"lib","ports":["p5.26-amazon-s3","p5.26-auth-yubikey_webclient","p5.26-authen-sasl","p5.26-mail-box-imap4","p5.26-mail-imapclient","p5.26-mail-sender","p5.26-net-oauth","p5.26-net-smtp-tls","p5.26-net-smtp-tls-butmaintained","p5.26-net-smtp_auth","p5.26-net-snmp","p5.26-net-dns","p5.26-ntlm"]}]},{"name":"p5.26-digest-jhash","portdir":"perl/p5-digest-jhash","version":"0.100.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::JHash","description":"Digest::JHash - Perl extension for 32 bit Jenkins Hashing Algorithm","long_description":"Digest::JHash - Perl extension for 32 bit Jenkins Hashing Algorithm","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-chi","p5.26-mojolicious-plugin-chi"]}]},{"name":"p5.26-digest-md2","portdir":"perl/p5-digest-md2","version":"2.40.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::MD2","description":"Perl interface to the MD2 Algorithm","long_description":"The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit 'fingerprint' or 'message digest' of the input.","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-alt-crypt-rsa-bigint","p5.26-crypt-rsa"]}]},{"name":"p5.26-digest-md4","portdir":"perl/p5-digest-md4","version":"1.900.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::MD4","description":"Perl interface to the MD4 Algorithm","long_description":"The Digest::MD5 module allows you to use the RSA Data Security Inc. MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit fingerprint or message digest of the input. MD4 is described in RFC 1320.","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-authen-passphrase"]}]},{"name":"p5.26-digest-md5","portdir":"perl/p5-digest-md5","version":"2.580.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::MD5","description":"RSA MD5 implementation for perl","long_description":"The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit fingerprint or message digest of the input. MD5 is described in RFC 1321.","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-authen-radius","p5.26-convert-pem","p5.26-cpan-uploader","p5.26-dbix-class-schema-loader","p5.26-dist-zilla","p5.26-perl-ldap","p5.26-text-multimarkdown"]}]},{"name":"p5.26-digest-md5-file","portdir":"perl/p5-digest-md5-file","version":"0.80.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::MD5::File","description":"Perl extension for getting MD5 sums for files and urls.","long_description":"Perl extension for getting MD5 sums for files and urls.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26","p5.26-libwww-perl"]}],"depends_on":[{"type":"lib","ports":["p5.26-amazon-s3"]}]},{"name":"p5.26-digest-nilsimsa","portdir":"perl/p5-digest-nilsimsa","version":"0.60.0","license":"GPL-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::Nilsimsa","description":"Perl version of Nilsimsa code","long_description":"A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax.","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[]},{"name":"p5.26-digest-perl-md5","portdir":"perl/p5-digest-perl-md5","version":"1.900.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::Perl::MD5","description":"Perl implementation of Ron Rivests MD5 Algorithm","long_description":"This is not an interface (like Digest::MD5) but a Perl implementation of MD5. It is written in perl only and because of this it is slow but it works without C-Code. You should use Digest::MD5 instead of this module if it is available.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-spreadsheet-parseexcel"]}]},{"name":"p5.26-digest-sha","portdir":"perl/p5-digest-sha","version":"6.20.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::SHA","description":"Perl module for SHA-1 through SHA-512","long_description":"Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data.","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"build","ports":["p5.26-alien-sdl"]},{"type":"lib","ports":["p5.26-crypt-appletwofish","p5.26-dbix-class-cursor-cached","p5.26-net-dns-sec","p5.26-net-twitter","p5.26-session-storage-secure","p5.26-sql-translator"]}]},{"name":"p5.26-digest-sha1","portdir":"perl/p5-digest-sha1","version":"2.130.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::SHA1","description":"Perl interface to the SHA-1 Algorithm","long_description":"The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit \"fingerprint\" or \"message digest\" of the input.","active":false,"categories":["perl"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"lib","ports":["p5.26-cache-cache","p5.26-crypt-dsa","p5.26-crypt-mysql","p5.26-crypt-rsa","p5.26-data-serializer","p5.26-digest-hmac","p5.26-lwp-authen-wsse","p5.26-module-compile","p5.26-net-oauth","p5.26-net-snmp","p5.26-razor2-client-agent","p5.26-xml-atom"]}]},{"name":"p5.26-digest-whirlpool","portdir":"perl/p5-digest-whirlpool","version":"2.40.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Digest::Whirlpool","description":"Digest::Whirlpool - A 512-bit, collision-resistant, one-way hash function","long_description":"Digest::Whirlpool - A 512-bit, collision-resistant, one-way hash function","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[]},{"name":"p5.26-directory-scratch","portdir":"perl/p5-directory-scratch","version":"0.180.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Directory::Scratch","description":"Easy-to-use self-cleaning scratch space.","long_description":"Easy-to-use self-cleaning scratch space.","active":false,"categories":["perl"],"maintainers":[{"name":"dev","github":"","ports_count":96}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-module-build-tiny"]},{"type":"lib","ports":["p5.26-path-class","perl5.26","p5.26-string-random","p5.26-path-tiny","p5.26-module-build"]}],"depends_on":[{"type":"build","ports":["p5.26-catalyst-helper-authdbic"]}]},{"name":"p5.26-dir-self","portdir":"perl/p5-dir-self","version":"0.110.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dir::Self","description":"Dir::Self - a __DIR__ constant for the directory your source file is in","long_description":"Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the directory your source file is in, as an absolute pathname.","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26"]}],"depends_on":[{"type":"build","ports":["p5.26-dbix-class-encodedcolumn"]}]},{"name":"p5.26-dist-checkconflicts","portdir":"perl/p5-dist-checkconflicts","version":"0.110.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::CheckConflicts","description":"declare version conflicts for your dist","long_description":"declare version conflicts for your dist","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-fatal"]},{"type":"lib","ports":["perl5.26","p5.26-module-runtime"]}],"depends_on":[{"type":"lib","ports":["p5.26-datetime-locale","p5.26-log-dispatch","p5.26-module-runtime-conflicts","p5.26-moose","p5.26-package-stash"]}]},{"name":"p5.26-dist-zilla","portdir":"perl/p5-dist-zilla","version":"6.17.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla","description":"Dist::Zilla - distribution builder, installer not included!","long_description":"Dist::Zilla - distribution builder, installer not included!","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-cpan-meta-check","p5.26-test-failwarnings","p5.26-test-fatal","p5.26-test-file-sharedir"]},{"type":"lib","ports":["p5.26-config-mvp","p5.26-config-mvp-reader-ini","p5.26-cpan-meta","p5.26-cpan-meta-requirements","p5.26-cpan-uploader","p5.26-data-dumper","p5.26-data-optlist","p5.26-datetime","p5.26-digest-md5","p5.26-encode","p5.26-extutils-manifest","p5.26-file-copy-recursive","p5.26-file-find-rule","p5.26-file-path","p5.26-file-pushd","p5.26-file-sharedir","p5.26-file-sharedir-install","p5.26-file-temp","p5.26-json-maybexs","p5.26-log-dispatchouli","p5.26-mixin-linewise","p5.26-module-runtime","p5.26-moose","p5.26-moosex-lazyrequire","p5.26-moosex-role-parameterized","p5.26-moosex-setonce","p5.26-moosex-types","p5.26-moosex-types-perl","p5.26-namespace-clean","p5.26-params-util","p5.26-path-tiny","p5.26-perl-prereqscanner","p5.26-pod-simple","p5.26-ppi","p5.26-ppi-xs","p5.26-software-license","p5.26-string-formatter","p5.26-string-rewriteprefix","p5.26-sub-exporter","p5.26-sub-exporter-formethods","p5.26-term-encoding","p5.26-term-readkey","p5.26-term-readline","p5.26-term-readline-gnu","p5.26-term-ui","p5.26-test-deep","p5.26-text-glob","perl5.26","p5.26-try-tiny","p5.26-yaml-tiny","p5.26-text-template","p5.26-app-cmd","p5.26-archive-tar","p5.26-class-load","p5.26-config-ini"]}],"depends_on":[{"type":"build","ports":["p5.26-dist-zilla-role-modulemetadata","p5.26-dist-zilla-plugin-modulebuildtiny-fallback","p5.26-dist-zilla-plugin-twitter"]},{"type":"lib","ports":["p5.26-dist-zilla-plugin-autometaresources","p5.26-dist-zilla-plugin-bumpversionafterrelease","p5.26-dist-zilla-plugin-checkextratests","p5.26-dist-zilla-plugin-checkissues","p5.26-dist-zilla-plugin-checkmetaresources","p5.26-dist-zilla-plugin-checkprereqsindexed","p5.26-dist-zilla-plugin-checkselfdependency","p5.26-dist-zilla-plugin-checkstrictversion","p5.26-dist-zilla-plugin-config-git","p5.26-dist-zilla-plugin-contributorsfromgit","p5.26-dist-zilla-plugin-copyfilesfromrelease","p5.26-dist-zilla-plugin-dynamicprereqs","p5.26-dist-zilla-plugin-emailnotify","p5.26-dist-zilla-plugin-ensurelatestperl","p5.26-dist-zilla-plugin-ffi","p5.26-dist-zilla-plugin-generatefile-fromsharedir","p5.26-dist-zilla-plugin-git","p5.26-dist-zilla-plugin-git-contributors","p5.26-dist-zilla-plugin-git-describe","p5.26-dist-zilla-plugin-git-pushinitial","p5.26-dist-zilla-plugin-git-remote-check","p5.26-dist-zilla-plugin-github","p5.26-dist-zilla-plugin-githubmeta","p5.26-dist-zilla-plugin-installguide","p5.26-dist-zilla-plugin-keywords","p5.26-dist-zilla-plugin-makemaker-awesome","p5.26-dist-zilla-plugin-makemaker-fallback","p5.26-dist-zilla-plugin-metaprovides","p5.26-dist-zilla-plugin-metaprovides-package","p5.26-dist-zilla-plugin-minimumperl","p5.26-dist-zilla-plugin-modulebuildtiny","p5.26-dist-zilla-plugin-mojibaketests","p5.26-dist-zilla-plugin-ourpkgversion","p5.26-dist-zilla-plugin-pod2readme","p5.26-dist-zilla-plugin-podweaver","p5.26-dist-zilla-plugin-prereqs-authordeps","p5.26-dist-zilla-plugin-promptifstale","p5.26-dist-zilla-plugin-readmeanyfrompod","p5.26-dist-zilla-plugin-rewriteversion-transitional","p5.26-dist-zilla-plugin-run","p5.26-dist-zilla-plugin-test-compile","p5.26-dist-zilla-plugin-test-minimumversion","p5.26-dist-zilla-plugin-test-reportprereqs","p5.26-dist-zilla-plugin-twitter","p5.26-dist-zilla-plugin-versionfrommainmodule","p5.26-dist-zilla-pluginbundle-git-checkfor","p5.26-dist-zilla-pluginbundle-git-versionmanager","p5.26-dist-zilla-pluginbundle-starter","p5.26-dist-zilla-role-dynamicconfig","p5.26-dist-zilla-role-filewatcher","p5.26-dist-zilla-role-pluginbundle-pluginremover","p5.26-dist-zilla-role-registerstash","p5.26-dist-zilla-role-repofileinjector","p5.26-dist-zilla-role-stash-plugins","p5.26-dist-zilla-app-command-regenerate","p5.26-pod-weaver-section-generatesection","p5.26-dist-zilla-config-slicer","p5.26-dist-zilla-plugin-authority"]}]},{"name":"p5.26-dist-zilla-app-command-regenerate","portdir":"perl/p5-dist-zilla-app-command-regenerate","version":"0.1.1","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::App::Command::regenerate","description":"Dist::Zilla::App::Command::regenerate - Write content into your source tree from your release staging","long_description":"Dist::Zilla::App::Command::regenerate - Write content into your source tree from your release staging","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-needs","p5.26-test-tempdir-tiny"]},{"type":"lib","ports":["p5.26-moose","p5.26-namespace-clean","perl5.26","p5.26-safe-isa","p5.26-path-tiny","p5.26-beam-emitter","p5.26-dist-zilla"]}],"depends_on":[{"type":"lib","ports":["p5.26-dist-zilla-pluginbundle-starter"]}]},{"name":"p5.26-dist-zilla-config-slicer","portdir":"perl/p5-dist-zilla-config-slicer","version":"0.202.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Config::Slicer","description":"Dist::Zilla::Config::Slicer - Config::MVP::Slicer customized for Dist::Zilla","long_description":"Dist::Zilla::Config::Slicer - Config::MVP::Slicer customized for Dist::Zilla","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0"]},{"type":"lib","ports":["perl5.26","p5.26-config-mvp-slicer","p5.26-dist-zilla","p5.26-moose"]}],"depends_on":[{"type":"lib","ports":["p5.26-dist-zilla-pluginbundle-git-versionmanager","p5.26-dist-zilla-pluginbundle-starter"]}]},{"name":"p5.26-dist-zilla-plugin-authority","portdir":"perl/p5-dist-zilla-plugin-authority","version":"1.9.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::Authority","description":"Dist::Zilla::Plugin::Authority - Add the AUTHORITY variable and metadata to your distribution","long_description":"Dist::Zilla::Plugin::Authority - Add the AUTHORITY variable and metadata to your distribution","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-file-temp"]},{"type":"lib","ports":["p5.26-file-homedir","p5.26-module-build","perl5.26","p5.26-ppi","p5.26-moose","p5.26-dist-zilla"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-plugin-autometaresources","portdir":"perl/p5-dist-zilla-plugin-autometaresources","version":"1.210.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::AutoMetaResources","description":"Dist::Zilla::Plugin::AutoMetaResources - Automagical MetaResources","long_description":"Dist::Zilla::Plugin::AutoMetaResources - Automagical MetaResources","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-nowarnings"]},{"type":"lib","ports":["perl5.26","p5.26-dist-zilla","p5.26-module-build","p5.26-moose"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-plugin-bumpversionafterrelease","portdir":"perl/p5-dist-zilla-plugin-bumpversionafterrelease","version":"0.18.0","license":"Apache-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::BumpVersionAfterRelease","description":"Dist::Zilla::Plugin::BumpVersionAfterRelease - Bump module versions after distribution release","long_description":"Dist::Zilla::Plugin::BumpVersionAfterRelease - Bump module versions after distribution release","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-deep","p5.26-test-fatal"]},{"type":"lib","ports":["p5.26-path-tiny","perl5.26","p5.26-version-next","p5.26-dist-zilla","p5.26-moose"]}],"depends_on":[{"type":"lib","ports":["p5.26-dist-zilla-plugin-rewriteversion-transitional","p5.26-dist-zilla-pluginbundle-git-versionmanager","p5.26-dist-zilla-pluginbundle-starter"]}]},{"name":"p5.26-dist-zilla-pluginbundle-git-checkfor","portdir":"perl/p5-dist-zilla-pluginbundle-git-checkfor","version":"0.14.0","license":"LGPL-2.1","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::PluginBundle::Git::CheckFor","description":"Dist::Zilla::PluginBundle::Git::CheckFor - All Git::CheckFor plugins at once","long_description":"Dist::Zilla::PluginBundle::Git::CheckFor - All Git::CheckFor plugins at once","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["p5.26-test-tempdir-tiny","clang-9.0","p5.26-capture-tiny","p5.26-devel-checkbin","p5.26-file-chdir","p5.26-path-tiny","p5.26-test-checkdeps","p5.26-test-fatal","p5.26-test-moose-more"]},{"type":"lib","ports":["p5.26-dist-zilla","p5.26-dist-zilla-plugin-git","p5.26-git-wrapper","p5.26-moose","p5.26-moosex-attributeshortcuts","p5.26-namespace-autoclean","p5.26-try-tiny","perl5.26"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-pluginbundle-git-versionmanager","portdir":"perl/p5-dist-zilla-pluginbundle-git-versionmanager","version":"0.7.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::PluginBundle::Git::VersionManager","description":"Dist::Zilla::PluginBundle::Git::VersionManager - A plugin bundle that manages your version in git","long_description":"Dist::Zilla::PluginBundle::Git::VersionManager - A plugin bundle that manages your version in git","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-cpan-meta-check","p5.26-json-maybexs","p5.26-module-build-tiny","p5.26-module-metadata","p5.26-namespace-clean","p5.26-parent","p5.26-path-tiny","p5.26-test-deep","p5.26-test-fatal"]},{"type":"lib","ports":["p5.26-module-build","perl5.26","p5.26-namespace-autoclean","p5.26-moose","p5.26-cpan-meta-requirements","p5.26-dist-zilla","p5.26-dist-zilla-config-slicer","p5.26-dist-zilla-plugin-bumpversionafterrelease","p5.26-dist-zilla-plugin-copyfilesfromrelease","p5.26-dist-zilla-plugin-git","p5.26-dist-zilla-plugin-rewriteversion-transitional","p5.26-dist-zilla-plugin-versionfrommainmodule","p5.26-dist-zilla-role-pluginbundle-pluginremover"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-pluginbundle-starter","portdir":"perl/p5-dist-zilla-pluginbundle-starter","version":"5.0.1","license":"Artistic-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::PluginBundle::Starter","description":"Dist::Zilla::PluginBundle::Starter - A minimal Dist::Zilla plugin bundle","long_description":"Dist::Zilla::PluginBundle::Starter - A minimal Dist::Zilla plugin bundle","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-file-sharedir-install","p5.26-path-tiny","p5.26-test-file-sharedir"]},{"type":"lib","ports":["p5.26-dist-zilla-plugin-bumpversionafterrelease","p5.26-dist-zilla-plugin-checkextratests","p5.26-dist-zilla-plugin-copyfilesfromrelease","p5.26-dist-zilla-plugin-makemaker-awesome","p5.26-dist-zilla-plugin-metaprovides-package","p5.26-dist-zilla-plugin-modulebuildtiny","p5.26-dist-zilla-plugin-modulebuildtiny-fallback","perl5.26","p5.26-dist-zilla-plugin-readmeanyfrompod","p5.26-dist-zilla-plugin-test-compile","p5.26-dist-zilla-plugin-test-reportprereqs","p5.26-dist-zilla-role-pluginbundle-pluginremover","p5.26-moose","p5.26-namespace-clean","p5.26-test-pod","p5.26-dist-zilla-plugin-pod2readme","p5.26-dist-zilla","p5.26-dist-zilla-app-command-regenerate","p5.26-dist-zilla-config-slicer"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-plugin-checkextratests","portdir":"perl/p5-dist-zilla-plugin-checkextratests","version":"0.29.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::CheckExtraTests","description":"Dist::Zilla::Plugin::CheckExtraTests - check xt tests before release","long_description":"Dist::Zilla::Plugin::CheckExtraTests - check xt tests before release","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-capture-tiny","p5.26-params-util","p5.26-sub-exporter","p5.26-test-requires","p5.26-try-tiny"]},{"type":"lib","ports":["p5.26-path-iterator-rule","perl5.26","p5.26-path-tiny","p5.26-archive-tar","p5.26-dist-zilla","p5.26-file-pushd","p5.26-moose","p5.26-namespace-autoclean"]}],"depends_on":[{"type":"lib","ports":["p5.26-dist-zilla-pluginbundle-starter"]}]},{"name":"p5.26-dist-zilla-plugin-checkissues","portdir":"perl/p5-dist-zilla-plugin-checkissues","version":"0.11.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::CheckIssues","description":"Dist::Zilla::Plugin::CheckIssues - Retrieve count of outstanding RT and github issues for your distribution","long_description":"Dist::Zilla::Plugin::CheckIssues - Retrieve count of outstanding RT and github issues for your distribution","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-cpan-meta","p5.26-cpan-meta-requirements","p5.26-file-pushd","p5.26-module-metadata","p5.26-path-tiny","p5.26-test-deep","p5.26-test-fatal"]},{"type":"lib","ports":["p5.26-namespace-autoclean","perl5.26","p5.26-term-ansicolor","p5.26-dist-zilla","p5.26-encode","p5.26-http-message","p5.26-http-tiny","p5.26-json-maybexs","p5.26-log-dispatch","p5.26-moose"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-plugin-checkmetaresources","portdir":"perl/p5-dist-zilla-plugin-checkmetaresources","version":"0.1.0","license":"Apache-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::CheckMetaResources","description":"Dist::Zilla::Plugin::CheckMetaResources - Ensure META includes resources","long_description":"Dist::Zilla::Plugin::CheckMetaResources - Ensure META includes resources","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["p5.26-try-tiny","clang-9.0","p5.26-capture-tiny","p5.26-file-temp","p5.26-path-class"]},{"type":"lib","ports":["p5.26-dist-zilla","p5.26-moose","p5.26-namespace-autoclean","perl5.26"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-plugin-checkprereqsindexed","portdir":"perl/p5-dist-zilla-plugin-checkprereqsindexed","version":"0.20.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::CheckPrereqsIndexed","description":"Dist::Zilla::Plugin::CheckPrereqsIndexed - prevent a release if you have prereqs not found on CPAN","long_description":"Dist::Zilla::Plugin::CheckPrereqsIndexed - prevent a release if you have prereqs not found on CPAN","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-cpan-meta","p5.26-test-deep","p5.26-test-fatal","p5.26-test-requiresinternet"]},{"type":"lib","ports":["p5.26-version","perl5.26","p5.26-yaml-tiny","p5.26-dist-zilla","p5.26-http-tiny","p5.26-moose","p5.26-namespace-autoclean"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-plugin-checkselfdependency","portdir":"perl/p5-dist-zilla-plugin-checkselfdependency","version":"0.11.0","license":"(Artistic-1 or GPL)","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::CheckSelfDependency","description":"Dist::Zilla::Plugin::CheckSelfDependency - Check if your distribution declares a dependency on itself","long_description":"Dist::Zilla::Plugin::CheckSelfDependency - Check if your distribution declares a dependency on itself","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-cpan-meta","p5.26-module-build-tiny","p5.26-path-tiny","p5.26-test-deep","p5.26-test-fatal"]},{"type":"lib","ports":["perl5.26","p5.26-namespace-autoclean","p5.26-cpan-meta-requirements","p5.26-dist-zilla","p5.26-dist-zilla-role-modulemetadata","p5.26-module-build","p5.26-moose"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-plugin-checkstrictversion","portdir":"perl/p5-dist-zilla-plugin-checkstrictversion","version":"0.1.0","license":"Apache-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::CheckStrictVersion","description":"Dist::Zilla::Plugin::CheckStrictVersion - BeforeRelease plugin to check for a strict version number","long_description":"Dist::Zilla::Plugin::CheckStrictVersion - BeforeRelease plugin to check for a strict version number","active":false,"categories":["perl"],"maintainers":[{"name":"devans","github":"dbevans","ports_count":2636}],"variants":[],"dependencies":[{"type":"build","ports":["p5.26-version-next","p5.26-cpan-meta","p5.26-cpan-meta-requirements","p5.26-pathtools","p5.26-test-fatal","clang-9.0"]},{"type":"lib","ports":["p5.26-dist-zilla","p5.26-moose","p5.26-version","perl5.26"]}],"depends_on":[]},{"name":"p5.26-dist-zilla-plugin-config-git","portdir":"perl/p5-dist-zilla-plugin-config-git","version":"0.920.0","license":"Artistic-2","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://metacpan.org/pod/Dist::Zilla::Plugin::Config::Git","description":"Plugin configuration containing settings for a Git repo","long_description":"Plugin configuration containing settings for a Git repo","active":false,"categories":["perl"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-9.0","p5.26-test-checkdeps"]},{"type":"lib","ports":["p5.26-moose","p5.26-moosex-types","perl5.26","p5.26-string-errf","p5.26-namespace-clean","p5.26-dist-zilla"]}],"depends_on":[{"type":"lib","ports":["p5.26-dist-zilla-plugin-git"]}]}]}