From: Rafael Kitover Date: Fri, 10 Feb 2012 06:07:24 +0000 (-0500) Subject: fix spelling mistake in Base POD (RT#74796) X-Git-Tag: 0.07018~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=a82f1dd456e802874a36f012a10c5a7cfc8d2024 fix spelling mistake in Base POD (RT#74796) --- diff --git a/Changes b/Changes index 87ae2c7..dc2831d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader + - fix spelling mistake in Base POD (RT#74796) + 0.07017 2012-02-07 07:23:48 - *EXPERIMENTAL* support for dumping PostgreSQL schemas inside of a transaction diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 979d89b..f8581c2 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -252,7 +252,7 @@ transition instead of just being lowercased, so C becomes C. (EXPERIMENTAL) The default mode is L, to get L mode, you have to specify it in -L explictly until C<0.08> comes out. +L explicitly until C<0.08> comes out. L and L are created using L or L if