[WTF CVS] wtf/lib/WTF Config.pm, 1.6, 1.7 DBH.pm, 1.1.1.1, 1.2 Data.pm, 1.4, 1.5 Pages.pm, 1.6, 1.7
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2007-01-02 23:39:19
|
Update of /cvsroot/wtf-tracker/wtf/lib/WTF In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28721/lib/WTF Modified Files: Config.pm DBH.pm Data.pm Pages.pm SQL.pm Utils.pm Log Message: Minor changes (typically POD and version numbering) to bring code up to ready for a release Index: Pages.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Pages.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Pages.pm 2 Jan 2007 23:13:28 -0000 1.6 --- Pages.pm 2 Jan 2007 23:39:16 -0000 1.7 *************** *** 1,4 **** package WTF::Pages; ! our $VERSION = 1.02; use strict; use warnings; --- 1,4 ---- package WTF::Pages; ! our $VERSION = 1.03; use strict; use warnings; *************** *** 93,97 **** =head1 VERSION ! This document describes WTF::Pages version 1.02 =head1 SYNOPSIS --- 93,97 ---- =head1 VERSION ! This document describes WTF::Pages version 1.03 =head1 SYNOPSIS Index: Data.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Data.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Data.pm 2 Dec 2006 00:09:09 -0000 1.4 --- Data.pm 2 Jan 2007 23:39:16 -0000 1.5 *************** *** 1,4 **** package WTF::Data; ! our $VERSION = 1.02; use strict; use warnings; --- 1,4 ---- package WTF::Data; ! our $VERSION = 1.03; use strict; use warnings; *************** *** 120,124 **** =head1 VERSION ! This document describes WTF::Data version 1.02 =head1 SYNOPSIS --- 120,124 ---- =head1 VERSION ! This document describes WTF::Data version 1.03 =head1 SYNOPSIS Index: Utils.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Utils.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Utils.pm 2 Jan 2007 23:13:28 -0000 1.6 --- Utils.pm 2 Jan 2007 23:39:16 -0000 1.7 *************** *** 1,4 **** package WTF::Utils; ! our $VERSION = 1.02; use strict; use warnings; --- 1,4 ---- package WTF::Utils; ! our $VERSION = 1.03; use strict; use warnings; *************** *** 292,296 **** =head1 VERSION ! This document describes WTF::Utils version 1.02 =head1 SYNOPSIS --- 292,296 ---- =head1 VERSION ! This document describes WTF::Utils version 1.03 =head1 SYNOPSIS Index: DBH.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/DBH.pm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** DBH.pm 18 Oct 2006 16:52:50 -0000 1.1.1.1 --- DBH.pm 2 Jan 2007 23:39:16 -0000 1.2 *************** *** 1,4 **** package WTF::DBH; ! our $VERSION = 1.01; use strict; use warnings; --- 1,4 ---- package WTF::DBH; ! our $VERSION = 1.03; use strict; use warnings; *************** *** 34,38 **** =head1 VERSION ! This document describes WTF::DBH version 1.01 =head1 SYNOPSIS --- 34,38 ---- =head1 VERSION ! This document describes WTF::DBH version 1.03 =head1 SYNOPSIS Index: Config.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Config.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Config.pm 5 Dec 2006 16:02:32 -0000 1.6 --- Config.pm 2 Jan 2007 23:39:16 -0000 1.7 *************** *** 1,4 **** package WTF::Config; ! our $VERSION = 1.02; use strict; use warnings; --- 1,4 ---- package WTF::Config; ! our $VERSION = 1.03; use strict; use warnings; *************** *** 100,104 **** =head1 VERSION ! This document describes WTF::Config version 1.02 =head1 SYNOPSIS --- 100,104 ---- =head1 VERSION ! This document describes WTF::Config version 1.03 =head1 SYNOPSIS Index: SQL.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/SQL.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** SQL.pm 2 Jan 2007 23:13:28 -0000 1.12 --- SQL.pm 2 Jan 2007 23:39:16 -0000 1.13 *************** *** 1,4 **** package WTF::SQL; ! our $VERSION = 1.02; use strict; use warnings; --- 1,4 ---- package WTF::SQL; ! our $VERSION = 1.03; use strict; use warnings; *************** *** 433,437 **** =head1 VERSION ! This document describes WTF::SQL version 1.02 =head1 SYNOPSIS --- 433,437 ---- =head1 VERSION ! This document describes WTF::SQL version 1.03 =head1 SYNOPSIS |