[WTF CVS] wtf/lib/WTF Config.pm,1.8,1.9
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2007-03-09 22:57:04
|
Update of /cvsroot/wtf-tracker/wtf/lib/WTF In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1767/lib/WTF Modified Files: Config.pm Log Message: Changes to fix bug 1644788: Change bugzilla state trigger Index: Config.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Config.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Config.pm 3 Jan 2007 18:52:52 -0000 1.8 --- Config.pm 9 Mar 2007 22:56:58 -0000 1.9 *************** *** 1,4 **** package WTF::Config; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Config; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 46,49 **** --- 46,53 ---- }, + # Bug state(s) considered to be "closed" projects + # (i.e. will cause bugs to be hidden on a database update) + 'closed_states' => qw( CLOSED VERIFIED ), + # HTML::Template template file settings 'templates' => { *************** *** 80,84 **** # version number to display on navigation bar ! 'version' => '1.03a', }; --- 84,88 ---- # version number to display on navigation bar ! 'version' => '1.04', }; *************** *** 100,104 **** =head1 VERSION ! This document describes WTF::Config version 1.03 =head1 SYNOPSIS --- 104,108 ---- =head1 VERSION ! This document describes WTF::Config version 1.04 =head1 SYNOPSIS |