Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL URI-GoogleChart-1.02 v5.14.2 GNU/Linux
Date: 2017-07-03T17:58:23Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Gisle Aas,
This is a computer-generated report for URI-GoogleChart-1.02
on perl 5.14.2, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.14.2/a1a1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t .. ok
# Test 2 got: "<html>\n<head>\n <title>URI::GoogleChart Examples</title>\n <style>\n body {\n margin: 20px 50px;\n background-color: #ddd;\n max-width: 700px;\n font-family: sans-serif;\n }\n div.eg {\n background-color: #eee;\n padding: 10px 20px;\n border: 1px solid #aaa;\n margin: 30px 0;\n -webkit-box-shadow: 5px 5px 5px #aaa;\n }\n .even {\n background-color: #edf5ff;\n }\n pre {\n margin: 0px;\n font-weight: bold;\n }\n .uri {\n font-size: x-small;\n }\n img {\n border: 1px solid #aaa;\n padding: 5px;\n margin: 15px 0;\n }\n </style>\n</head>\n\n<body>\n<h1>URI::GoogleChart Examples</h1>\n\n<p> This page shows Perl code snippets using the <a\nhref=\"http://search.cpan.org/dist/URI-GoogleChart\">URI::GoogleChart</a> module\nto generate chart URLs and the corresponding images that the <a\nhref=\"http://code.google.com/apis/chart/\">Google Chart service</a> generate\nfrom them.\n\n</p>\n\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"pie-3d\", 250, 100,\n data => [60, 40],\n label => [\"Hello\", \"World\"],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=p3&chs=250x100&chl=Hello%7CWorld&chd=t:100,66.7'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=p3&chs=250x100&chl=Hello%7CWorld&chd=t:100,66.7</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"pie\", 500, 150,\n data => [80, 20],\n color => [\"yellow\", \"black\"],\n label => [\"Resembes Pack-man\", \"Does not resemble Pac-man\"],\n background => \"black\",\n rotate => 35,\n margin => [0, 30, 10, 10],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=p&chs=500x150&chco=FFFF00,000000&chf=bg,s,000000&chl=Resembes+Pack-man%7CDoes+not+resemble+Pac-man&chma=0,30,10,10&chp=0.61&chd=t:100,25'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=p&chs=500x150&chco=FFFF00,000000&chf=bg,s,000000&chl=Resembes+Pack-man%7CDoes+not+resemble+Pac-man&chma=0,30,10,10&chp=0.61&chd=t:100,25</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"pie\", 250, 200,\n data => [(1) x 12],\n rotate => -90,\n label => [1 .. 12],\n encoding => \"s\",\n background => \"transparent\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=p&chs=250x200&chf=bg,s,00000000&chl=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7C10%7C11%7C12&chp=4.71&chd=s:999999999999'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=p&chs=250x200&chf=bg,s,00000000&chl=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7C10%7C11%7C12&chp=4.71&chd=s:999999999999</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"lines\", 200, 125,\n data => [37,60,60,45,47,74,70,72,],\n range_show => \"left\",\n range_round => 1,\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=lc&chs=200x125&chxr=0,35,75&chxt=y&chd=t:5,62.5,62.5,25,30,97.5,87.5,92.5'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=lc&chs=200x125&chxr=0,35,75&chxt=y&chd=t:5,62.5,62.5,25,30,97.5,87.5,92.5</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"sparklines\", 200, 75,\n data => [27,25,60,31,25,39,25,31,26,28,80,28,27,31,27,29,26,35,70,25],\n range_round => 1,\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=ls&chs=200x75&chd=s:TRrWRbRWST5TTWTUSZyR'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=ls&chs=200x75&chd=s:TRrWRbRWST5TTWTUSZyR</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"lxy\", 250, 125,\n data => [\n [10,20,40,80,90,95,99],\n\t[20,30,40,50,60,70,80],\n [undef],\n [5,25,45,65,85],\n ],\n label => [\"blue\", \"red\"],\n color => [qw(3072F3 red)],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=lxy&chs=250x125&chco=3072F3,FF0000&chdl=blue%7Cred&chd=s:CJWw369,JPWdjqw,_,AMZn0'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=lxy&chs=250x125&chco=3072F3,FF0000&chdl=blue%7Cred&chd=s:CJWw369,JPWdjqw,_,AMZn0</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"lines\", 400, 150,\n data => [\n { range => \"a\", v => [20, 21, 25, 25, 24, 21] },\n\t{ range => \"b\", v => [1.1, 1.1, 1.3, 1.1, 1.7, 1.9] },\n ],\n range => {\n\ta => { round => 1, show => \"left\" },\n\tb => { round => 1, show => \"right\" },\n },\n color => [\"red\", \"blue\"],\n label => [\"Damage\", \"Profit\"],\n chxl => \"0:|Jan|Feb|Mar|Apr|May|Jun\",\n chxt => \"x\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=lc&chs=400x150&chco=FF0000,0000FF&chdl=Damage%7CProfit&chxl=0:%7CJan%7CFeb%7CMar%7CApr%7CMay%7CJun&chxr=1,20,26%7C2,1,2&chxt=x,y,r&chd=t:8.3,25,91.7,91.7,75,25%7C10,10,30.0,10,70,90'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=lc&chs=400x150&chco=FF0000,0000FF&chdl=Damage%7CProfit&chxl=0:%7CJan%7CFeb%7CMar%7CApr%7CMay%7CJun&chxr=1,20,26%7C2,1,2&chxt=x,y,r&chd=t:8.3,25,91.7,91.7,75,25%7C10,10,30.0,10,70,90</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"horizontal-stacked-bars\", 200, 150,\n data => [\n [10,50,60,80,40],\n\t[50,60,100,40,20],\n ],\n color => [qw(3072F3 f00)],\n range_show => \"bottom\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=bhs&chs=200x150&chco=3072F3,ff0000&chxr=0,0,1.6e%2B02&chxt=x&chd=t:6.2,31.2,37.5,50,25%7C31.2,37.5,62.5,25,12.5'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=bhs&chs=200x150&chco=3072F3,ff0000&chxr=0,0,1.6e%2B02&chxt=x&chd=t:6.2,31.2,37.5,50,25%7C31.2,37.5,62.5,25,12.5</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"vertical-grouped-bars\", 320, 125,\n data => [\n [10,50,60,80,40],\n\t[50,60,100,40,20],\n ],\n chco => \"3072F3,ff0000\",\n range_show => \"left\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=bvg&chs=320x125&chco=3072F3,ff0000&chxr=0,0,1e%2B02&chxt=y&chd=t:10,50,60,80,40%7C50,60,100,40,20'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=bvg&chs=320x125&chco=3072F3,ff0000&chxr=0,0,1e%2B02&chxt=y&chd=t:10,50,60,80,40%7C50,60,100,40,20</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"vertical-stacked-bars\", 150, 120,\n data => [10, -10, -5, 30, 15, 5],\n chbh => \"a\",\n color => \"gray\",\n margin => 5,\n range_show => \"left\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=bvs&chs=150x120&chbh=a&chco=808080&chma=5,5,5,5&chp=0.25&chxr=0,-10,30&chxt=y&chd=t:50,0,12.5,100,62.5,37.5'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=bvs&chs=150x120&chbh=a&chco=808080&chma=5,5,5,5&chp=0.25&chxr=0,-10,30&chxt=y&chd=t:50,0,12.5,100,62.5,37.5</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"vertical-stacked-bars\", 150, 120,\n data => [-10, -10, -5, -25, -15, -5],\n chbh => \"a\",\n color => \"gray\",\n margin => 5,\n range_show => \"left\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=bvs&chs=150x120&chbh=a&chco=808080&chma=5,5,5,5&chp=1.00&chxr=0,-25,0&chxt=y&chd=t:60,60,80,0,40,80'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=bvs&chs=150x120&chbh=a&chco=808080&chma=5,5,5,5&chp=1.00&chxr=0,-25,0&chxt=y&chd=t:60,60,80,0,40,80</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"venn\", 200, 100,\n data => [100, 20, 20, 20, 20, 0, 0],\n color => [\"red\", \"lime\", \"blue\"],\n label => [\"First\", \"Second\", \"Third\"],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=v&chs=200x100&chco=FF0000,00FF00,0000FF&chdl=First%7CSecond%7CThird&chd=t:100,20,20,20,20,0,0'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=v&chs=200x100&chco=FF0000,00FF00,0000FF&chdl=First%7CSecond%7CThird&chd=t:100,20,20,20,20,0,0</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"gom\", 125, 80,\n data => 80,\n label => 80,\n title => \"Awsomness\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=gom&chs=125x80&chl=80&chtt=Awsomness&chd=t:80'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=gom&chs=125x80&chl=80&chtt=Awsomness&chd=t:80</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"usa\", 200, 100);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=t&chtm=usa&chs=200x100'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=t&chtm=usa&chs=200x100</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"europe\", 300, 150,\n color => [\"white\", \"green\", \"red\"],\n background => \"EAF7FE\", # water blue\n # nordic populations \n chld => \"NOSEDKFIIS\",\n data => [4.5e6, 9e6, 5.3e6, 5.1e6, 307261],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=t&chtm=europe&chs=300x150&chco=FFFFFF,008000,FF0000&chf=bg,s,EAF7FE&chld=NOSEDKFIIS&chd=t:48.2,100,57.4,55.1,0'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=t&chtm=europe&chs=300x150&chco=FFFFFF,008000,FF0000&chf=bg,s,EAF7FE&chld=NOSEDKFIIS&chd=t:48.2,100,57.4,55.1,0</span>\n </div>\n\n<p style=\"font-size: small;\">Page generated with URI::GoogleChart v1.02</p>\n</body>\n</html>\n" (t/eg.t at line 190)
# Expected: "<html>\n<head>\n <title>URI::GoogleChart Examples</title>\n <style>\n body {\n margin: 20px 50px;\n background-color: #ddd;\n max-width: 700px;\n font-family: sans-serif;\n }\n div.eg {\n background-color: #eee;\n padding: 10px 20px;\n border: 1px solid #aaa;\n margin: 30px 0;\n -webkit-box-shadow: 5px 5px 5px #aaa;\n }\n .even {\n background-color: #edf5ff;\n }\n pre {\n margin: 0px;\n font-weight: bold;\n }\n .uri {\n font-size: x-small;\n }\n img {\n border: 1px solid #aaa;\n padding: 5px;\n margin: 15px 0;\n }\n </style>\n</head>\n\n<body>\n<h1>URI::GoogleChart Examples</h1>\n\n<p> This page shows Perl code snippets using the <a\nhref=\"http://search.cpan.org/dist/URI-GoogleChart\">URI::GoogleChart</a> module\nto generate chart URLs and the corresponding images that the <a\nhref=\"http://code.google.com/apis/chart/\">Google Chart service</a> generate\nfrom them.\n\n</p>\n\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"pie-3d\", 250, 100,\n data => [60, 40],\n label => [\"Hello\", \"World\"],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=p3&chs=250x100&chl=Hello%7CWorld&chd=t:100,66.7'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=p3&chs=250x100&chl=Hello%7CWorld&chd=t:100,66.7</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"pie\", 500, 150,\n data => [80, 20],\n color => [\"yellow\", \"black\"],\n label => [\"Resembes Pack-man\", \"Does not resemble Pac-man\"],\n background => \"black\",\n rotate => 35,\n margin => [0, 30, 10, 10],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=p&chs=500x150&chco=FFFF00,000000&chf=bg,s,000000&chl=Resembes+Pack-man%7CDoes+not+resemble+Pac-man&chma=0,30,10,10&chp=0.61&chd=t:100,25'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=p&chs=500x150&chco=FFFF00,000000&chf=bg,s,000000&chl=Resembes+Pack-man%7CDoes+not+resemble+Pac-man&chma=0,30,10,10&chp=0.61&chd=t:100,25</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"pie\", 250, 200,\n data => [(1) x 12],\n rotate => -90,\n label => [1 .. 12],\n encoding => \"s\",\n background => \"transparent\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=p&chs=250x200&chf=bg,s,00000000&chl=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7C10%7C11%7C12&chp=4.71&chd=s:999999999999'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=p&chs=250x200&chf=bg,s,00000000&chl=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7C10%7C11%7C12&chp=4.71&chd=s:999999999999</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"lines\", 200, 125,\n data => [37,60,60,45,47,74,70,72,],\n range_show => \"left\",\n range_round => 1,\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=lc&chs=200x125&chxr=0,35,75&chxt=y&chd=t:5,62.5,62.5,25,30,97.5,87.5,92.5'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=lc&chs=200x125&chxr=0,35,75&chxt=y&chd=t:5,62.5,62.5,25,30,97.5,87.5,92.5</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"sparklines\", 200, 75,\n data => [27,25,60,31,25,39,25,31,26,28,80,28,27,31,27,29,26,35,70,25],\n range_round => 1,\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=ls&chs=200x75&chd=s:TRrWRbRWST5TTWTUSZyR'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=ls&chs=200x75&chd=s:TRrWRbRWST5TTWTUSZyR</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"lxy\", 250, 125,\n data => [\n [10,20,40,80,90,95,99],\n\t[20,30,40,50,60,70,80],\n [undef],\n [5,25,45,65,85],\n ],\n label => [\"blue\", \"red\"],\n color => [qw(3072F3 red)],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=lxy&chs=250x125&chco=3072F3,FF0000&chdl=blue%7Cred&chd=s:CJWw369,JPWdjqw,_,AMZn0'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=lxy&chs=250x125&chco=3072F3,FF0000&chdl=blue%7Cred&chd=s:CJWw369,JPWdjqw,_,AMZn0</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"lines\", 400, 150,\n data => [\n { range => \"a\", v => [20, 21, 25, 25, 24, 21] },\n\t{ range => \"b\", v => [1.1, 1.1, 1.3, 1.1, 1.7, 1.9] },\n ],\n range => {\n\ta => { round => 1, show => \"left\" },\n\tb => { round => 1, show => \"right\" },\n },\n color => [\"red\", \"blue\"],\n label => [\"Damage\", \"Profit\"],\n chxl => \"0:|Jan|Feb|Mar|Apr|May|Jun\",\n chxt => \"x\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=lc&chs=400x150&chco=FF0000,0000FF&chdl=Damage%7CProfit&chxl=0:%7CJan%7CFeb%7CMar%7CApr%7CMay%7CJun&chxr=1,20,26%7C2,1,2&chxt=x,y,r&chd=t:8.3,25,91.7,91.7,75,25%7C10,10,30,10,70,90.0'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=lc&chs=400x150&chco=FF0000,0000FF&chdl=Damage%7CProfit&chxl=0:%7CJan%7CFeb%7CMar%7CApr%7CMay%7CJun&chxr=1,20,26%7C2,1,2&chxt=x,y,r&chd=t:8.3,25,91.7,91.7,75,25%7C10,10,30,10,70,90.0</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"horizontal-stacked-bars\", 200, 150,\n data => [\n [10,50,60,80,40],\n\t[50,60,100,40,20],\n ],\n color => [qw(3072F3 f00)],\n range_show => \"bottom\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=bhs&chs=200x150&chco=3072F3,ff0000&chxr=0,0,1.6e%2B02&chxt=x&chd=t:6.2,31.2,37.5,50,25%7C31.2,37.5,62.5,25,12.5'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=bhs&chs=200x150&chco=3072F3,ff0000&chxr=0,0,1.6e%2B02&chxt=x&chd=t:6.2,31.2,37.5,50,25%7C31.2,37.5,62.5,25,12.5</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"vertical-grouped-bars\", 320, 125,\n data => [\n [10,50,60,80,40],\n\t[50,60,100,40,20],\n ],\n chco => \"3072F3,ff0000\",\n range_show => \"left\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=bvg&chs=320x125&chco=3072F3,ff0000&chxr=0,0,1e%2B02&chxt=y&chd=t:10,50,60,80,40%7C50,60,100,40,20'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=bvg&chs=320x125&chco=3072F3,ff0000&chxr=0,0,1e%2B02&chxt=y&chd=t:10,50,60,80,40%7C50,60,100,40,20</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"vertical-stacked-bars\", 150, 120,\n data => [10, -10, -5, 30, 15, 5],\n chbh => \"a\",\n color => \"gray\",\n margin => 5,\n range_show => \"left\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=bvs&chs=150x120&chbh=a&chco=808080&chma=5,5,5,5&chp=0.25&chxr=0,-10,30&chxt=y&chd=t:50,0,12.5,100,62.5,37.5'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=bvs&chs=150x120&chbh=a&chco=808080&chma=5,5,5,5&chp=0.25&chxr=0,-10,30&chxt=y&chd=t:50,0,12.5,100,62.5,37.5</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"vertical-stacked-bars\", 150, 120,\n data => [-10, -10, -5, -25, -15, -5],\n chbh => \"a\",\n color => \"gray\",\n margin => 5,\n range_show => \"left\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=bvs&chs=150x120&chbh=a&chco=808080&chma=5,5,5,5&chp=1.00&chxr=0,-25,0&chxt=y&chd=t:60,60,80,0,40,80'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=bvs&chs=150x120&chbh=a&chco=808080&chma=5,5,5,5&chp=1.00&chxr=0,-25,0&chxt=y&chd=t:60,60,80,0,40,80</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"venn\", 200, 100,\n data => [100, 20, 20, 20, 20, 0, 0],\n color => [\"red\", \"lime\", \"blue\"],\n label => [\"First\", \"Second\", \"Third\"],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=v&chs=200x100&chco=FF0000,00FF00,0000FF&chdl=First%7CSecond%7CThird&chd=t:100,20,20,20,20,0,0'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=v&chs=200x100&chco=FF0000,00FF00,0000FF&chdl=First%7CSecond%7CThird&chd=t:100,20,20,20,20,0,0</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"gom\", 125, 80,\n data => 80,\n label => 80,\n title => \"Awsomness\",\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=gom&chs=125x80&chl=80&chtt=Awsomness&chd=t:80'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=gom&chs=125x80&chl=80&chtt=Awsomness&chd=t:80</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"usa\", 200, 100);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=t&chtm=usa&chs=200x100'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=t&chtm=usa&chs=200x100</span>\n </div>\n <div class=\"eg\">\n <pre class=\"src\">$u = URI::GoogleChart->new(\"europe\", 300, 150,\n color => [\"white\", \"green\", \"red\"],\n background => \"EAF7FE\", # water blue\n # nordic populations \n chld => \"NOSEDKFIIS\",\n data => [4.5e6, 9e6, 5.3e6, 5.1e6, 307261],\n);\n</pre>\n <div><img src='http://chart.apis.google.com/chart?cht=t&chtm=europe&chs=300x150&chco=FFFFFF,008000,FF0000&chf=bg,s,EAF7FE&chld=NOSEDKFIIS&chd=t:48.2,100,57.4,55.1,0'></div>\n <span class=\"uri\">http://chart.apis.google.com/chart?cht=t&chtm=europe&chs=300x150&chco=FFFFFF,008000,FF0000&chf=bg,s,EAF7FE&chld=NOSEDKFIIS&chd=t:48.2,100,57.4,55.1,0</span>\n </div>\n\n<p style=\"font-size: small;\">Page generated with URI::GoogleChart v1.02</p>\n</body>\n</html>\n"
# Lines 131-132 are changed:
# - " <div><img src='http://chart.apis.google.com/chart?cht=lc&chs=400x150&chco=FF0000,0000FF&chdl=Damage%7CProfit&chxl=0:%7CJan%7CFeb%7CMar%7CApr%7CMay%7CJun&chxr=1,20,26%7C2,1,2&chxt=x,y,r&chd=t:8.3,25,91.7,91.7,75,25%7C10,10,30,10,70,90.0'></div>\n"
# + " <div><img src='http://chart.apis.google.com/chart?cht=lc&chs=400x150&chco=FF0000,0000FF&chdl=Damage%7CProfit&chxl=0:%7CJan%7CFeb%7CMar%7CApr%7CMay%7CJun&chxr=1,20,26%7C2,1,2&chxt=x,y,r&chd=t:8.3,25,91.7,91.7,75,25%7C10,10,30.0,10,70,90'></div>\n"
# - " <span class=\"uri\">http://chart.apis.google.com/chart?cht=lc&chs=400x150&chco=FF0000,0000FF&chdl=Damage%7CProfit&chxl=0:%7CJan%7CFeb%7CMar%7CApr%7CMay%7CJun&chxr=1,20,26%7C2,1,2&chxt=x,y,r&chd=t:8.3,25,91.7,91.7,75,25%7C10,10,30,10,70,90.0</span>\n"
# + " <span class=\"uri\">http://chart.apis.google.com/chart?cht=lc&chs=400x150&chco=FF0000,0000FF&chdl=Damage%7CProfit&chxl=0:%7CJan%7CFeb%7CMar%7CApr%7CMay%7CJun&chxr=1,20,26%7C2,1,2&chxt=x,y,r&chd=t:8.3,25,91.7,91.7,75,25%7C10,10,30.0,10,70,90</span>\n"
# t/eg.t line 190 is: ok(file_content($newfile), file_content($outfile));
t/eg.t .....
Failed 1/2 subtests
Test Summary Report
-------------------
t/eg.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
Files=2, Tests=9, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.05 cusr 0.03 csys = 0.12 CPU)
Result: FAIL
Failed 1/2 test programs. 1/9 subtests failed.
Makefile:859: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ----- --------
perl 5.006 5.014002
URI 1 1.71
build_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.30
configure_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20541
PERL5_CPAN_IS_RUNNING = 20541
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.14.2/a1a1/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.18
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.30
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
JSON 2.94
JSON::PP 2.94
Module::Build 0.4224
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302086
YAML 1.23
YAML::Syck 1.30
version 0.88
--
Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
Derived from: dc281e6088d189558b79a5121119b7196c8b3db0
Platform:
osname=linux, osvers=4.9.0-2-amd64, archname=x86_64-linux-thread-multi-ld
uname='linux k93msid 4.9.0-2-amd64 #1 smp debian 4.9.18-1 (2017-03-30) x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.14.2/a1a1 -Dmyhostname=k93msid -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Duseithreads -Duselongdouble -DDEBUGGING=both'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='6.3.0 20170406', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=16, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.24.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.24'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: DEBUGGING MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_TRACK_MEMPOOL PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LONG_DOUBLE USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Locally applied patches:
uncommitted-changes
Built under linux
Compiled at Jul 2 2017 19:46:36
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="20541"
PERL5_CPAN_IS_RUNNING="20541"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.14.2/a1a1/lib/site_perl/5.14.2/x86_64-linux-thread-multi-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.14.2/a1a1/lib/site_perl/5.14.2
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.14.2/a1a1/lib/5.14.2/x86_64-linux-thread-multi-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.14.2/a1a1/lib/5.14.2
.