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

..03-May-2022-

lib/XML/H24-Aug-2010-655364

t/H24-Aug-2010-392333

Build.PLH A D24-Aug-2010378 1514

ChangesH A D24-Aug-2010433 1513

MANIFESTH A D24-Aug-2010209 1514

META.ymlH A D24-Aug-2010509 2423

Makefile.PLH A D24-Aug-2010418 1816

READMEH A D24-Aug-2010607 3218

README

1XML-Flow version 0.86
2=====================
3
4XML::Flow - Store (restore) perl data structures in XML stream.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19 XML::Parser;
20 XML::Writer;
21
22COPYRIGHT AND LICENCE
23
24
25Copyright (C) 2006-2010 by Zahatski Aliaksandr
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself, either Perl version 5.8.8 or,
29at your option, any later version of Perl 5 you may have available.
30
31
32