The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
SQL/AnyDBD version 0.03
=======================

See POD for documentation.

INSTALLATION

To install this module type the following:

   perl -e 'install SQL::AnyDBD;'

or

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  DBIx::AnyDBD
  Params::Validate

COPYRIGHT AND LICENCE

Copyright (C) 2003 U-MOKSHA\metaperl

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.