X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=d8ae2beb3a550b19291a85fd2b84b90006316e74;hb=7411204b288b1df6416832707a8a6ce11e2ab3d8;hp=425afd428e308a09abfe37f70f4369cb55c3bd2e;hpb=70fe6d6e8840b4c73c5d2327d0d6c9f35719b354;p=dbsrgits%2FDBIx-Class.git diff --git a/MANIFEST b/MANIFEST index 425afd4..d8ae2be 100644 --- a/MANIFEST +++ b/MANIFEST @@ -52,6 +52,8 @@ lib/DBIx/Class/Relationship/BelongsTo.pm lib/DBIx/Class/Relationship/CascadeActions.pm lib/DBIx/Class/Relationship/HasMany.pm lib/DBIx/Class/Relationship/HasOne.pm +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/ResultSetInstance.pm @@ -135,10 +137,12 @@ t/lib/DBICTest/Schema.pm t/lib/DBICTest/Schema/Artist.pm t/lib/DBICTest/Schema/BasicRels.pm t/lib/DBICTest/Schema/CD.pm +t/lib/DBICTest/Schema/CD_to_Producer.pm t/lib/DBICTest/Schema/FourKeys.pm t/lib/DBICTest/Schema/HelperRels.pm t/lib/DBICTest/Schema/LinerNotes.pm t/lib/DBICTest/Schema/OneKey.pm +t/lib/DBICTest/Schema/Producer.pm t/lib/DBICTest/Schema/SelfRef.pm t/lib/DBICTest/Schema/SelfRefAlias.pm t/lib/DBICTest/Schema/Tag.pm