From: Matt S Trout Date: Thu, 24 Nov 2005 06:23:39 +0000 (+0000) Subject: Updated version and POD X-Git-Tag: v0.05005~165^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=96ce20f5436c31ad673bb89370d82f2c073c6e64;p=dbsrgits%2FDBIx-Class.git Updated version and POD --- diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index d862203..127f56a 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,10 +24,11 @@ and meant to support compability with it, while restructuring the insides, and making it possible to support some new features like self-joins, distinct, group bys and more. -It's currently considered EXPERIMENTAL - bring this near a production -database at your own risk! The API is *not* fixed yet, although most of -the primitives should be good for the future and any API changes will be -posted to the mailing list before they're committed. +This project is still at an early stage so the maintainers don't make +any absolute promise that full backwards-compatibility will be supported; +however if we can without compromising the improvements we're trying to +make, we will, and any non-compatible changes will merit a full justification +on the mailing list and a CPAN developer release for people to test against. The community can be found via - diff --git a/t/cdbi-t/18-has_a.t b/t/cdbi-t/18-has_a.t index 84ee292..b0f0299 100644 --- a/t/cdbi-t/18-has_a.t +++ b/t/cdbi-t/18-has_a.t @@ -140,7 +140,7 @@ SKIP: { YA::Film->add_relationship_type(has_a => "YA::HasA"); package YA::HasA; - use base 'Class::DBI::Relationship::HasA'; + #use base 'Class::DBI::Relationship::HasA'; sub _inflator { my $self = shift;