[Rt-commit] r5884 - in Test-Chimps/trunk: . lib/Test/Chimps

zev at bestpractical.com zev at bestpractical.com
Thu Sep 7 17:38:51 EDT 2006


Author: zev
Date: Thu Sep  7 17:38:50 2006
New Revision: 5884

Modified:
   Test-Chimps/trunk/   (props changed)
   Test-Chimps/trunk/Changes
   Test-Chimps/trunk/lib/Test/Chimps.pm
   Test-Chimps/trunk/lib/Test/Chimps/ReportCollection.pm

Log:
 r16691 at galvatron:  zev | 2006-09-07 17:38:35 -0400
 * added a C<table> method to ReportCollection for compatibility with older version of Jifty::DBI
 * bumped version number for release
 


Modified: Test-Chimps/trunk/Changes
==============================================================================
--- Test-Chimps/trunk/Changes	(original)
+++ Test-Chimps/trunk/Changes	Thu Sep  7 17:38:50 2006
@@ -1,5 +1,9 @@
 Revision history for Test-Chimps
 
+0.07    Thu Sep  7 17:37:38 EDT 2006
+        * added a C<table> method to ReportCollection for
+          compatibility with older version of Jifty::DBI
+
 0.06    Sun Aug 13 19:46:45 EDT 2006
         * forgot -s option to smoker in howto
         * fix in lister for small numbers of rows in reports

Modified: Test-Chimps/trunk/lib/Test/Chimps.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps.pm	(original)
+++ Test-Chimps/trunk/lib/Test/Chimps.pm	Thu Sep  7 17:38:50 2006
@@ -6,11 +6,11 @@
 
 =head1 VERSION
 
-Version 0.06
+Version 0.07
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 =head1 SYNOPSIS
 

Modified: Test-Chimps/trunk/lib/Test/Chimps/ReportCollection.pm
==============================================================================
--- Test-Chimps/trunk/lib/Test/Chimps/ReportCollection.pm	(original)
+++ Test-Chimps/trunk/lib/Test/Chimps/ReportCollection.pm	Thu Sep  7 17:38:50 2006
@@ -27,6 +27,18 @@
   return 'Test::Chimps::Report';
 }
 
+=head2 table
+
+Overridden method.  Always returns 'reports'.
+
+=cut
+
+# we don't need this for SVN Jifty::DBI, but those changes haven't
+# been pushed to CPAN yet
+sub table {
+  return 'reports';
+}
+
 =head1 AUTHOR
 
 Zev Benjamin, C<< <zev at cpan.org> >>


More information about the Rt-commit mailing list