From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Date: Mon, 10 Apr 2017 13:42:01 +0000 (+0100)
Subject: Fix POD typo
X-Git-Tag: 0.07047~9
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6602223d9dcf37f447143395f5d43e3fdfbce62b;p=dbsrgits%2FDBIx-Class-Schema-Loader.git

Fix POD typo
---

diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm
index eff9baf..ba7d8b3 100644
--- a/lib/DBIx/Class/Schema/Loader/Base.pm
+++ b/lib/DBIx/Class/Schema/Loader/Base.pm
@@ -643,7 +643,7 @@ together. Examples:
 
 Map for overriding the monikerization of individual L</moniker_parts>.
 The keys are the moniker part to override, the value is either a
-hashref of coderef for mapping the corresponding part of the
+hashref or coderef for mapping the corresponding part of the
 moniker. If a coderef is used, it gets called with the moniker part
 and the hash key the code ref was found under.