Skip to content

Commit

Permalink
remake manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
nekokak committed Dec 21, 2009
1 parent 633b7b6 commit a76d3ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MANIFEST
Expand Up @@ -22,6 +22,7 @@ lib/DBIx/Skinny.pm
lib/DBIx/Skinny/Accessor.pm
lib/DBIx/Skinny/DBD.pm
lib/DBIx/Skinny/DBD/mysql.pm
lib/DBIx/Skinny/DBD/Oracle.pm
lib/DBIx/Skinny/DBD/Pg.pm
lib/DBIx/Skinny/DBD/SQLite.pm
lib/DBIx/Skinny/Iterator.pm
Expand All @@ -33,6 +34,7 @@ lib/DBIx/Skinny/Profiler.pm
lib/DBIx/Skinny/Row.pm
lib/DBIx/Skinny/Schema.pm
lib/DBIx/Skinny/SQL.pm
lib/DBIx/Skinny/SQL/Oracle.pm
lib/DBIx/Skinny/Transaction.pm
LICENSE
Makefile.PL
Expand Down Expand Up @@ -73,6 +75,12 @@ t/204_search_named.t
t/205_reconnect.t
t/206_transaction.t
t/207_mixin.t
t/208_quote.t
t/209_update_by_sql.t
t/210_delete_by_sql.t
t/211_set_dbh.t
t/212_common_trigger.t
t/213_iterator.t
t/Mixin/Foo.pm
t/Mock/Basic.pm
t/Mock/Basic/Schema.pm
Expand All @@ -83,6 +91,7 @@ t/Mock/BasicPg/Schema.pm
t/Mock/BasicRow.pm
t/Mock/BasicRow/Row/MockBasicRow.pm
t/Mock/BasicRow/Schema.pm
t/Mock/CommonTrigger.pm
t/Mock/DB.pm
t/Mock/DB/Schema.pm
t/Mock/DBH.pm
Expand All @@ -96,6 +105,7 @@ t/Mock/Trigger.pm
t/Mock/Trigger/Schema.pm
t/Mock/UTF8.pm
t/Mock/UTF8/Schema.pm
t/regression/new_attr.t
t/Utils.pm
xt/perlcritic.t
xt/perlcriticrc
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -18,3 +18,4 @@
^[^/]+\.pl$
^\.shipit$
^.git
TODO

0 comments on commit a76d3ec

Please sign in to comment.