[Rt-commit] [svn] r1384 - DBIx-SearchBuilder/trunk

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Tue Aug 31 22:46:50 EDT 2004


Author: jesse
Date: Tue Aug 31 22:46:50 2004
New Revision: 1384

Modified:
   DBIx-SearchBuilder/trunk/   (props changed)
   DBIx-SearchBuilder/trunk/META.yml
   DBIx-SearchBuilder/trunk/SearchBuilder.pm
Log:
 ----------------------------------------------------------------------
 r10105 at tinbook:  jesse | 2004-09-01T02:20:05.101045Z
  ----------------------------------------------------------------------
  r8477 at tinbook (orig r1378):  jesse | 2004-08-31T07:22:10.661058Z
   ----------------------------------------------------------------------
   r8476 at tinbook:  jesse | 2004-08-31T07:21:53.399025Z
   Fixing the code that handles the old _Accessible layer to be more robust. (It may want to be made faster, but if you are using code that needs the emulation code, you can get more speed by upgrading to a newer app ;)
   ----------------------------------------------------------------------
  
  ----------------------------------------------------------------------
  r10103 at tinbook (orig r1381):  autrijus | 2004-08-31T20:44:31.951002Z
  Use memoization for ->id instead of explicitly assigning it.
  This has the benefit of not breaking old objects in session storage.
  
  
  ----------------------------------------------------------------------
 
 ----------------------------------------------------------------------
 r10106 at tinbook:  jesse | 2004-09-01T02:26:11.128224Z
 bumped to 1.10_05
 ----------------------------------------------------------------------


Modified: DBIx-SearchBuilder/trunk/META.yml
==============================================================================
--- DBIx-SearchBuilder/trunk/META.yml	(original)
+++ DBIx-SearchBuilder/trunk/META.yml	Tue Aug 31 22:46:50 2004
@@ -1,5 +1,5 @@
 name: DBIx-SearchBuilder
-version: 1.10_04
+version: 1.10_05
 license: perl
 distribution_type: module
 build_requires:

Modified: DBIx-SearchBuilder/trunk/SearchBuilder.pm
==============================================================================
--- DBIx-SearchBuilder/trunk/SearchBuilder.pm	(original)
+++ DBIx-SearchBuilder/trunk/SearchBuilder.pm	Tue Aug 31 22:46:50 2004
@@ -5,7 +5,7 @@
 use strict;
 use vars qw($VERSION);
 
-$VERSION = "1.10_04";
+$VERSION = "1.10_05";
 
 =head1 NAME
 


More information about the Rt-commit mailing list