DBIx::SearchBuilder

Is now in CPAN. I just installed a copy of “0.01” with
perl -MCPAN -e’install DBIx::SearchBuilder’

Installation instructions for rt-devel will be updated
accordingly.

    -J (cpan id JESSE)

jesse reed vincent — root@eruditorum.orgjesse@fsck.com
pgp keyprint: 50 41 9C 03 D0 BC BC C8 2C B9 77 26 6F E1 EB 91
. . . when not in doubt, get in doubt. – Old Discordian Proveb

Sorry guys, I can’t really think of a better place to ask this.

I’m trying to use SearchBuilder in another (much simpler) project. I’m
making some decent strides by going through RT’s code to see how
DBIx::SearchBuilder and DBIx::SearchBuilder::Record are subclassed, but its
taking me a while simply because I’m having to pare down RT::Record and
RT::SearchBuilder so much since my project is so much simpler than RT. Does
anyone know of any good documentation on SB that I could look through? I
know that they are very well perldoc-ed, but I’m looking for something even
a little more detailed.