blob: 14edeef77e9151753229e6d4b69d94b673797e31 [file] [log] [blame]
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# Copyright (c) 2012 Frank Becker and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Frank Becker - initial API and implementation
#
package Bugzilla::Extension::Mylyn::Util;
use strict;
use base qw(Exporter);
our @EXPORT = qw(
);
# This file can be loaded by your extension via
# "use Bugzilla::Extension::Mylyn::Util". You can put functions
# used by your extension in here. (Make sure you also list them in
# @EXPORT.)
1;