-
-
Save AlexDaniel/803489b81e17c82b64e4d26d3a9b2524 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===> Searching for: Algorithm::LibSVM | |
===> Found: Algorithm::LibSVM:ver<0.0.3> [via Zef::Repository::Ecosystems<cpan>] | |
===> Fetching [OK]: Algorithm::LibSVM:ver<0.0.3> to /home/alex/Blin/data/zef-data/tmp/1550517654.18025.211/Algorithm-LibSVM-0.0.3.tar.gz | |
===> Extraction [OK]: Algorithm::LibSVM to /home/alex/Blin/data/zef-data/store/Algorithm-LibSVM-0.0.3.tar.gz | |
===> Building: Algorithm::LibSVM:ver<0.0.3> | |
Command: /tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/Algorithm-LibSVM-0.0.3.tar.gz/Algorithm-LibSVM-0.0.3/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/Algorithm-LibSVM-0.0.3.tar.gz/Algorithm-LibSVM-0.0.3') ?? exit(0) !! exit(1); | |
patching file svm.h (read from 3.22/svm.h) | |
patching file svm.cpp (read from 3.22/svm.cpp) | |
g++ -Wall -Wconversion -O3 -fPIC -c svm.cpp | |
if [ "Linux" = "Darwin" ]; then \ | |
SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,/home/alex/Blin/data/zef-data/store/Algorithm-LibSVM-0.0.3.tar.gz/Algorithm-LibSVM-0.0.3/resources/libraries/libsvm.so"; \ | |
else \ | |
SHARED_LIB_FLAG="-shared -Wl,-soname,/home/alex/Blin/data/zef-data/store/Algorithm-LibSVM-0.0.3.tar.gz/Algorithm-LibSVM-0.0.3/resources/libraries/libsvm.so"; \ | |
fi; \ | |
g++ ${SHARED_LIB_FLAG} svm.o -o /home/alex/Blin/data/zef-data/store/Algorithm-LibSVM-0.0.3.tar.gz/Algorithm-LibSVM-0.0.3/resources/libraries/libsvm.so | |
===> Building [OK] for Algorithm::LibSVM:ver<0.0.3> | |
===> Testing: Algorithm::LibSVM:ver<0.0.3> | |
t/01-basic.t ..... ok | |
corrupted double-linked list | |
t/02-csvc.t ...... | |
All 3 subtests passed | |
t/03-nusvc.t ..... | |
All 6 subtests passed | |
t/04-oneclass.t .. ok | |
t/05-epssvr.t .... ok | |
t/06-nusvr.t ..... ok | |
t/07-parse.t ..... ok | |
Test Summary Report | |
------------------- | |
t/02-csvc.t (Wstat: 6 Tests: 3 Failed: 0) | |
Non-zero wait status: 6 | |
Parse errors: No plan found in TAP output | |
t/03-nusvc.t (Wstat: 11 Tests: 6 Failed: 0) | |
Non-zero wait status: 11 | |
Parse errors: No plan found in TAP output | |
Files=7, Tests=18, 32 wallclock secs ( 0.05 usr 0.00 sys + 26.85 cusr 1.26 csys = 28.16 CPU) | |
Result: FAIL | |
===> Testing [FAIL]: Algorithm::LibSVM:ver<0.0.3> | |
Failed to get passing tests, but continuing with --force-test | |
===> Installing: Algorithm::LibSVM:ver<0.0.3> | |
===> Install [OK] for Algorithm::LibSVM:ver<0.0.3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===> Searching for: ANTLR4::Grammar | |
===> Found: ANTLR4::Grammar:ver<0.6.1>:auth<github:drforr> [via Zef::Repository::Ecosystems<p6c>] | |
===> Fetching [OK]: ANTLR4::Grammar:ver<0.6.1>:auth<github:drforr> to /home/alex/Blin/data/zef-data/tmp/1550518536.11122.9020/perl6-ANTLR4.git | |
===> Extraction [OK]: ANTLR4::Grammar to /home/alex/Blin/data/zef-data/store/perl6-ANTLR4.git | |
===> Testing: ANTLR4::Grammar:ver<0.6.1>:auth<github:drforr> | |
t/01-parse.t .............. ok | |
t/02-corpus.t ............. ok | |
===SORRY!=== | |
Type check failed in binding to parameter '$a'; expected Any but got VMNull (?) | |
# Looks like you planned 48 tests, but ran 2 | |
t/03-corpus-compile.t ..... | |
Dubious, test returned 255 (wstat 65280, 0xff00) | |
Failed 46/48 subtests | |
t/04-use-parser.t ......... ok | |
t/10-basic-grammar.t ...... ok | |
t/11-concatenation.t ...... ok | |
t/12-alternation.t ........ ok | |
t/13-grouping.t ........... ok | |
t/14-grammar-modifiers.t .. ok | |
t/15-rule-modifiers.t ..... ok | |
t/16-term-modifiers.t ..... ok | |
t/17-modes.t .............. ok | |
t/meta.t .................. ok | |
Test Summary Report | |
------------------- | |
t/03-corpus-compile.t (Wstat: 65280 Tests: 2 Failed: 0) | |
Non-zero exit status: 255 | |
Parse errors: Bad plan. You planned 48 tests but ran 2. | |
Files=13, Tests=100, 79 wallclock secs ( 0.13 usr 0.01 sys + 59.92 cusr 1.40 csys = 61.46 CPU) | |
Result: FAIL | |
===> Testing [FAIL]: ANTLR4::Grammar:ver<0.6.1>:auth<github:drforr> | |
Failed to get passing tests, but continuing with --force-test | |
===> Installing: ANTLR4::Grammar:ver<0.6.1>:auth<github:drforr> | |
===> Install [OK] for ANTLR4::Grammar:ver<0.6.1>:auth<github:drforr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===> Searching for: Astro::Sunrise | |
Failed to open file /home/alex/Blin/data/zef-data/store/p6-Astro-Sunrise.git/10f748bfe733fbc5081b019533c83ed5b003176d/lib/Astro/Sunrise.pm: No such file or directory | |
===> Found: Astro::Sunrise:ver<0.0.1> [via Zef::Repository::Ecosystems<p6c>] | |
===> Fetching [OK]: Astro::Sunrise:ver<0.0.1> to /home/alex/Blin/data/zef-data/tmp/1550515843.28627.672/p6-Astro-Sunrise.git | |
===> Extraction [OK]: Astro::Sunrise to /home/alex/Blin/data/zef-data/store/p6-Astro-Sunrise.git | |
===> Testing: Astro::Sunrise:ver<0.0.1> | |
===SORRY!=== | |
Failed to open file /home/alex/Blin/data/zef-data/store/p6-Astro-Sunrise.git/10f748bfe733fbc5081b019533c83ed5b003176d/lib/Astro/Sunrise.pm: No such file or directory | |
t/01basic.t .. | |
Dubious, test returned 1 (wstat 256, 0x100) | |
No subtests run | |
Test Summary Report | |
------------------- | |
t/01basic.t (Wstat: 256 Tests: 0 Failed: 0) | |
Non-zero exit status: 1 | |
Parse errors: No plan found in TAP output | |
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.43 cusr 0.04 csys = 0.49 CPU) | |
Result: FAIL | |
===> Testing [FAIL]: Astro::Sunrise:ver<0.0.1> | |
Failed to get passing tests, but continuing with --force-test | |
===> Installing: Astro::Sunrise:ver<0.0.1> | |
===> Install [FAIL] for Astro::Sunrise:ver<0.0.1>: Failed to open file /home/alex/Blin/data/zef-data/store/p6-Astro-Sunrise.git/10f748bfe733fbc5081b019533c83ed5b003176d/lib/Astro/Sunrise.pm: No such file or directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===> Searching for: Backtrace::AsHTML | |
===> Found: Backtrace::AsHTML:ver<0.0.1> [via Zef::Repository::Ecosystems<cpan>] | |
===> Fetching [OK]: Backtrace::AsHTML:ver<0.0.1> to /home/alex/Blin/data/zef-data/tmp/1550515824.28201.5426/Backtrace-AsHTML-0.0.1.tar.gz | |
===> Extraction [OK]: Backtrace::AsHTML to /home/alex/Blin/data/zef-data/store/Backtrace-AsHTML-0.0.1.tar.gz | |
===> Testing: Backtrace::AsHTML:ver<0.0.1> | |
# Failed test 'text matches rx{'in foo at t/01-basic.t line 15'}' | |
# at t/01-basic.t line 22 | |
# expected a match with: rx{'in foo at t/01-basic.t line 15'} | |
# got: "<!doctype html><head><title>Error: in block \<unit\> at t/01-basic.t line 18</title><style type=\"text/css\">a.toggle \{ color: #444 }\nbody \{ margin: 0; padding: 0; background: #fff; color: #000; }\nh1 \{ margin: 0 0 .5em; padding: .25em .5em .1em 1.5em; border-bottom: thick solid #002; background: #444; color: #eee; font-size: x-large; }\npre.message \{ margin: .5em 1em; }\nli.frame \{ font-size: small; margin-top: 3em }\nli.frame:nth-child(1) \{ margin-top: 0 }\npre.context \{ border: 1px solid #aaa; padding: 0.2em 0; background: #fff; color: #444; font-size: medium; }\npre .match \{ color: #000;background-color: #f99; font-weight: bold }\npre.vardump \{ margin:0 }\npre code strong \{ color: #000; background: #f88; }\n\ntable.lexicals, table.arguments \{ border-collapse: collapse }\ntable.lexicals td, table.arguments td \{ border: 1px solid #000; margin: 0; padding: .3em }\ntable.lexicals tr:nth-child(2n) \{ background: #DDDDFF }\ntable.arguments tr:nth-child(2n) \{ background: #DDFFDD }\n.lexicals, .arguments \{ display: none }\n.variable, .value \{ font-family: monospace; white-space: pre }\ntd.variable \{ vertical-align: top }\n</style><script language=\"JavaScript\" type=\"text/javascript\">\nfunction toggleThing(ref, type, hideMsg, showMsg) \{\n var css = document.getElementById(type+'-'+ref).style;\n css.display = css.display == 'block' ? 'none' : 'block';\n\n var hyperlink = document.getElementById('toggle-'+ref);\n hyperlink.textContent = css.display == 'block' ? hideMsg : showMsg;\n}\n\nfunction toggleArguments(ref) \{\n toggleThing(ref, 'arguments', 'Hide function arguments', 'Show function arguments');\n}\n\nfunction toggleLexicals(ref) \{\n toggleThing(ref, 'lexicals', 'Hide lexical variables', 'Show lexical variables');\n}\n</script>\n</head>\n<body>\n<h1>Error trace</h1><pre class=\"message\"> in block \<unit\> at t/01-basic.t line 18</pre><ol>\n<li class=\"frame\">in bar at t/01-basic.t line 18<pre class=\"context\"><code></code></pre></li><li class=\"frame\">in foo at t/01-basic.t line 16<pre class=\"context\"><code></code></pre></li><li class=\"frame\">in new at t/01-basic.t line 11<pre class=\"context\"><code></code></pre></li><li class=\"frame\"> at SETTING::src/core/Backtrace.pm6 line 85<pre class=\"context\"><code></code></pre></li><li class=\"frame\"> at SETTING::src/core/Backtrace.pm6 line 85<pre class=\"context\"><code></code></pre></li></ol></body></html>" | |
# Looks like you failed 1 test of 4 | |
t/01-basic.t .. | |
Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/4 subtests | |
Test Summary Report | |
------------------- | |
t/01-basic.t (Wstat: 256 Tests: 4 Failed: 1) | |
Failed test: 3 | |
Non-zero exit status: 1 | |
Files=1, Tests=4, 3 wallclock secs ( 0.02 usr 0.01 sys + 2.73 cusr 0.12 csys = 2.88 CPU) | |
Result: FAIL | |
===> Testing [FAIL]: Backtrace::AsHTML:ver<0.0.1> | |
Failed to get passing tests, but continuing with --force-test | |
===> Installing: Backtrace::AsHTML:ver<0.0.1> | |
===> Install [OK] for Backtrace::AsHTML:ver<0.0.1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===> Searching for: Font::FreeType | |
===> Found: Font::FreeType:ver<0.1.3>:auth<github:p6-pdf> [via Zef::Repository::Ecosystems<cpan>] | |
===> Fetching [OK]: Font::FreeType:ver<0.1.3>:auth<github:p6-pdf> to /home/alex/Blin/data/zef-data/tmp/1550519610.2470.3663/Font-FreeType-0.1.3.tar.gz | |
===> Extraction [OK]: Font::FreeType to /home/alex/Blin/data/zef-data/store/Font-FreeType-0.1.3.tar.gz | |
===> Building: Font::FreeType:ver<0.1.3>:auth<github:p6-pdf> | |
Command: /tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/Font-FreeType-0.1.3.tar.gz/Font-FreeType-0.1.3/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/Font-FreeType-0.1.3.tar.gz/Font-FreeType-0.1.3') ?? exit(0) !! exit(1); | |
gcc -I src -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o src/ft6_outline.o src/ft6_outline.c -I/usr/include/freetype2 -I/usr/include/libpng16 | |
gcc -I src -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o src/ft6_glyph.o src/ft6_glyph.c -I/usr/include/freetype2 -I/usr/include/libpng16 | |
gcc -I src -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o src/ft6_glyphslot.o src/ft6_glyphslot.c -I/usr/include/freetype2 -I/usr/include/libpng16 | |
gcc -shared -fPIC -O3 -DNDEBUG -Wl,-rpath,"//tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/lib" -o resources/libraries/libft6.so src/ft6_outline.o src/ft6_glyph.o src/ft6_glyphslot.o -lfreetype | |
make: Nothing to be done for 'all'. | |
===> Building [OK] for Font::FreeType:ver<0.1.3>:auth<github:p6-pdf> | |
===> Testing: Font::FreeType:ver<0.1.3>:auth<github:p6-pdf> | |
FreeType2 version is 2.8.1 | |
t/00-basic.t ............... ok | |
t/01-face.t ................ ok | |
not enough characters in listing file 't/fonts/bdf_glyphs.txt' | |
in block <unit> at t/10metrics_5x7bdf.t line 73 | |
# Looks like you planned 1899 tests, but ran 1869 | |
t/10metrics_5x7bdf.t ....... | |
Dubious, test returned 255 (wstat 65280, 0xff00) | |
Failed 30/1899 subtests | |
t/10metrics_oldstandart.t .. ok | |
t/10metrics_postscript.t ... ok | |
not enough characters in listing file 't/fonts/vera_glyphs.txt' | |
in block <unit> at t/10metrics_verasans.t line 114 | |
# Looks like you planned 575 tests, but ran 540 | |
t/10metrics_verasans.t ..... | |
Dubious, test returned 255 (wstat 65280, 0xff00) | |
Failed 35/575 subtests | |
t/20bitmap.t ............... ok | |
t/30render.t ............... | |
Failed 7/27 subtests | |
Test Summary Report | |
------------------- | |
t/10metrics_5x7bdf.t (Wstat: 65280 Tests: 1869 Failed: 0) | |
Non-zero exit status: 255 | |
Parse errors: Bad plan. You planned 1899 tests but ran 1869. | |
t/10metrics_verasans.t (Wstat: 65280 Tests: 540 Failed: 0) | |
Non-zero exit status: 255 | |
Parse errors: Bad plan. You planned 575 tests but ran 540. | |
t/30render.t (Wstat: 11 Tests: 20 Failed: 0) | |
Non-zero wait status: 11 | |
Parse errors: Bad plan. You planned 27 tests but ran 20. | |
Files=8, Tests=2593, 27 wallclock secs ( 0.30 usr 0.02 sys + 41.68 cusr 1.95 csys = 43.95 CPU) | |
Result: FAIL | |
===> Testing [FAIL]: Font::FreeType:ver<0.1.3>:auth<github:p6-pdf> | |
Failed to get passing tests, but continuing with --force-test | |
===> Installing: Font::FreeType:ver<0.1.3>:auth<github:p6-pdf> | |
===> Install [OK] for Font::FreeType:ver<0.1.3>:auth<github:p6-pdf> | |
1 bin/ script [font-say] installed to: | |
/home/alex/Blin/installed/Font::FreeType_0.1.3/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===> Searching for: JSON::WebToken | |
===> Found: JSON::WebToken:ver<0.0.1> [via Zef::Repository::Ecosystems<p6c>] | |
===> Fetching [OK]: JSON::WebToken:ver<0.0.1> to /home/alex/Blin/data/zef-data/tmp/1550517168.6002.8415/JSON-WebToken.git | |
===> Extraction [OK]: JSON::WebToken to /home/alex/Blin/data/zef-data/store/JSON-WebToken.git | |
===> Testing: JSON::WebToken:ver<0.0.1> | |
t/00_compile.t ................ ok | |
===SORRY!=== | |
Could not find t::Util at line 4 in: | |
file#/home/alex/Blin/data/zef-data/store/JSON-WebToken.git/ef38836334bcb4f1136eadc1e492dbd1d8ca69e1 | |
file#/home/alex/Blin/data/zef-data/store/JSON-WebToken.git/ef38836334bcb4f1136eadc1e492dbd1d8ca69e1/lib | |
file#/home/alex/Blin/data/zef-data/store/JSON-WebToken.git/ef38836334bcb4f1136eadc1e492dbd1d8ca69e1/data/zef/lib | |
inst#/home/alex/Blin/installed/JSON::Fast_0.9.12 | |
inst#/home/alex/Blin/installed/Digest_0.3.4 | |
inst#/home/alex/Blin/installed/MIME::Base64_1.2.1 | |
inst#/home/alex/Blin/installed/Digest::HMAC_1.0.0 | |
inst#/home/alex/.perl6 | |
inst#/tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/share/perl6/site | |
inst#/tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/share/perl6/vendor | |
inst#/tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/share/perl6 | |
ap# | |
nqp# | |
perl5# | |
t/01_basic.t .................. | |
Dubious, test returned 1 (wstat 256, 0x100) | |
No subtests run | |
t/02_rsa.t .................... skipped: (no reason given) | |
===SORRY!=== | |
Could not find t::Util at line 4 in: | |
file#/home/alex/Blin/data/zef-data/store/JSON-WebToken.git/ef38836334bcb4f1136eadc1e492dbd1d8ca69e1 | |
file#/home/alex/Blin/data/zef-data/store/JSON-WebToken.git/ef38836334bcb4f1136eadc1e492dbd1d8ca69e1/lib | |
file#/home/alex/Blin/data/zef-data/store/JSON-WebToken.git/ef38836334bcb4f1136eadc1e492dbd1d8ca69e1/data/zef/lib | |
inst#/home/alex/Blin/installed/JSON::Fast_0.9.12 | |
inst#/home/alex/Blin/installed/Digest_0.3.4 | |
inst#/home/alex/Blin/installed/MIME::Base64_1.2.1 | |
inst#/home/alex/Blin/installed/Digest::HMAC_1.0.0 | |
inst#/home/alex/.perl6 | |
inst#/tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/share/perl6/site | |
inst#/tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/share/perl6/vendor | |
inst#/tmp/whateverable/rakudo-moar/f56e0756f1bd9abe5df61ef534a6672220906aba/share/perl6 | |
ap# | |
nqp# | |
perl5# | |
t/03_add_signing_algorithm.t .. | |
Dubious, test returned 1 (wstat 256, 0x100) | |
No subtests run | |
t/04_secret_cb.t .............. ok | |
t/99_exception.t .............. ok | |
Test Summary Report | |
------------------- | |
t/01_basic.t (Wstat: 256 Tests: 0 Failed: 0) | |
Non-zero exit status: 1 | |
Parse errors: No plan found in TAP output | |
t/03_add_signing_algorithm.t (Wstat: 256 Tests: 0 Failed: 0) | |
Non-zero exit status: 1 | |
Parse errors: No plan found in TAP output | |
Files=6, Tests=18, 14 wallclock secs ( 0.05 usr 0.01 sys + 12.88 cusr 0.69 csys = 13.63 CPU) | |
Result: FAIL | |
===> Testing [FAIL]: JSON::WebToken:ver<0.0.1> | |
Failed to get passing tests, but continuing with --force-test | |
===> Installing: JSON::WebToken:ver<0.0.1> | |
===> Install [OK] for JSON::WebToken:ver<0.0.1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph { | |
rankdir = BT; | |
"HTTP::Status_*" [color=green]; | |
"Compress::Zlib::Raw_1.0.1" [color=green]; | |
"DB::Pg_0.5" [color=violet]; | |
"DB::Pg_0.5" -> "epoll_0.3"; | |
"DB::Pg_0.5" -> "Test::META_0.0.14"; | |
"DB::Pg_0.5" -> "LibUUID_0.2"; | |
"DB::Pg_0.5" -> "Test::When_1.001008"; | |
"Image::Libexif_0.1.0" [color=green]; | |
"Image::Libexif_0.1.0" -> "NativeHelpers::Blob_0.1.10"; | |
"Cairo_0.2.4" [color=green]; | |
"Test::Output_1.001001" [color=green]; | |
"JSON::Unmarshal_0.08" [color=green]; | |
"JSON::Unmarshal_0.08" -> "JSON::Fast_0.9.12"; | |
"JSON::Unmarshal_0.08" -> "JSON::Name_0.0.3"; | |
"HTTP::MultiPartParser_*" [color=green]; | |
"HTTP::MultiPartParser_*" -> "JSON::Fast_0.9.12"; | |
"CSS::Grammar_0.3.2" [color=green]; | |
"CSS::Grammar_0.3.2" -> "JSON::Fast_0.9.12"; | |
"CSS::Module::CSS3::Selectors_0.0.1" [color=green]; | |
"CSS::Module::CSS3::Selectors_0.0.1" -> "JSON::Fast_0.9.12"; | |
"CSS::Module::CSS3::Selectors_0.0.1" -> "CSS::Grammar_0.3.2"; | |
"Net::BGP_0.1.0" [color=gray]; | |
"Net::BGP_0.1.0" -> "NativeHelpers::Blob_0.1.10"; | |
"Net::BGP_0.1.0" -> "StrictClass_0.0.3"; | |
"Net::BGP_0.1.0" -> "if_0.1.1"; | |
"Net::BGP_0.1.0" -> "DateTime::Monotonic_0.0.4"; | |
"Net::BGP_0.1.0" -> "OO::Monitors_1.1"; | |
"JSON::Name_0.0.3" [color=green]; | |
"DateTime::Parse_0.9.1" [color=green]; | |
"Base64_0.0.1" [color=green]; | |
"JSON::Fast_0.9.12" [color=green]; | |
"NativeHelpers::Blob_0.1.10" [color=red]; | |
"StrictClass_0.0.3" [color=green]; | |
"Archive::Libarchive::Raw_0.0.8" [color=green]; | |
"Archive::Libarchive::Raw_0.0.8" -> "HTTP::UserAgent_1.1.46"; | |
"File::Temp_0.0.6" [color=green]; | |
"File::Temp_0.0.6" -> "File::Directory::Tree_*"; | |
"IO::Socket::SSL_0.0.1" [color=green]; | |
"IO::Socket::SSL_0.0.1" -> "OpenSSL_0.1.21"; | |
"Shell::Command_*" [color=green]; | |
"Shell::Command_*" -> "File::Which_1.0.1"; | |
"Shell::Command_*" -> "File::Find_0.1"; | |
"Pod::To::HTML_0.6.1" [color=green]; | |
"Pod::To::HTML_0.6.1" -> "Template::Mustache_1.0.1"; | |
"Pod::To::HTML_0.6.1" -> "Test::Output_1.001001"; | |
"Pod::To::HTML_0.6.1" -> "URI_v.0.1.4"; | |
"Pod::To::HTML_0.6.1" -> "Pod::Load_0.4.0"; | |
"File::Which_1.0.1" [color=green]; | |
"Digest_0.3.4" [color=green]; | |
"PSGI_1.2.0" [color=green]; | |
"PSGI_1.2.0" -> "HTTP::Status_*"; | |
"PDF::Lite_0.0.4" [color=green]; | |
"PDF::Lite_0.0.4" -> "PDF_0.3.5"; | |
"PDF::Lite_0.0.4" -> "PDF::Content_0.2.8"; | |
"LibraryMake_1.0.0" [color=green]; | |
"LibraryMake_1.0.0" -> "Shell::Command_*"; | |
"Test::Util::ServerPort_0.0.2" [color=green]; | |
"DBDish::ODBC_0.0.7" [color=green]; | |
"DBDish::ODBC_0.0.7" -> "DBIish_0.5.18"; | |
"DBDish::ODBC_0.0.7" -> "NativeHelpers::Blob_0.1.10"; | |
"ANTLR4::Grammar_0.6.1" [color=red]; | |
"ANTLR4::Grammar_0.6.1" -> "JSON::Tiny_1.0"; | |
"ANTLR4::Grammar_0.6.1" -> "Test::META_0.0.14"; | |
"Hash::MultiValue_0.7" [color=green]; | |
"Hash::MultiValue_0.7" -> "Test::META_0.0.14"; | |
"HTTP::Server::Tiny_0.0.2" [color=green]; | |
"HTTP::Server::Tiny_0.0.2" -> "IO::Blob_0.0.1"; | |
"HTTP::Server::Tiny_0.0.2" -> "HTTP::Tinyish_0.1.3"; | |
"HTTP::Server::Tiny_0.0.2" -> "HTTP::Parser_*"; | |
"HTTP::Server::Tiny_0.0.2" -> "HTTP::Status_*"; | |
"HTTP::Server::Tiny_0.0.2" -> "JSON::Fast_0.9.12"; | |
"PDF_0.3.5" [color=green]; | |
"PDF_0.3.5" -> "JSON::Fast_0.9.12"; | |
"PDF_0.3.5" -> "OpenSSL_0.1.21"; | |
"PDF_0.3.5" -> "Compress::Zlib_1.0.0"; | |
"PDF_0.3.5" -> "PDF::Grammar_0.1.6"; | |
"DateTime::Format_*" [color=green]; | |
"HTTP::Easy_1.1.0" [color=green]; | |
"HTTP::Easy_1.1.0" -> "PSGI_1.2.0"; | |
"HTTP::Easy_1.1.0" -> "HTTP::Status_*"; | |
"Browser::Open_1.0.0" [color=green]; | |
"Browser::Open_1.0.0" -> "File::Which_1.0.1"; | |
"HTML::Canvas_0.0.5" [color=gray]; | |
"HTML::Canvas_0.0.5" -> "JSON::Fast_0.9.12"; | |
"HTML::Canvas_0.0.5" -> "Cairo_0.2.4"; | |
"HTML::Canvas_0.0.5" -> "Font::FreeType_0.1.3"; | |
"HTML::Canvas_0.0.5" -> "CSS::Properties_0.4.1"; | |
"HTML::Canvas_0.0.5" -> "Color_1.002006"; | |
"HTML::Canvas_0.0.5" -> "Base64::Native_0.0.2"; | |
"Color::Names_1.001003" [color=green]; | |
"Color::Names_1.001003" -> "Test::META_0.0.14"; | |
"Color::Names_1.001003" -> "JSON::Fast_0.9.12"; | |
"Template::Mustache_1.0.1" [color=green]; | |
"Template::Mustache_1.0.1" -> "JSON::Fast_0.9.12"; | |
"Template::Mustache_1.0.1" -> "Test::META_0.0.14"; | |
"DBIish_0.5.18" [color=green]; | |
"DBIish_0.5.18" -> "NativeHelpers::Blob_0.1.10"; | |
"X11::Xlib::Raw_*" [color=green]; | |
"X11::Xlib::Raw_*" -> "NativeHelpers::Blob_0.1.10"; | |
"Pg::Notify_0.0.3" [color=gray]; | |
"Pg::Notify_0.0.3" -> "DBIish_0.5.18"; | |
"Pg::Notify_0.0.3" -> "NativeHelpers::Blob_0.1.10"; | |
"Apache::LogFormat_*" [color=green]; | |
"Apache::LogFormat_*" -> "DateTime::Format_*"; | |
"Test::When_1.001008" [color=green]; | |
"Temp::Path_1.001007" [color=green]; | |
"Temp::Path_1.001007" -> "Digest_0.3.4"; | |
"Temp::Path_1.001007" -> "File::Directory::Tree_*"; | |
"Temp::Path_1.001007" -> "Testo_1.003006"; | |
"Temp::Path_1.001007" -> "Test::META_0.0.14"; | |
"LibZip_*" [color=violet]; | |
"LibZip_*" -> "NativeHelpers::Blob_0.1.10"; | |
"Font::FreeType_0.1.3" [color=red]; | |
"Font::FreeType_0.1.3" -> "LibraryMake_1.0.0"; | |
"Font::FreeType_0.1.3" -> "Pod::To::Markdown_v.0.1.4"; | |
"Encode_0.0.2" [color=green]; | |
"Algorithm::LibSVM_0.0.3" [color=red]; | |
"Algorithm::LibSVM_0.0.3" -> "LibraryMake_1.0.0"; | |
"File::Find_0.1" [color=green]; | |
"Pod::Load_0.4.0" [color=green]; | |
"Pod::Load_0.4.0" -> "Temp::Path_1.001007"; | |
"HTML::Canvas_0.0.6" [color=gray]; | |
"HTML::Canvas_0.0.6" -> "JSON::Fast_0.9.12"; | |
"HTML::Canvas_0.0.6" -> "Cairo_0.2.4"; | |
"HTML::Canvas_0.0.6" -> "Font::FreeType_0.1.3"; | |
"HTML::Canvas_0.0.6" -> "Color_1.002006"; | |
"HTML::Canvas_0.0.6" -> "CSS::Properties_0.4.1"; | |
"HTML::Canvas_0.0.6" -> "Base64::Native_0.0.2"; | |
"CSS::Writer_0.2.4" [color=green]; | |
"CSS::Writer_0.2.4" -> "JSON::Fast_0.9.12"; | |
"CSS::Writer_0.2.4" -> "CSS::Grammar_0.3.2"; | |
"CSS::Writer_0.2.4" -> "Color::Names_1.001003"; | |
"IO::Blob_0.0.1" [color=green]; | |
"JSON::Tiny_1.0" [color=green]; | |
"OpenSSL_0.1.21" [color=green]; | |
"JSON::WebToken_0.0.1" [color=red]; | |
"JSON::WebToken_0.0.1" -> "JSON::Fast_0.9.12"; | |
"JSON::WebToken_0.0.1" -> "Digest_0.3.4"; | |
"JSON::WebToken_0.0.1" -> "MIME::Base64_1.2.1"; | |
"JSON::WebToken_0.0.1" -> "Digest::HMAC_1.0.0"; | |
"Digest::HMAC_1.0.0" [color=green]; | |
"Digest::HMAC_1.0.0" -> "Digest_0.3.4"; | |
"HTML::Entity_*" [color=green]; | |
"LibUUID_0.2" [color=green]; | |
"LibUUID_0.2" -> "Test::When_1.001008"; | |
"LibUUID_0.2" -> "Test::META_0.0.14"; | |
"DateTime::Monotonic_0.0.4" [color=green]; | |
"PDF::Font::Loader_0.2.2" [color=gray]; | |
"PDF::Font::Loader_0.2.2" -> "PDF_0.3.5"; | |
"PDF::Font::Loader_0.2.2" -> "PDF::Lite_0.0.4"; | |
"PDF::Font::Loader_0.2.2" -> "Font::FreeType_0.1.3"; | |
"PDF::Font::Loader_0.2.2" -> "Native::Packing_0.0.3"; | |
"PDF::Font::Loader_0.2.2" -> "PDF::Content_0.2.8"; | |
"MIME::Base64_1.2.1" [color=green]; | |
"CSS::Module_0.4.9" [color=green]; | |
"CSS::Module_0.4.9" -> "CSS::Module::CSS3::Selectors_0.0.1"; | |
"CSS::Module_0.4.9" -> "CSS::Grammar_0.3.2"; | |
"CSS::Module_0.4.9" -> "JSON::Fast_0.9.12"; | |
"CSS::Module_0.4.9" -> "CSS::Specification_0.4.5"; | |
"CSS::Module_0.4.9" -> "CSS::Writer_0.2.4"; | |
"HTTP::Tinyish_0.1.3" [color=green]; | |
"HTTP::Tinyish_0.1.3" -> "File::Temp_0.0.6"; | |
"OO::Monitors_1.1" [color=green]; | |
"epoll_0.3" [color=yellow]; | |
"epoll_0.3" -> "Test::META_0.0.14"; | |
"epoll_0.3" -> "Test::When_1.001008"; | |
"HTML::Canvas_0.0.7" [color=green]; | |
"HTML::Canvas_0.0.7" -> "JSON::Fast_0.9.12"; | |
"HTML::Canvas_0.0.7" -> "Cairo_0.2.4"; | |
"HTML::Canvas_0.0.7" -> "Font::FreeType_0.1.3"; | |
"HTML::Canvas_0.0.7" -> "Color_1.002006"; | |
"HTML::Canvas_0.0.7" -> "CSS::Properties_0.4.1"; | |
"HTML::Canvas_0.0.7" -> "Base64::Native_0.0.2"; | |
"Test::META_0.0.14" [color=green]; | |
"Test::META_0.0.14" -> "META6_0.0.22"; | |
"Test::META_0.0.14" -> "URI_v.0.1.4"; | |
"PDF::Font::Loader_0.2.1" [color=gray]; | |
"PDF::Font::Loader_0.2.1" -> "PDF_0.3.5"; | |
"PDF::Font::Loader_0.2.1" -> "PDF::Lite_0.0.4"; | |
"PDF::Font::Loader_0.2.1" -> "Font::FreeType_0.1.3"; | |
"PDF::Font::Loader_0.2.1" -> "Native::Packing_0.0.3"; | |
"PDF::Font::Loader_0.2.1" -> "PDF::Content_0.2.8"; | |
"Compress::Zlib_1.0.0" [color=green]; | |
"Compress::Zlib_1.0.0" -> "Compress::Zlib::Raw_1.0.1"; | |
"PDF::Grammar_0.1.6" [color=green]; | |
"PDF::Grammar_0.1.6" -> "JSON::Fast_0.9.12"; | |
"if_0.1.1" [color=green]; | |
"Net::BGP_0.1.1" [color=green]; | |
"Net::BGP_0.1.1" -> "OO::Monitors_1.1"; | |
"Net::BGP_0.1.1" -> "if_0.1.1"; | |
"Net::BGP_0.1.1" -> "DateTime::Monotonic_0.0.4"; | |
"Net::BGP_0.1.1" -> "StrictClass_0.0.3"; | |
"Net::BGP_0.1.1" -> "NativeHelpers::Blob_0.1.10"; | |
"Getopt::Tiny_*" [color=green]; | |
"CSS::Specification_0.4.5" [color=green]; | |
"CSS::Specification_0.4.5" -> "Color::Names_1.001003"; | |
"CSS::Specification_0.4.5" -> "CSS::Grammar_0.3.2"; | |
"Base64::Native_0.0.2" [color=green]; | |
"Base64::Native_0.0.2" -> "LibraryMake_1.0.0"; | |
"Red_0.0.2" [color=red]; | |
"Red_0.0.2" -> "Test::META_0.0.14"; | |
"Red_0.0.2" -> "DB::Pg_0.5"; | |
"Red_0.0.2" -> "DBIish_0.5.18"; | |
"Native::Packing_0.0.3" [color=green]; | |
"Font::AFM_1.24.2" [color=green]; | |
"IO::Capture::Simple_*" [color=green]; | |
"Archive::Libarchive_0.0.10" [color=green]; | |
"Archive::Libarchive_0.0.10" -> "NativeHelpers::Blob_0.1.10"; | |
"Archive::Libarchive_0.0.10" -> "Archive::Libarchive::Raw_0.0.8"; | |
"JSON::Marshal_0.0.16" [color=green]; | |
"JSON::Marshal_0.0.16" -> "JSON::Name_0.0.3"; | |
"JSON::Marshal_0.0.16" -> "JSON::Fast_0.9.12"; | |
"Pg::Notify_0.0.3" [color=green]; | |
"Pg::Notify_0.0.3" -> "DBIish_0.5.18"; | |
"Pg::Notify_0.0.3" -> "NativeHelpers::Blob_0.1.10"; | |
"Crust_0.0.1" [color=green]; | |
"Crust_0.0.1" -> "Backtrace::AsHTML_0.0.1"; | |
"Crust_0.0.1" -> "HTTP::UserAgent_1.1.46"; | |
"Crust_0.0.1" -> "URI_v.0.1.4"; | |
"Crust_0.0.1" -> "Cookie::Baker_*"; | |
"Crust_0.0.1" -> "HTTP::Tinyish_0.1.3"; | |
"Crust_0.0.1" -> "Getopt::Tiny_*"; | |
"Crust_0.0.1" -> "HTTP::Easy_1.1.0"; | |
"Crust_0.0.1" -> "Apache::LogFormat_*"; | |
"Crust_0.0.1" -> "HTTP::Server::Tiny_0.0.2"; | |
"Crust_0.0.1" -> "Hash::MultiValue_0.7"; | |
"Crust_0.0.1" -> "File::Temp_0.0.6"; | |
"Crust_0.0.1" -> "Base64_0.0.1"; | |
"Crust_0.0.1" -> "HTTP::MultiPartParser_*"; | |
"Cookie::Baker_*" [color=green]; | |
"Cookie::Baker_*" -> "URI::Encode_0.08"; | |
"URI_v.0.1.4" [color=green]; | |
"JSON::Class_0.0.11" [color=green]; | |
"JSON::Class_0.0.11" -> "JSON::Marshal_0.0.16"; | |
"JSON::Class_0.0.11" -> "JSON::Unmarshal_0.08"; | |
"JSON::Class_0.0.11" -> "JSON::Fast_0.9.12"; | |
"Pod::To::Markdown_v.0.1.4" [color=green]; | |
"Pod::To::Markdown_v.0.1.4" -> "Pod::To::HTML_0.6.1"; | |
"PDF::Font::Loader_0.2.3" [color=crimson]; | |
"PDF::Font::Loader_0.2.3" -> "Font::FreeType_0.1.3"; | |
"PDF::Font::Loader_0.2.3" -> "PDF::Content_0.2.8"; | |
"PDF::Font::Loader_0.2.3" -> "Native::Packing_0.0.3"; | |
"PDF::Font::Loader_0.2.3" -> "PDF_0.3.5"; | |
"PDF::Font::Loader_0.2.3" -> "PDF::Lite_0.0.4"; | |
"PDF::Content_0.2.8" [color=green]; | |
"PDF::Content_0.2.8" -> "PDF::Grammar_0.1.6"; | |
"PDF::Content_0.2.8" -> "Native::Packing_0.0.3"; | |
"PDF::Content_0.2.8" -> "Base64::Native_0.0.2"; | |
"PDF::Content_0.2.8" -> "Font::AFM_1.24.2"; | |
"PDF::Content_0.2.8" -> "Color_1.002006"; | |
"PDF::Content_0.2.8" -> "Compress::Zlib::Raw_1.0.1"; | |
"PDF::Content_0.2.8" -> "PDF_0.3.5"; | |
"Color_1.002006" [color=green]; | |
"URI::Encode_0.08" [color=green]; | |
"Backtrace::AsHTML_0.0.1" [color=red]; | |
"HTML::Canvas_0.0.4" [color=gray]; | |
"HTML::Canvas_0.0.4" -> "Cairo_0.2.4"; | |
"HTML::Canvas_0.0.4" -> "JSON::Fast_0.9.12"; | |
"HTML::Canvas_0.0.4" -> "Base64::Native_0.0.2"; | |
"HTML::Canvas_0.0.4" -> "CSS::Properties_0.4.1"; | |
"HTML::Canvas_0.0.4" -> "Color_1.002006"; | |
"HTML::Canvas_0.0.4" -> "HTML::Entity_*"; | |
"HTML::Canvas_0.0.4" -> "Font::FreeType_0.1.3"; | |
"P6Repl::Helper_0.0.3" [color=red]; | |
"P6Repl::Helper_0.0.3" -> "Browser::Open_1.0.0"; | |
"P6Repl::Helper_0.0.3" -> "Test::Output_1.001001"; | |
"HTTP::Parser_*" [color=green]; | |
"HTTP::UserAgent_1.1.46" [color=green]; | |
"HTTP::UserAgent_1.1.46" -> "Test::Util::ServerPort_0.0.2"; | |
"HTTP::UserAgent_1.1.46" -> "File::Temp_0.0.6"; | |
"HTTP::UserAgent_1.1.46" -> "DateTime::Parse_0.9.1"; | |
"HTTP::UserAgent_1.1.46" -> "IO::Socket::SSL_0.0.1"; | |
"HTTP::UserAgent_1.1.46" -> "HTTP::Status_*"; | |
"HTTP::UserAgent_1.1.46" -> "URI_v.0.1.4"; | |
"HTTP::UserAgent_1.1.46" -> "IO::Capture::Simple_*"; | |
"HTTP::UserAgent_1.1.46" -> "MIME::Base64_1.2.1"; | |
"HTTP::UserAgent_1.1.46" -> "Encode_0.0.2"; | |
"CSS::Properties_0.4.1" [color=green]; | |
"CSS::Properties_0.4.1" -> "Color_1.002006"; | |
"CSS::Properties_0.4.1" -> "CSS::Module_0.4.9"; | |
"CSS::Properties_0.4.1" -> "CSS::Writer_0.2.4"; | |
"Astro::Sunrise_0.0.1" [color=red]; | |
"File::Directory::Tree_*" [color=green]; | |
"META6_0.0.22" [color=green]; | |
"META6_0.0.22" -> "JSON::Fast_0.9.12"; | |
"META6_0.0.22" -> "JSON::Class_0.0.11"; | |
"Testo_1.003006" [color=green]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment