Release 0.001002 master v0.001002
Dagfinn Ilmari Mannsåker [Wed, 27 May 2015 13:02:23 +0000 (14:02 +0100)]
Changes
lib/DBIx/Class/IntrospectableM2M.pm

diff --git a/Changes b/Changes
index 89df557..1eb74fc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.001002
+0.001002 May 27, 2015
     - Fix typos in comments and POD (RT#87140)
 0.001001 November 08, 2008
     - ENOCPANPERMISSIONS
index 5d2ce6c..1249275 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base 'DBIx::Class';
 
-our $VERSION = '0.001001';
+our $VERSION = '0.001002';
 
 #namespace pollution. sadface.
 __PACKAGE__->mk_classdata( _m2m_metadata => {} );