From: Dagfinn Ilmari Mannsåker Date: Wed, 27 May 2015 12:56:11 +0000 (+0100) Subject: Fix typos in comments and POD (RT#87140) X-Git-Tag: v0.001002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8eafa73e7b4abee0ea236bc2363820d1e3efda6;p=dbsrgits%2FDBIx-Class-IntrospectableM2M.git Fix typos in comments and POD (RT#87140) --- diff --git a/Changes b/Changes index ac920e8..89df557 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +0.001002 + - Fix typos in comments and POD (RT#87140) 0.001001 November 08, 2008 - ENOCPANPERMISSIONS 0.001000 November 08, 2008 diff --git a/lib/DBIx/Class/IntrospectableM2M.pm b/lib/DBIx/Class/IntrospectableM2M.pm index 1a463a8..5d2ce6c 100644 --- a/lib/DBIx/Class/IntrospectableM2M.pm +++ b/lib/DBIx/Class/IntrospectableM2M.pm @@ -18,7 +18,7 @@ sub many_to_many { my $attrs = { accessor => $meth_name, - relation => $link, #"link" table or imediate relation + relation => $link, #"link" table or immediate relation foreign_relation => $far_side, #'far' table or foreign relation (@_ > 3 ? (attrs => $_[3]) : ()), #only store if exist rs_method => "${meth_name}_rs", #for completeness.. @@ -68,9 +68,9 @@ B The component needs to be loaded I 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 +something out 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 +is not guaranteed for DBIx::Class 0.09000+. We will try to manitain all compatibility, but internal changes might make it impossible. =head1 DESCRIPTION