blob: 50a0c5412abb49311d332029a591b4cf4afe6584 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;
use Bugzilla::Error;
use Bugzilla::WebService::Constants;
BEGIN {
ThrowCodeError('feature_disabled', { feature => 'xmlrpc' });
}