I need to set up sqllite for Perl on a Windows box. However – Perl is probably being run over the network from a central server, and I do not know what modules will be available on initial running of my script.
I can guarantee Perl 5.8+ (activestate) or Perl 5.10+ (strawberry).
Therefore, I need to package sqlite & the associated Perl module(s) in the project directory itself. Having Goggled around, I don’t see any immediate zipfile to do this.
DBD::SQLite is included into Strawberry (any version) and ActivePerl (AFAIK starting from 5.8.8 build 820). For other modules you can use PAR::Packer to package into .exe.