#!/usr/bin/perl -w
use strict;
use warnings;
use BR::BugzillaReport; 

#######################
# main:
#######################

do_report();
