Guys,
I want to do some comparisons between different versions of one of my
modules. Mainly what I'm interested in is if the FAIL reports are
from the exact same smokers. So I have two questions:
# Is there an easier way to pull the reports than just scraping the
static site for URLs with something like WWW::Mechanize? (BTW, some
of the pages, like the wiki and the blog, are returning errors, which
hopefully helps explain why I couldn't find this info on my own.)
# Once I pull the reports, what's the best way to identify the smoker?
Currently I'm thinking just concatenate the From and Subject lines,
but that seems a bit hackish. Better way?
Thx guys!
-- Buddy