+0.001001 November 08, 2008
+ - ENOCPANPERMISSIONS
0.001000 November 08, 2008
- Initial Release
\ No newline at end of file
use warnings;
use base 'DBIx::Class';
-our $VERSION = '0.001000';
+our $VERSION = '0.001001';
#namespace pollution. sadface.
__PACKAGE__->mk_classdata( _m2m_metadata => {} );
B<Note:> The component needs to be loaded I<before> 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