X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=c26ea8a8132e6bef649169b8645cbebe39219a04;hb=35c2ee73e62f1b99d956a874f87d75230f9b07a9;hp=655bea97c7d4d16c0bafb2e5b87f8ae2c71fd00d;hpb=7b6017716effef9d7467a9d8ef68068b3720a2e0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/MANIFEST b/MANIFEST index 655bea9..c26ea8a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -36,10 +36,12 @@ lib/DBIx/Class/Manual.pod lib/DBIx/Class/Manual/Cookbook.pod lib/DBIx/Class/Manual/FAQ.pod lib/DBIx/Class/Manual/Intro.pod +lib/DBIx/Class/Manual/SchemaIntro.pod lib/DBIx/Class/Manual/Troubleshooting.pod lib/DBIx/Class/ObjectCache.pm lib/DBIx/Class/PK.pm lib/DBIx/Class/PK/Auto.pm +lib/DBIx/Class/PK/Auto/DB2.pm lib/DBIx/Class/PK/Auto/MSSQL.pm lib/DBIx/Class/PK/Auto/MySQL.pm lib/DBIx/Class/PK/Auto/Oracle.pm @@ -52,22 +54,31 @@ 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/ResultSetProxy.pm +lib/DBIx/Class/ResultSource.pm +lib/DBIx/Class/ResultSource/Table.pm +lib/DBIx/Class/ResultSourceProxy.pm +lib/DBIx/Class/ResultSourceProxy/Table.pm lib/DBIx/Class/Row.pm lib/DBIx/Class/Schema.pm lib/DBIx/Class/Storage/DBI.pm lib/DBIx/Class/Storage/DBI/Cursor.pm -lib/DBIx/Class/Table.pm lib/DBIx/Class/Test/SQLite.pm lib/DBIx/Class/UUIDColumns.pm +lib/DBIx/Class/Validation.pm +lib/SQL/Translator/Parser/DBIx/Class.pm +lib/SQL/Translator/Producer/DBIx/Class/File.pm Makefile.PL MANIFEST This list of files -META.yml README t/02pod.t -t/03podcoverage.t +t/03podcoverage.t.disabled t/04dont_break_c3.t +t/18inserterror.t t/19quotes.t t/20setuperrors.t t/basicrels/01core.t @@ -93,7 +104,6 @@ t/cdbi-t/02-Film.t t/cdbi-t/03-subclassing.t t/cdbi-t/04-lazy.t t/cdbi-t/06-hasa.t -t/cdbi-t/08-inheritcols.t t/cdbi-t/09-has_many.t t/cdbi-t/11-triggers.t t/cdbi-t/12-filter.t @@ -125,22 +135,27 @@ t/helperrels/16joins.t t/helperrels/17join_count.t t/helperrels/18self_referencial.t t/helperrels/19uuid.t +t/helperrels/20unique.t t/lib/DBICTest.pm t/lib/DBICTest/BasicRels.pm t/lib/DBICTest/HelperRels.pm t/lib/DBICTest/Schema.pm t/lib/DBICTest/Schema/Artist.pm +t/lib/DBICTest/Schema/ArtistUndirectedMap.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 t/lib/DBICTest/Schema/Track.pm t/lib/DBICTest/Schema/TwoKeys.pm +t/lib/DBICTest/Setup.pm t/run/01core.tl t/run/04db.tl t/run/05multipk.tl @@ -159,6 +174,7 @@ t/run/16joins.tl t/run/17join_count.tl t/run/18self_referencial.tl t/run/19uuid.tl +t/run/20unique.tl t/testlib/Actor.pm t/testlib/ActorAlias.pm t/testlib/Binary.pm @@ -177,3 +193,4 @@ t/testlib/MyStarLinkMCPK.pm t/testlib/Order.pm t/testlib/OtherFilm.pm t/testlib/PgBase.pm +META.yml