X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=1d24b6f5eb1c88e8dfb1b3c4b3b3a9c09ae7fc9c;hb=2437a1e37464dc79c36dca000fd6b4c439f4c7b2;hp=ed5d3967a294f06707ec82e18a53191acf009c9e;hpb=fc69fea6a8923cb40755446f1bb914174f53114c;p=dbsrgits%2FDBIx-Class.git diff --git a/MANIFEST b/MANIFEST index ed5d396..1d24b6f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -56,6 +56,7 @@ lib/DBIx/Class/Relationship/Helpers.pm lib/DBIx/Class/Relationship/ManyToMany.pm lib/DBIx/Class/Relationship/ProxyMethods.pm lib/DBIx/Class/ResultSet.pm +lib/DBIx/Class/ResultSetManager.pm lib/DBIx/Class/ResultSetProxy.pm lib/DBIx/Class/ResultSource.pm lib/DBIx/Class/ResultSource/Table.pm @@ -63,6 +64,7 @@ lib/DBIx/Class/ResultSourceProxy.pm lib/DBIx/Class/ResultSourceProxy/Table.pm lib/DBIx/Class/Row.pm lib/DBIx/Class/Schema.pm +lib/DBIx/Class/Serialize.pm lib/DBIx/Class/Storage/DBI.pm lib/DBIx/Class/Storage/DBI/Cursor.pm lib/DBIx/Class/Test/SQLite.pm @@ -81,6 +83,9 @@ t/18inserterror.t t/19quotes.t t/20setuperrors.t t/30dbicplain.t +t/40resultsetmanager.t +t/41orrible.t +t/50fork.t t/basicrels/01core.t t/basicrels/04db.t t/basicrels/05multipk.t @@ -139,6 +144,8 @@ t/helperrels/19uuid.t t/helperrels/20unique.t t/lib/DBICTest.pm t/lib/DBICTest/BasicRels.pm +t/lib/DBICTest/Extra.pm +t/lib/DBICTest/Extra/Foo.pm t/lib/DBICTest/HelperRels.pm t/lib/DBICTest/Plain.pm t/lib/DBICTest/Plain/Test.pm @@ -157,6 +164,7 @@ t/lib/DBICTest/Schema/SelfRef.pm t/lib/DBICTest/Schema/SelfRefAlias.pm t/lib/DBICTest/Schema/Tag.pm t/lib/DBICTest/Schema/Track.pm +t/lib/DBICTest/Schema/TreeLike.pm t/lib/DBICTest/Schema/TwoKeys.pm t/lib/DBICTest/Setup.pm t/lib/sqlite.sql