The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DDC::PP::CQuery - pure-perl implementation of DDC::XS::CQueryCompiler

SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 
 use DDC::PP::CQueryCompiler;
 #... stuff happens ...

DESCRIPTION

The DDC::PP::CQuery class is a pure-perl fork of the DDC::XS::CQueryCompiler class, which see for details.

ACKNOWLEDGEMENTS

perl by Larry Wall.

AUTHOR

Bryan Jurish <moocow@cpan.org>

COPYRIGHT

Copyright (c) 2011-2017, Bryan Jurish. All rights reserved.

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.

SEE ALSO

perl(1), DDC::PP(3perl), DDC::XS::CQueryCompiler(3perl)