Bio::Das::Lite 2.04のテストを実行してみた

CPAN Testers Reports: Reports for Bio-Das-Lite
http://static.cpantesters.org/distro/B/Bio-Das-Lite.html
を、みてみると、linuxは1.*しかとおってないのかな。

httpステータスコードを見てみたら302が返ってきていた。

# $VAR1 = {
#           'http://www.ensembl.org/das/Homo_sapiens.NCBI36.reference/sequence?segment=1:1,1000' => '302 Found',
#           'http://www.ensembl.org/das/Homo_sapiens.NCBI36.reference/sequence?segment=15:1,1000' => '302 Found'
#         };

インストールされてるモジュールは

+ WWW::Curl >= 4.07 found in libwww-curl-perl (>= 4.07)
+ IO::Scalar >= 2.110 found in libio-stringy-perl (>= 2.110)
= English >= 1.01 is in core
+ HTTP::Response >= 1.49 found in libwww-perl (>= 1.49)
+ Readonly >= 1.03 found in libreadonly-perl (>= 1.03)
= Carp >= 1.02 is in core
t/00-critic.t ............... skipped: Author test.  Set $ENV{TEST_AUTHOR} to a true value to run.
t/00-distribution.t ......... ok   
t/00-pod.t .................. ok   
t/00-podcoverage.t .......... ok   
t/01-general.t .............. ok   
t/02-statuscodes.t .......... ok   
t/05-singledsn.t ............ ok     
t/06-singledsn-singleseg.t .. ok     
t/07-singledsn-multiseg.t ... 1/10 
#   Failed test 'features hash contains an array'
#   at t/07-singledsn-multiseg.t line 27.
#          got: ''
#     expected: 'ARRAY'

#   Failed test 'Unexpected response code: 302 for http://www.ensembl.org/das/Homo_sapiens.NCBI36.reference/features?segment=15:1,1000'
#   at t/07-singledsn-multiseg.t line 42.

#   Failed test 'Unexpected response code: 302 for http://www.ensembl.org/das/Homo_sapiens.NCBI36.reference/features?segment=1:1,1000'
#   at t/07-singledsn-multiseg.t line 42.
t/07-singledsn-multiseg.t ... 6/10 
#   Failed test 'sequence hash contains an array'
#   at t/07-singledsn-multiseg.t line 27.
#          got: ''
#     expected: 'ARRAY'

#   Failed test 'Unexpected response code: 302 for http://www.ensembl.org/das/Homo_sapiens.NCBI36.reference/sequence?segment=1:1,1000'
#   at t/07-singledsn-multiseg.t line 42.

#   Failed test 'Unexpected response code: 302 for http://www.ensembl.org/das/Homo_sapiens.NCBI36.reference/sequence?segment=15:1,1000'
#   at t/07-singledsn-multiseg.t line 42.
# Looks like you failed 6 tests of 10.
t/07-singledsn-multiseg.t ... Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/10 subtests 
t/10-multidsn.t ............. ok     
t/20-authentication.t ....... ok   
t/21-proxy.t ................ skipped: Proxy testing requires POE and WWW::Curl::Simple
t/40-dna.t .................. ok   
t/45-sequence.t ............. ok   
t/50-entry_points.t ......... ok   
t/60-features.t ............. ok   
t/60-features_chunked.t ..... ok   
t/60-features_empty.t ....... ok   
t/61-features_group.t ....... ok   
t/70-alignment.t ............ ok   
t/80-structure.t ............ ok   
t/90-sources.t .............. ok   

Test Summary Report
-------------------
t/07-singledsn-multiseg.t (Wstat: 1536 Tests: 10 Failed: 6)
  Failed tests:  3-5, 8-10
  Non-zero exit status: 6
Files=22, Tests=120, 17 wallclock secs ( 0.06 usr  0.03 sys + 13.77 cusr  2.93 csys = 16.79 CPU)
Result: FAIL
Failed 1/22 test programs. 6/120 subtests failed.