Skip to content

Commit 9aeecff

Browse files
committed
List nearly all the file, does Testmock is supposed to be distribued?
1 parent c79069e commit 9aeecff

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

META.info

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@
99
"DBDish::Pg" : "lib/DBDish/Pg.pm6",
1010
"DBDish::SQLite" : "lib/DBDish/SQLite.pm6",
1111
"DBDish::TestMock" : "lib/DBDish/TestMock.pm6",
12-
"DBDish::mysql" : "lib/DBDish/mysql.pm6"
12+
"DBDish::mysql" : "lib/DBDish/mysql.pm6",
13+
"DBDish::Pg::Connection" : "lib/DBDish/Pg/Connection.pm6",
14+
"DBDish::Pg::Native" : "lib/DBDish/Pg/Native.pm6",
15+
"DBDish::Pg::StatementHandle" : "lib/DBDish/Pg/StatementHandle.pm6",
16+
"DBDish::SQLite::Connection" : "lib/DBDish/SQLite/Connection.pm6",
17+
"DBDish::SQLite::Native" : "lib/DBDish/SQLite/Native.pm6",
18+
"DBDish::SQLite::StatementHandle" : "lib/DBDish/SQLite/StatementHandle.pm6",
19+
"DBDish::mysql::Connection" : "lib/DBDish/mysql/Connection.pm6",
20+
"DBDish::mysql::Native" : "lib/DBDish/mysql/Native.pm6",
21+
"DBDish::mysql::StatementHandle" : "lib/mysql/SQLite/StatementHandle.pm6",
22+
"DBDish::Role::Connection" : "lib/DBDish/Role/Connection.pm6",
23+
"DBDish::Role::ErrorHandling" : "lib/DBDish/Role/ErrorHandling.pm6",
24+
"DBDish::Role::StatementHandle" : "lib/DBDish/Role/StatementHandle.pm6"
1325
},
1426
"source-url" : "git://github.com/perl6/DBIish.git"
1527
}

0 commit comments

Comments
 (0)