Skip to content

Commit

Permalink
add MANIFEST to Git
Browse files Browse the repository at this point in the history
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
real-dam committed Dec 5, 2017
1 parent ba62094 commit bd23941
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Makefile
Makefile.old
META.yml
MYMETA.*
MANIFEST
pm_to_blib
blib/
*.tmp
Expand Down
69 changes: 69 additions & 0 deletions MANIFEST
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

0 comments on commit bd23941

Please sign in to comment.