-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
otherwise after one adds a file to it, another must do the same also adds a couple of new tests to MANIFEST, missed in 1.30
- Loading branch information
Showing
2 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ Makefile | |
Makefile.old | ||
META.yml | ||
MYMETA.* | ||
MANIFEST | ||
pm_to_blib | ||
blib/ | ||
*.tmp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
Changes | ||
dbdimp.c | ||
dbdimp.h | ||
eg/pisql | ||
firebird.conf | ||
Firebird.h | ||
Firebird.pm | ||
Firebird.xs | ||
inc/FirebirdMaker.pm | ||
lib/DBD/Firebird/GetInfo.pm | ||
lib/DBD/Firebird/TableInfo.pm | ||
lib/DBD/Firebird/TableInfo/Basic.pm | ||
lib/DBD/Firebird/TableInfo/Firebird21.pm | ||
lib/DBD/Firebird/TypeInfo.pm | ||
Makefile.PL | ||
MANIFEST This list of files | ||
README | ||
README.md | ||
t/00-base.t | ||
t/000-check-dependencies.t | ||
t/001-client-version.t | ||
t/01-connect.t | ||
t/02-ib_embedded.t | ||
t/03-dbh-attr.t | ||
t/20-createdrop.t | ||
t/30-insertfetch.t | ||
t/31-prepare_cached.t | ||
t/40-alltypes.t | ||
t/41-bindparam.t | ||
t/42-blobs.t | ||
t/43-cursor.t | ||
t/44-cursoron.t | ||
t/45-datetime.t | ||
t/46-listfields.t | ||
t/47-nulls.t | ||
t/48-numeric.t | ||
t/49-scale.t | ||
t/50-chopblanks.t | ||
t/51-commit.t | ||
t/60-leaks.t | ||
t/61-settx.t | ||
t/62-timeout.t | ||
t/63-doubles.t | ||
t/70-nested-sth.t | ||
t/75-utf8.t | ||
t/80-event-ithreads.t | ||
t/81-event-fork.t | ||
t/90-dbinfo.t | ||
t/91-txinfo.t | ||
t/92-bigdecimal10_read.t | ||
t/92-bigdecimal_read.t | ||
t/93-bigdecimal.t | ||
t/94-biginteger_read.t | ||
t/95-biginteger.t | ||
t/dbi-primary_key_info.t | ||
t/dbi-rowcount.t | ||
t/dbi-table_info.t | ||
t/dbi-tables.t | ||
t/rt110979.t | ||
t/rt49896.t | ||
t/rt54561.t | ||
t/rt55244.t | ||
t/rt72946.t | ||
t/rt76506.t | ||
t/TestFirebird.pm | ||
t/TestFirebirdEmbedded.pm | ||
t/zz-cleanup.t | ||
typemap | ||
var/.keep_dir |