From: Peter Rabbitson Date: Sat, 18 Jun 2016 09:51:10 +0000 (+0200) Subject: Slight POD corrections X-Git-Tag: v0.082840~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9f8bc4c8d1bb817bc5f4d315879c0f508b38637;p=dbsrgits%2FDBIx-Class.git Slight POD corrections --- diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 933bed8..4fc1c26 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -285,10 +285,6 @@ accessible at the following locations: =item * Travis-CI log: L -=for html -↪ Main dev branch CI status: -↪ Release branch CI status: - =back =head1 AUTHORS diff --git a/lib/DBIx/Class/Storage/DBI/SQLite.pm b/lib/DBIx/Class/Storage/DBI/SQLite.pm index 5acf261..9032b47 100644 --- a/lib/DBIx/Class/Storage/DBI/SQLite.pm +++ b/lib/DBIx/Class/Storage/DBI/SQLite.pm @@ -63,7 +63,7 @@ Even if you upgrade DBIx::Class (which works around the bug starting from version 0.08210) you may still have corrupted/incorrect data in your database. DBIx::Class warned about this condition for several years, hoping to give anyone affected sufficient notice of the potential issues. The warning was -removed in version 0.082900. +removed in 2015/v0.082820. =back