projects
/
dbsrgits/DBIx-Class-IntrospectableM2M.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d8eafa7
)
Release 0.001002
master
v0.001002
Dagfinn Ilmari Mannsåker [Wed, 27 May 2015 13:02:23 +0000 (14:02 +0100)]
Changes
patch
|
blob
|
blame
|
history
lib/DBIx/Class/IntrospectableM2M.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/DBIx/Class/IntrospectableM2M.pm
b/lib/DBIx/Class/IntrospectableM2M.pm
index
5d2ce6c
..
1249275
100644
(file)
--- 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 => {} );