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

..03-May-2022-

lib/SQL/H05-Jul-2011-18756

t/H05-Jul-2011-1,4021,237

ChangesH A D05-Jul-20111.3 KiB5938

MANIFESTH A D30-Jun-2011470 2625

MANIFEST.SKIPH A D30-Jun-201157 87

META.ymlH A D05-Jul-2011444 1514

Makefile.PLH A D30-Jun-2011506 1715

READMEH A D30-Jun-2011941 4225

README

1SQL-Tokenizer
2
3This module is a simple regular expressions based SQL tokenizer. It
4was created to make DBIx::Placeholder::Named possible.
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the perldoc command.
19
20    perldoc SQL::Tokenizer
21
22You can also look for information at:
23
24    Search CPAN
25        http://search.cpan.org/dist/SQL-Tokenizer
26
27    CPAN Request Tracker:
28        http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Tokenizer
29
30    AnnoCPAN, annotated CPAN documentation:
31        http://annocpan.org/dist/SQL-Tokenizer
32
33    CPAN Ratings:
34        http://cpanratings.perl.org/d/SQL-Tokenizer
35
36COPYRIGHT AND LICENCE
37
38Copyright (C) 2007 Igor Sutton Lopes
39
40This program is free software; you can redistribute it and/or modify it
41under the same terms as Perl itself.
42