From: Dagfinn Ilmari Mannsåker Date: Wed, 27 May 2015 13:02:23 +0000 (+0100) Subject: Release 0.001002 X-Git-Tag: v0.001002^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-IntrospectableM2M.git;a=commitdiff_plain;h=843c4dc3f8369082318a86a255988f2af14926e3 Release 0.001002 --- diff --git a/Changes b/Changes index 89df557..1eb74fc 100644 --- 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 diff --git a/lib/DBIx/Class/IntrospectableM2M.pm b/lib/DBIx/Class/IntrospectableM2M.pm index 5d2ce6c..1249275 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.001001'; +our $VERSION = '0.001002'; #namespace pollution. sadface. __PACKAGE__->mk_classdata( _m2m_metadata => {} );