bump version # v0.001001
Guillermo Roditi [Tue, 11 Nov 2008 17:45:24 +0000 (17:45 +0000)]
Changes
lib/DBIx/Class/IntrospectableM2M.pm

diff --git a/Changes b/Changes
index 0d63c9a..ac920e8 100644 (file)
--- 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
index d818c20..1a463a8 100644 (file)
@@ -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<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