From 812d9477883e0d49411b1b6e197f62c9b3d5833a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=B6hmer?= Date: Thu, 23 May 2019 00:01:29 +0200 Subject: [PATCH] Fix typo --- lib/DBIx/Class/Manual/Cookbook.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index 37fa598e5..29c45808b 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -1680,7 +1680,7 @@ B Add the L schema component to your Schema class. This will add a new table to your database called -C which will keep track of which version is installed +C which will keep track of which version is installed and warn if the user tries to run a newer schema version than the database thinks it has.