Re: [rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder

2008-12-31 Thread Richard Foley
Hi Joseph,

It looks like DBD::SQLite is your problem - try installing that by hand first.  
It's not really RT's fault that a dependency module breaks on your particular 
system, and installing everything via CPAN is the most generic way to go.   
Once DBD::SQLite is succesfully installed then, and only then, try the 'make 
fixdeps' command again.

Failed Test Stat Wstat Total Fail  List of Failed
---
t/06error.t011 22  2
t/07busy.t 011 88  5-8
Failed 2/29 test scripts. 5/463 subtests failed.
Files=29, Tests=463,  7 wallclock secs ( 1.48 cusr +  1.45 csys =  2.93 CPU)
Failed 2/29 test programs. 5/463 subtests failed.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/root/.cpan/build/DBD-SQLite-1.14-6O4X44'
  MSERGEANT/DBD-SQLite-1.14.tar.gz
  /usr/bin/make test -- NOT OK

-- 
Richard Foley
Ciao - shorter than aufwiedersehen

http://www.rfi.net/

On Tuesday 30 December 2008 21:41:58 Joseph Spenner wrote:
 
 --- On Tue, 12/30/08, Jesse Vincent je...@bestpractical.com wrote:
 From: Jesse Vincent je...@bestpractical.com
 Subject: Re: [rt-users] fixdeps errors:  DBD::SQLite and DBIx::SearchBuilder
 To: Joseph Spenner joseph85...@yahoo.com
 Cc: rt-users@lists.bestpractical.com
 Date: Tuesday, December 30, 2008, 12:35 PM
 
  When trying to manually install DBD::SQLite, I see:
  
  MSERGEANT/DBD-SQLite-1.14.tar.gz
  /usr/bin/make test -- NOT OK
  
 
 Can you perhaps send the list the actual errors you got?
  
 
 Yes.  Here is the total output:
 
 r...@tuxtrack:/space/rt-packages/rt-3.8.1# 
 r...@tuxtrack:/space/rt-packages/rt-3.8.1# make fixdeps
 /usr/bin/perl ./sbin/rt-test-dependencies --verbose --install --with-mysql 
 --with-fastcgi
 perl:
 =5.8.3(5.10.0)...found
 users:
 rt group (apache)...found
 bin owner (root)...found
 libs owner (root)...found
 libs group (bin)...found
 web owner (apache)...found
 web group (apache)...found
 CLI dependencies:
 Term::ReadKey...found
 Getopt::Long = 2.24...found
 HTTP::Request::Common...found
 Term::ReadLine...found
 Text::ParseWords...found
 LWP...found
 CORE dependencies:
 Class::ReturnValue = 0.40...found
 Text::Quoted = 2.02...found
 CSS::Squish = 0.06...found
 Encode = 2.13...found
 Module::Versions::Report = 1.05...found
 MIME::Entity = 5.425...found
 DBI = 1.37...found
 Locale::Maketext::Lexicon = 0.32...found
 Devel::StackTrace = 1.19...found
 Digest::base...found
 Time::ParseDate...found
 File::Temp = 0.18...found
 Locale::Maketext = 1.06...found
 Tree::Simple = 1.04...found
 Text::Template...found
 Scalar::Util...found
 HTML::Scrubber = 0.08...found
 File::Spec = 0.8...found
 Calendar::Simple...found
 DBIx::SearchBuilder = 1.54...MISSING
 Mail::Mailer = 1.57...found
 File::ShareDir...found
 Regexp::Common...found
 Digest::MD5 = 2.27...found
 HTML::Entities...found
 Cache::Simple::TimedExpiry...found
 File::Glob...found
 Locale::Maketext::Fuzzy...found
 Time::HiRes...found
 Text::Wrapper...found
 Log::Dispatch = 2.0...found
 UNIVERSAL::require...found
 Email::Address...found
 
 Install module DBIx::SearchBuilder
 Going to read /root/.cpan/Metadata
   Database was generated on Tue, 30 Dec 2008 16:26:51 GMT
 Running install for module 'DBIx::SearchBuilder'
 'YAML' not installed, falling back to Data::Dumper and Storable to read 
prefs '/root/.cpan/prefs'
 Running make for J/JE/JESSE/DBIx-SearchBuilder-1.54.tar.gz
 CPAN: Digest::SHA loaded ok (v5.45)
 CPAN: Compress::Zlib loaded ok (v2.008)
 Checksum 
for /root/.cpan/sources/authors/id/J/JE/JESSE/DBIx-SearchBuilder-1.54.tar.gz 
ok
 DBIx-SearchBuilder-1.54/
 DBIx-SearchBuilder-1.54/Changes
 DBIx-SearchBuilder-1.54/ex/
 DBIx-SearchBuilder-1.54/ex/create_tables.pl
 DBIx-SearchBuilder-1.54/ex/Example/
 DBIx-SearchBuilder-1.54/ex/Example/Model/
 DBIx-SearchBuilder-1.54/ex/Example/Model/Address.pm
 DBIx-SearchBuilder-1.54/ex/Example/Model/Employee.pm
 DBIx-SearchBuilder-1.54/inc/
 DBIx-SearchBuilder-1.54/inc/Module/
 DBIx-SearchBuilder-1.54/inc/Module/AutoInstall.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/
 DBIx-SearchBuilder-1.54/inc/Module/Install/AutoInstall.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/Base.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/Include.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/Makefile.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/Metadata.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install.pm
 DBIx-SearchBuilder-1.54/Makefile.PL
 DBIx-SearchBuilder-1.54/MANIFEST
 DBIx-SearchBuilder-1.54/META.yml
 DBIx-SearchBuilder-1.54/README
 DBIx-SearchBuilder-1.54/ROADMAP
 DBIx-SearchBuilder-1.54/SearchBuilder

Re: [rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder

2008-12-31 Thread Ruslan Zakirov
It's ok to force install DBD::SQLite, I saw this errors too. This
module is required to test DBIx::SearchBuilder functionality only.

On Wed, Dec 31, 2008 at 2:01 PM, Richard Foley richard.fo...@rfi.net wrote:
 Hi Joseph,

 It looks like DBD::SQLite is your problem - try installing that by hand first.
 It's not really RT's fault that a dependency module breaks on your particular
 system, and installing everything via CPAN is the most generic way to go.
 Once DBD::SQLite is succesfully installed then, and only then, try the 'make
 fixdeps' command again.

 Failed Test Stat Wstat Total Fail  List of Failed
 ---
 t/06error.t011 22  2
 t/07busy.t 011 88  5-8
 Failed 2/29 test scripts. 5/463 subtests failed.
 Files=29, Tests=463,  7 wallclock secs ( 1.48 cusr +  1.45 csys =  2.93 CPU)
 Failed 2/29 test programs. 5/463 subtests failed.
 make[1]: *** [test_dynamic] Error 255
 make[1]: Leaving directory `/root/.cpan/build/DBD-SQLite-1.14-6O4X44'
  MSERGEANT/DBD-SQLite-1.14.tar.gz
  /usr/bin/make test -- NOT OK

 --
 Richard Foley
 Ciao - shorter than aufwiedersehen

 http://www.rfi.net/

 On Tuesday 30 December 2008 21:41:58 Joseph Spenner wrote:

 --- On Tue, 12/30/08, Jesse Vincent je...@bestpractical.com wrote:
 From: Jesse Vincent je...@bestpractical.com
 Subject: Re: [rt-users] fixdeps errors:  DBD::SQLite and DBIx::SearchBuilder
 To: Joseph Spenner joseph85...@yahoo.com
 Cc: rt-users@lists.bestpractical.com
 Date: Tuesday, December 30, 2008, 12:35 PM

  When trying to manually install DBD::SQLite, I see:
 
  MSERGEANT/DBD-SQLite-1.14.tar.gz
  /usr/bin/make test -- NOT OK
 

 Can you perhaps send the list the actual errors you got?
 

 Yes.  Here is the total output:

 r...@tuxtrack:/space/rt-packages/rt-3.8.1#
 r...@tuxtrack:/space/rt-packages/rt-3.8.1# make fixdeps
 /usr/bin/perl ./sbin/rt-test-dependencies --verbose --install --with-mysql 
 --with-fastcgi
 perl:
 =5.8.3(5.10.0)...found
 users:
 rt group (apache)...found
 bin owner (root)...found
 libs owner (root)...found
 libs group (bin)...found
 web owner (apache)...found
 web group (apache)...found
 CLI dependencies:
 Term::ReadKey...found
 Getopt::Long = 2.24...found
 HTTP::Request::Common...found
 Term::ReadLine...found
 Text::ParseWords...found
 LWP...found
 CORE dependencies:
 Class::ReturnValue = 0.40...found
 Text::Quoted = 2.02...found
 CSS::Squish = 0.06...found
 Encode = 2.13...found
 Module::Versions::Report = 1.05...found
 MIME::Entity = 5.425...found
 DBI = 1.37...found
 Locale::Maketext::Lexicon = 0.32...found
 Devel::StackTrace = 1.19...found
 Digest::base...found
 Time::ParseDate...found
 File::Temp = 0.18...found
 Locale::Maketext = 1.06...found
 Tree::Simple = 1.04...found
 Text::Template...found
 Scalar::Util...found
 HTML::Scrubber = 0.08...found
 File::Spec = 0.8...found
 Calendar::Simple...found
 DBIx::SearchBuilder = 1.54...MISSING
 Mail::Mailer = 1.57...found
 File::ShareDir...found
 Regexp::Common...found
 Digest::MD5 = 2.27...found
 HTML::Entities...found
 Cache::Simple::TimedExpiry...found
 File::Glob...found
 Locale::Maketext::Fuzzy...found
 Time::HiRes...found
 Text::Wrapper...found
 Log::Dispatch = 2.0...found
 UNIVERSAL::require...found
 Email::Address...found

 Install module DBIx::SearchBuilder
 Going to read /root/.cpan/Metadata
   Database was generated on Tue, 30 Dec 2008 16:26:51 GMT
 Running install for module 'DBIx::SearchBuilder'
 'YAML' not installed, falling back to Data::Dumper and Storable to read
 prefs '/root/.cpan/prefs'
 Running make for J/JE/JESSE/DBIx-SearchBuilder-1.54.tar.gz
 CPAN: Digest::SHA loaded ok (v5.45)
 CPAN: Compress::Zlib loaded ok (v2.008)
 Checksum
 for /root/.cpan/sources/authors/id/J/JE/JESSE/DBIx-SearchBuilder-1.54.tar.gz
 ok
 DBIx-SearchBuilder-1.54/
 DBIx-SearchBuilder-1.54/Changes
 DBIx-SearchBuilder-1.54/ex/
 DBIx-SearchBuilder-1.54/ex/create_tables.pl
 DBIx-SearchBuilder-1.54/ex/Example/
 DBIx-SearchBuilder-1.54/ex/Example/Model/
 DBIx-SearchBuilder-1.54/ex/Example/Model/Address.pm
 DBIx-SearchBuilder-1.54/ex/Example/Model/Employee.pm
 DBIx-SearchBuilder-1.54/inc/
 DBIx-SearchBuilder-1.54/inc/Module/
 DBIx-SearchBuilder-1.54/inc/Module/AutoInstall.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/
 DBIx-SearchBuilder-1.54/inc/Module/Install/AutoInstall.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/Base.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/Include.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/Makefile.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install/Metadata.pm
 DBIx-SearchBuilder-1.54/inc/Module/Install.pm

Re: [rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder

2008-12-31 Thread Joseph Spenner
Ruslan:
  Thanks for the tip.  Forcing SQLite succeeded, and 'make fixdeps' took care 
of the rest.  I think I'm almost there.
  My next/current problem is with FastCGI.  My rt-test-dependencies indicate it 
should work.  However, when I add these lines to my httpd.conf as described in 
the doc at http://wiki.bestpractical.com/view/FastCGIConfiguration:

# Tell FastCGI to put its temporary files somewhere sane.
FastCgiIpcDir /tmp

# Number of processes is tunable, but you need at least 3 or 4
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4

I get errors when trying to start apache:

Invalid command 'FastCgiIpcDir', perhaps misspelled or defined by a module not 
included in the server configuration

I'm using the apache which came standard on my slackware 12.2 distribution.

r...@tuxtrack:/space/rt-packages# httpd -V
Server version: Apache/2.2.10 (Unix)
Server built:   Oct 22 2008 17:54:27
Server's Module Magic Number: 20051115:18
Server loaded:  APR 1.3.3, APR-Util 1.3.4
Compiled using: APR 1.3.3, APR-Util 1.3.4
Architecture:   32-bit
Server MPM: Prefork
  threaded: no
    forked: yes (variable process count)
Server compiled with
 -D APACHE_MPM_DIR=server/mpm/prefork
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT=/usr
 -D SUEXEC_BIN=/usr/bin/suexec
 -D DEFAULT_PIDLOG=/var/run/httpd/httpd.pid
 -D DEFAULT_SCOREBOARD=logs/apache_runtime_status
 -D DEFAULT_LOCKFILE=/var/run/httpd/accept.lock
 -D DEFAULT_ERRORLOG=logs/error_log
 -D AP_TYPES_CONFIG_FILE=/etc/httpd/mime.types
 -D SERVER_CONFIG_FILE=/etc/httpd/httpd.conf
r...@tuxtrack:/space/rt-packages#  



From what I can tell, the available modules in /usr/lib/httpd/modules/ do not 
include a mod_fastcgi.so (name?).  I only see mod_cgi.so.  I tried downloading 
and compiling the module from http://www.fastcgi.com/drupal/ which created a 
libfcgi.so.  I copied that into /usr/lib/httpd/modules/ and made an entry in 
httpd.conf:

LoadModule libfcgi lib/httpd/modules/libfcgi.so

But it didn't like that at all:

httpd: Syntax error on line 54 of /etc/httpd/httpd.conf: Can't locate API 
module structure `libfcgi' in file /usr/lib/httpd/modules/libfcgi.so: 
/usr/lib/httpd/modules/libfcgi.so: undefined symbol: libfcgi

Perhaps I'm heading down the wrong path.
Any help would be great.

Thanks!


--- On Wed, 12/31/08, Ruslan Zakirov ruslan.zaki...@gmail.com wrote:

It's ok to force install DBD::SQLite, I saw this errors too. This
module is required to test DBIx::SearchBuilder functionality only.





  ___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder

2008-12-31 Thread Joseph Spenner

--- On Wed, 12/31/08, Joseph Spenner joseph85...@yahoo.com wrote:
From: Joseph Spenner joseph85...@yahoo.com
Subject: Re: [rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder
To: rt-users@lists.bestpractical.com
Date: Wednesday, December 31, 2008, 9:55 AM

Ruslan:
  Thanks for the tip.  Forcing SQLite succeeded, and 'make fixdeps' took care 
of the rest.  I think I'm almost there.
  My next/current problem is with FastCGI.  My rt-test-dependencies indicate it 
should work.  However, when I add these lines to my httpd.conf as described in 
the doc at http://wiki.bestpractical.com/view/FastCGIConfiguration:

# Tell FastCGI to put its temporary files somewhere sane.
FastCgiIpcDir /tmp

# Number of processes is tunable, but you need at least 3 or 4
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4

I get errors when trying to start apache:

Invalid command 'FastCgiIpcDir', perhaps misspelled or defined by a module not 
included in the server configuration

I'm using the
 apache which came standard on my slackware 12.2 distribution.

I believe I have figured it out.  I did the following:

downloaded http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz

compiled it:

r...@tuxtrack:/space/rt-packages/mod_fastcgi-2.4.6# apxs -o mod_fastcgi.so -c 
*.c

copied it to a place where apache will find it:

r...@tuxtrack:/space/rt-packages/mod_fastcgi-2.4.6# cp .libs/mod_fastcgi.so 
/usr/lib/httpd/modules/mod_fastcgi.so

Updated httpd.conf with the VirtualHost entry and FastCGI entries as described 
in the documentation, as well as added:

LoadModule fastcgi_module lib/httpd/modules/mod_fastcgi.so

Also had to add (to get rid of Permission Denied error):

Directory /opt/rt3
    Order allow,deny
    Allow from all
/Directory

Looks good so far.

Thanks for listening!





  ___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

[rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder

2008-12-30 Thread Joseph Spenner
I'm trying to install the latest/greatest RT (3.8.1) on a new slackware 12.2 
system.

The 'make fixdeps' will fail due to dependencies:

DBIx::SearchBuilder = 1.54...MISSING

I believe this might be due to a related missing requirement which shows up 
earlier before the final failure:

DBD::SQLite

I tried manually installing both, but the installation still fails.

When trying to manually install DBD::SQLite, I see:

MSERGEANT/DBD-SQLite-1.14.tar.gz
/usr/bin/make test -- NOT OK


Any help would be great.

Thanks!




  ___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Re: [rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder

2008-12-30 Thread Jesse Vincent

 When trying to manually install DBD::SQLite, I see:
 
 MSERGEANT/DBD-SQLite-1.14.tar.gz
 /usr/bin/make test -- NOT OK
 

Can you perhaps send the list the actual errors you got?
 
 Any help would be great.
 
 Thanks!
 
 
 
 
   
 ___
 http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
 
 Community help: http://wiki.bestpractical.com
 Commercial support: sa...@bestpractical.com
 
 
 Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
 Buy a copy at http://rtbook.bestpractical.com

-- 
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


Re: [rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder

2008-12-30 Thread Joseph Spenner


--- On Tue, 12/30/08, Jesse Vincent je...@bestpractical.com wrote:
From: Jesse Vincent je...@bestpractical.com
Subject: Re: [rt-users] fixdeps errors:  DBD::SQLite and DBIx::SearchBuilder
To: Joseph Spenner joseph85...@yahoo.com
Cc: rt-users@lists.bestpractical.com
Date: Tuesday, December 30, 2008, 12:35 PM

 When trying to manually install DBD::SQLite, I see:
 
 MSERGEANT/DBD-SQLite-1.14.tar.gz
 /usr/bin/make test -- NOT OK
 

Can you perhaps send the list the actual errors you got?
 

Yes.  Here is the total output:

r...@tuxtrack:/space/rt-packages/rt-3.8.1# 
r...@tuxtrack:/space/rt-packages/rt-3.8.1# make fixdeps
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --install --with-mysql 
--with-fastcgi
perl:
=5.8.3(5.10.0)...found
users:
rt group (apache)...found
bin owner (root)...found
libs owner (root)...found
libs group (bin)...found
web owner (apache)...found
web group (apache)...found
CLI dependencies:
Term::ReadKey...found
Getopt::Long = 2.24...found
HTTP::Request::Common...found
Term::ReadLine...found
Text::ParseWords...found
LWP...found
CORE dependencies:
Class::ReturnValue = 0.40...found
Text::Quoted = 2.02...found
CSS::Squish = 0.06...found
Encode = 2.13...found
Module::Versions::Report = 1.05...found
MIME::Entity = 5.425...found
DBI = 1.37...found
Locale::Maketext::Lexicon = 0.32...found
Devel::StackTrace = 1.19...found
Digest::base...found
Time::ParseDate...found
File::Temp = 0.18...found
Locale::Maketext = 1.06...found
Tree::Simple = 1.04...found
Text::Template...found
Scalar::Util...found
HTML::Scrubber = 0.08...found
File::Spec = 0.8...found
Calendar::Simple...found
DBIx::SearchBuilder = 1.54...MISSING
Mail::Mailer = 1.57...found
File::ShareDir...found
Regexp::Common...found
Digest::MD5 = 2.27...found
HTML::Entities...found
Cache::Simple::TimedExpiry...found
File::Glob...found
Locale::Maketext::Fuzzy...found
Time::HiRes...found
Text::Wrapper...found
Log::Dispatch = 2.0...found
UNIVERSAL::require...found
Email::Address...found

Install module DBIx::SearchBuilder
Going to read /root/.cpan/Metadata
  Database was generated on Tue, 30 Dec 2008 16:26:51 GMT
Running install for module 'DBIx::SearchBuilder'
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs 
'/root/.cpan/prefs'
Running make for J/JE/JESSE/DBIx-SearchBuilder-1.54.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
CPAN: Compress::Zlib loaded ok (v2.008)
Checksum for 
/root/.cpan/sources/authors/id/J/JE/JESSE/DBIx-SearchBuilder-1.54.tar.gz ok
DBIx-SearchBuilder-1.54/
DBIx-SearchBuilder-1.54/Changes
DBIx-SearchBuilder-1.54/ex/
DBIx-SearchBuilder-1.54/ex/create_tables.pl
DBIx-SearchBuilder-1.54/ex/Example/
DBIx-SearchBuilder-1.54/ex/Example/Model/
DBIx-SearchBuilder-1.54/ex/Example/Model/Address.pm
DBIx-SearchBuilder-1.54/ex/Example/Model/Employee.pm
DBIx-SearchBuilder-1.54/inc/
DBIx-SearchBuilder-1.54/inc/Module/
DBIx-SearchBuilder-1.54/inc/Module/AutoInstall.pm
DBIx-SearchBuilder-1.54/inc/Module/Install/
DBIx-SearchBuilder-1.54/inc/Module/Install/AutoInstall.pm
DBIx-SearchBuilder-1.54/inc/Module/Install/Base.pm
DBIx-SearchBuilder-1.54/inc/Module/Install/Include.pm
DBIx-SearchBuilder-1.54/inc/Module/Install/Makefile.pm
DBIx-SearchBuilder-1.54/inc/Module/Install/Metadata.pm
DBIx-SearchBuilder-1.54/inc/Module/Install.pm
DBIx-SearchBuilder-1.54/Makefile.PL
DBIx-SearchBuilder-1.54/MANIFEST
DBIx-SearchBuilder-1.54/META.yml
DBIx-SearchBuilder-1.54/README
DBIx-SearchBuilder-1.54/ROADMAP
DBIx-SearchBuilder-1.54/SearchBuilder/
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/Informix.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/mysql.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/mysqlPP.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/ODBC.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/Oracle.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/Pg.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/SQLite.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Handle/Sybase.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Handle.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Record/
DBIx-SearchBuilder-1.54/SearchBuilder/Record/Cachable.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Record.pm
DBIx-SearchBuilder-1.54/SearchBuilder/SchemaGenerator.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Union.pm
DBIx-SearchBuilder-1.54/SearchBuilder/Unique.pm
DBIx-SearchBuilder-1.54/SearchBuilder.pm
DBIx-SearchBuilder-1.54/SIGNATURE
DBIx-SearchBuilder-1.54/t/
DBIx-SearchBuilder-1.54/t/00.load.t
DBIx-SearchBuilder-1.54/t/01basics.t
DBIx-SearchBuilder-1.54/t/01nocap_api.t
DBIx-SearchBuilder-1.54/t/01records.t
DBIx-SearchBuilder-1.54/t/01searches.t
DBIx-SearchBuilder-1.54/t