[Bast-commits] r5101 - in DBIx-Class-IntrospectableM2M/trunk: . lib/DBIx/Class

groditi at dev.catalyst.perl.org groditi at dev.catalyst.perl.org
Tue Nov 11 17:45:24 GMT 2008


Author: groditi
Date: 2008-11-11 17:45:24 +0000 (Tue, 11 Nov 2008)
New Revision: 5101

Modified:
   DBIx-Class-IntrospectableM2M/trunk/Changes
   DBIx-Class-IntrospectableM2M/trunk/lib/DBIx/Class/IntrospectableM2M.pm
Log:
bump version #

Modified: DBIx-Class-IntrospectableM2M/trunk/Changes
===================================================================
--- DBIx-Class-IntrospectableM2M/trunk/Changes	2008-11-11 01:29:48 UTC (rev 5100)
+++ DBIx-Class-IntrospectableM2M/trunk/Changes	2008-11-11 17:45:24 UTC (rev 5101)
@@ -1,2 +1,4 @@
+0.001001 November 08, 2008
+    - ENOCPANPERMISSIONS
 0.001000 November 08, 2008
     - Initial Release
\ No newline at end of file

Modified: DBIx-Class-IntrospectableM2M/trunk/lib/DBIx/Class/IntrospectableM2M.pm
===================================================================
--- DBIx-Class-IntrospectableM2M/trunk/lib/DBIx/Class/IntrospectableM2M.pm	2008-11-11 01:29:48 UTC (rev 5100)
+++ DBIx-Class-IntrospectableM2M/trunk/lib/DBIx/Class/IntrospectableM2M.pm	2008-11-11 17:45:24 UTC (rev 5101)
@@ -4,7 +4,7 @@
 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 @@
 
 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




More information about the Bast-commits mailing list