[WTF CVS] wtf/lib/WTF DBH.pm, 1.2, 1.3 Data.pm, 1.5, 1.6 Pages.pm, 1.7, 1.8 SQL.pm, 1.13, 1.14 Util
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2007-03-09 22:35:00
|
Update of /cvsroot/wtf-tracker/wtf/lib/WTF In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24793/lib/WTF Modified Files: DBH.pm Data.pm Pages.pm SQL.pm Utils.pm Log Message: Updated version number for next release Index: SQL.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/SQL.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** SQL.pm 2 Jan 2007 23:39:16 -0000 1.13 --- SQL.pm 9 Mar 2007 22:34:53 -0000 1.14 *************** *** 1,4 **** package WTF::SQL; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::SQL; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 433,437 **** =head1 VERSION ! This document describes WTF::SQL version 1.03 =head1 SYNOPSIS --- 433,437 ---- =head1 VERSION ! This document describes WTF::SQL version 1.04 =head1 SYNOPSIS Index: Pages.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Pages.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Pages.pm 2 Jan 2007 23:39:16 -0000 1.7 --- Pages.pm 9 Mar 2007 22:34:53 -0000 1.8 *************** *** 1,4 **** package WTF::Pages; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Pages; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 93,97 **** =head1 VERSION ! This document describes WTF::Pages version 1.03 =head1 SYNOPSIS --- 93,97 ---- =head1 VERSION ! This document describes WTF::Pages version 1.04 =head1 SYNOPSIS Index: Data.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Data.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Data.pm 2 Jan 2007 23:39:16 -0000 1.5 --- Data.pm 9 Mar 2007 22:34:53 -0000 1.6 *************** *** 1,4 **** package WTF::Data; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Data; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 120,124 **** =head1 VERSION ! This document describes WTF::Data version 1.03 =head1 SYNOPSIS --- 120,124 ---- =head1 VERSION ! This document describes WTF::Data version 1.04 =head1 SYNOPSIS *************** *** 171,175 **** { 'codeline' => 'Management Systems', ! 'hours' => '1.00', 'date' => '2006-10-02', 'project' => 'New Project X (Func. Spec. Review, Sign-off)', --- 171,175 ---- { 'codeline' => 'Management Systems', ! 'hours' => '1.04', 'date' => '2006-10-02', 'project' => 'New Project X (Func. Spec. Review, Sign-off)', *************** *** 216,220 **** { 'codeline' => 'Management Systems', ! 'hours' => '1.00', 'date' => '2006-10-02', 'project' => 'New Project X (Func. Spec.)', --- 216,220 ---- { 'codeline' => 'Management Systems', ! 'hours' => '1.04', 'date' => '2006-10-02', 'project' => 'New Project X (Func. Spec.)', Index: Utils.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Utils.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Utils.pm 2 Jan 2007 23:39:16 -0000 1.7 --- Utils.pm 9 Mar 2007 22:34:53 -0000 1.8 *************** *** 1,4 **** package WTF::Utils; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Utils; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 292,296 **** =head1 VERSION ! This document describes WTF::Utils version 1.03 =head1 SYNOPSIS --- 292,296 ---- =head1 VERSION ! This document describes WTF::Utils version 1.04 =head1 SYNOPSIS Index: DBH.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/DBH.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DBH.pm 2 Jan 2007 23:39:16 -0000 1.2 --- DBH.pm 9 Mar 2007 22:34:53 -0000 1.3 *************** *** 1,4 **** package WTF::DBH; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::DBH; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 18,22 **** Apache::DBI->connect_on_init( (CONNECT) ); ! Apache::DBI->setPingTimeOut( DSN, 120 ); sub connect { --- 18,22 ---- Apache::DBI->connect_on_init( (CONNECT) ); ! Apache::DBI->setPingTimeOut( DSN, 120 ); sub connect { *************** *** 34,38 **** =head1 VERSION ! This document describes WTF::DBH version 1.03 =head1 SYNOPSIS --- 34,38 ---- =head1 VERSION ! This document describes WTF::DBH version 1.04 =head1 SYNOPSIS |