X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=38d551cc981084c00c4e972954e14204b8d8971d;hb=151fc9ada09a73f9bcabe8cef88c4e4ae32b249b;hp=f9561a3d6ef4ecbe0d2141e798904f903dbde579;hpb=8c130052c896cf7499a9062fedffacecb1e7a058;p=dbsrgits%2FDBIx-Class.git diff --git a/MANIFEST b/MANIFEST index f9561a3..38d551c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -40,6 +40,7 @@ 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,23 +53,33 @@ 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 +lib/DBIx/Class/ResultSource.pm +lib/DBIx/Class/ResultSource/Table.pm +lib/DBIx/Class/ResultSourceInstance.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/TableInstance.pm lib/DBIx/Class/Test/SQLite.pm lib/DBIx/Class/UUIDColumns.pm +lib/DBIx/Class/Validation.pm +lib/SQL/Translator/Parser/DBIx/Class.pm Makefile.PL MANIFEST This list of files META.yml README -script/nextalyzer.pl t/02pod.t t/03podcoverage.t +t/04dont_break_c3.t +t/18inserterror.t t/19quotes.t +t/20setuperrors.t t/basicrels/01core.t t/basicrels/04db.t t/basicrels/05multipk.t @@ -92,7 +103,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 @@ -129,17 +139,21 @@ 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