The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
bench/lookup_vs_single.pl
Changes
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Repository.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Teng.pm
lib/Teng/Iterator.pm
lib/Teng/Plugin/BulkInsert.pm
lib/Teng/Plugin/Count.pm
lib/Teng/Plugin/FindOrCreate.pm
lib/Teng/Plugin/Lookup.pm
lib/Teng/Plugin/Pager.pm
lib/Teng/Plugin/Pager/MySQLFoundRows.pm
lib/Teng/Plugin/Replace.pm
lib/Teng/Plugin/SingleBySQL.pm
lib/Teng/Plugin/SQLPager.pm
lib/Teng/QueryBuilder.pm
lib/Teng/Row.pm
lib/Teng/Schema.pm
lib/Teng/Schema/Declare.pm
lib/Teng/Schema/Dumper.pm
lib/Teng/Schema/Loader.pm
lib/Teng/Schema/Table.pm
LICENSE
Makefile.PL
MANIFEST			This list of files
META.yml
README
t/001_basic/001_compile.t
t/001_basic/002_schema.t
t/001_basic/003_schema_loader.t
t/001_basic/004_schema_dumper.t
t/001_basic/006_all_in_one_file.t
t/001_basic/007_connect_info.t
t/001_basic/011_inflate.t
t/001_basic/015_row_class.t
t/001_basic/016_row_exception.t
t/001_basic/020_on_connect_do.t
t/001_basic/021_on_connect_do_dbh.t
t/001_basic/022_transaction.t
t/001_basic/023_bulk_insert.t
t/001_basic/024_bind_column.t
t/001_basic/025_pager.t
t/001_basic/026_fork.t
t/001_basic/027_fork_self_reconnect.t
t/001_basic/028_fork_self_reconnect_dbh.t
t/001_basic/028_lookup.t
t/001_basic/030_reconnect_ping.t
t/001_basic/032_reconnect_no_ping.t
t/001_basic/033_load_plugin_with_args.t
t/001_basic/034_execute.t
t/002_common/000_new.t
t/002_common/001_insert.t
t/002_common/002_update.t
t/002_common/003_delete.t
t/002_common/004_find_or_create.t
t/002_common/005_count.t
t/002_common/006_single.t
t/002_common/007_search.t
t/002_common/008_search_named.t
t/002_common/009_search_by_sql.t
t/002_common/011_do.t
t/002_common/012_replace.t
t/002_common/017_iterator.t
t/002_common/018_refetch.t
t/002_common/019_get_columns.t
t/002_common/020_get_column.t
t/002_common/022_disconnect.t
t/002_common/023_multi_pk.t
t/002_common/024_txn_scope.t
t/002_common/025_uc_column.t
t/002_common/026_single_by_sql.t
t/002_common/027_single_named.t
t/002_common/028_schema_base_row_class.t
t/002_common/029_sql_pager.t
t/998_deprecated/001_reconnect_ping.t
t/998_deprecated/002_reconnect_no_ping.t
t/999_regression/bind_param.t
t/999_regression/dbh_and_txn_manager.t
t/999_regression/deflate_bug.t
t/999_regression/escaped_query_with_search_by_sql.t
t/999_regression/exception_clone.t
t/999_regression/guess_table_name.t
t/999_regression/inflate_bug.t
t/999_regression/load_plugin.t
t/999_regression/no_schema.t
t/999_regression/prepare_error_handling.t
t/999_regression/reconnect.t
t/999_regression/reconnect_from_dbh.t
t/999_regression/set_column_bug.t
t/lib/Mock/Basic.pm
t/lib/Mock/Basic/Schema.pm
t/lib/Mock/BasicBindColumn.pm
t/lib/Mock/BasicBindColumn/Schema.pm
t/lib/Mock/Inflate.pm
t/lib/Mock/Inflate/Name.pm
t/lib/Mock/Inflate/Schema.pm
t/lib/MyGuard.pm
t/lib/Teng/Plugin/ArgsTest.pm
t/lib/TengTest.pm
t/Utils.pm
xt/02_pod.t
xt/03_pod_coverage.t
xt/mysql/003_schema_loader.t
xt/mysql/004_schema_dumper.t
xt/mysql/bulk_insert.t
xt/mysql/common.t
xt/mysql/fork.t
xt/mysql/pager_mysql_found_rows.t
xt/mysql/transaction.t
xt/perlcritic.t
xt/perlcriticrc
xt/postgresql/bind_param.t
xt/postgresql/common.t
xt/postgresql/transaction.t
xt/Utils/mysql.pm
xt/Utils/postgresql.pm