• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Class/DBI/H14-Oct-2003-272113

t/H14-Oct-2003-260163

Build.PLH A D24-Apr-2003639 2314

ChangesH A D14-Oct-20031.6 KiB5038

MANIFESTH A D24-Apr-2003106 1110

META.ymlH A D14-Oct-2003384 2120

Makefile.PLH A D24-Apr-2003731 2914

READMEH A D12-Apr-2003729 3422

README

1Class::DBI::ToSax
2=================
3
4This module provides a direct-to-XML facility for Class::DBI objects.
5It is used as part of a SAX pipeline.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20  NEXT (any version)
21  Class::Data::Inheritable (any version)
22  Class::Accessor (any version)
23  XML::SAX::Writer (any version)
24
25XML::SAX::Writer is only required for the tests, but most users of this
26module will end up using it, I feel.
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) semantico
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself.
34