From: Guillermo Roditi Date: Tue, 11 Nov 2008 17:45:24 +0000 (+0000) Subject: bump version # X-Git-Tag: v0.001001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f3ad0e2680e7622b2d194a3c91384b3fc73b387b;p=dbsrgits%2FDBIx-Class-IntrospectableM2M.git bump version # --- diff --git a/Changes b/Changes index 0d63c9a..ac920e8 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,4 @@ +0.001001 November 08, 2008 + - ENOCPANPERMISSIONS 0.001000 November 08, 2008 - Initial Release \ No newline at end of file diff --git a/lib/DBIx/Class/IntrospectableM2M.pm b/lib/DBIx/Class/IntrospectableM2M.pm index d818c20..1a463a8 100644 --- a/lib/DBIx/Class/IntrospectableM2M.pm +++ b/lib/DBIx/Class/IntrospectableM2M.pm @@ -4,7 +4,7 @@ use strict; use warnings; use base 'DBIx::Class'; -our $VERSION = '0.001000'; +our $VERSION = '0.001001'; #namespace pollution. sadface. __PACKAGE__->mk_classdata( _m2m_metadata => {} ); @@ -65,6 +65,14 @@ When you want to introspect this data B The component needs to be loaded I Core. +=head1 COMPATIBILITY NOTICE + +This module is fairly esoteric and, unless you are dynamically creating +something out of of a DBIC Schema, is probably the wrong solution for +whatever it is you are trying to do. Please be advised that compatibility +is not guaranteed for DBIx::Class 0.09000+. We will try to mantain all +compatibility, but internal changes might make it impossible. + =head1 DESCRIPTION Because the many-to-many relationships are not real relationships, they can not