Skip Menu |

This queue is for tickets about the WWW-Scraper-ISBN-Blackwell_Driver CPAN distribution.

Report information
The Basics
Id: 122155
Status: new
Priority: 0/
Queue: WWW-Scraper-ISBN-Blackwell_Driver

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.10
Fixed in: (no value)



Subject: t/10object.t started to fail
It seems that test data changed again: ... # Failed test '.. 'publisher' found [1558607013]' # at t/10object.t line 100. # got: 'Elsevier Science' # expected: 'Morgan Kaufmann' # book=[$VAR1 = { # 'height' => '235', # 'title' => 'Higher-Order Perl', # 'pages' => '600', # 'image_link' => 'https://bookshop.blackwell.co.uk/jacket/l/9781558607019.jpg', # 'isbn10' => '1558607013', # 'pubdate' => '31 Mar 2005', # 'isbn13' => '9781558607019', # 'isbn' => '9781558607019', # 'author' => 'Mark Jason Dominus', # 'description' => 'Most Perl programmers were originally trained as C and Unix programmers, so the Perl programs that they write bear a strong resemblance to C programs. However, Perl incorporates many features that have their roots in other languages such as Lisp. These advanced features are not well understood and are rarely used by most Perl programmers, but they are very powerful. They can automate tasks in everyday programming that are difficult to solve in any other way. One of the most powerful of these techniques is writing functions that manufacture or modify other functions. For example, instead of writing ten similar functions, a programmer can write a general pattern or framework that can then create the functions as needed according to the pattern. For several years Mark Jason Dominus has worked to apply functional programming techniques to Perl. Now Mark brings these flexible programming methods that he has successfully taught in numerous tutorials and training sessions to a wider audience.', # 'thumb_link' => 'https://bookshop.blackwell.co.uk/jacket/l/9781558607019.jpg', # 'publisher' => 'Elsevier Science', # 'book_link' => bless( do{\(my $o = 'http://bookshop.blackwell.co.uk/bookshop/product/Higher-Order%20Perl/9781558607019')}, 'URI::http' ), # 'binding' => 'Paperback', # 'width' => '191', # 'weight' => '1090', # 'ean13' => '9781558607019' # }; # ] # Looks like you failed 1 test of 40. t/10object.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/40 subtests ...