Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > dc5732af4b32bf489f74c67e0839a941 > files > 9

perl-SQL-Statement-0.1021-1mdk.i586.rpm

ChangeLog
MANIFEST			This file
MANIFEST.SKIP
Makefile.PL			Makefile generator
README				Module description
lib/SQL/Eval.pm			Perl module for deriving SQL engines
lib/SQL/Statement.pm		Perl part of the module
lib/SQL/Statement/Hash.pm	Fragment of a hash based SQL engine
Statement.xs			XS part of the module
doc/sql-92.bnf			BNF grammar of ANSI SQL
doc/sql-92.unimplemented        Unimplemented parts of the above grammar
ppport.h
sql_data.c			C part of the module
sql_data.h
sql_op.c
sql_yacc.c
sql_yacc.h
sql_yacc.y			Bison parser
t/10base.t			Base test (loads modules)
t/20parser.t			Parser test
t/30features.t			Feature test
t/40where.t			WHERE clause evaluation test
t/50eval.t			Statement evaluation test
t/60hash.t			Tests for SQL::Statement::Hash
t/70limit.t			Tests for the LIMIT clause
test.pl				Benchmark script