~mkanat/bugzilla-traceparser/trunk

« back to all changes in this revision

Viewing changes to code/install-update_db.pl

  • Committer: Max Kanat-Alexander
  • Date: 2010-02-08 03:40:24 UTC
  • Revision ID: mkanat@bugzilla.org-20100208034024-2jr17lgakmfuls85
Convert extension code to using the 3.6 extension format.
Currently compiles and passes checksetup.pl, but hasn't been fully tested.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- Mode: perl; indent-tabs-mode: nil -*-
2
 
#
3
 
# The contents of this file are subject to the Mozilla Public
4
 
# License Version 1.1 (the "License"); you may not use this file
5
 
# except in compliance with the License. You may obtain a copy of
6
 
# the License at http://www.mozilla.org/MPL/
7
 
#
8
 
# Software distributed under the License is distributed on an "AS
9
 
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
10
 
# implied. See the License for the specific language governing
11
 
# rights and limitations under the License.
12
 
#
13
 
# The Original Code is the Bugzilla Example Plugin.
14
 
#
15
 
# The Initial Developer of the Original Code is Canonical Ltd.
16
 
# Portions created by Canonical Ltd. are Copyright (C) 2009 
17
 
# Canonical Ltd. All Rights Reserved.
18
 
#
19
 
# Contributor(s): 
20
 
#   Max Kanat-Alexander <mkanat@bugzilla.org>
21
 
 
22
 
 
23
 
use strict;
24
 
use warnings;
25
 
use Bugzilla;
26
 
use TraceParser::Hooks;
27
 
install_update_db();