Correct description wording

epel9
Petr Písař 8 years ago
parent d11b788f92
commit d6a35a4e20

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* perlish");

@ -270,9 +270,9 @@ Provides: perl(DBIx::ContextualFetch::st) = %{version}
%description
This is an SQL to OO mapper with an object API inspired by Class::DBI
(and a compatibility layer as a springboard for porting) and a
resultset API that allows abstract encapsulation of database
operations. It aims to make representing queries in your code as perl-
ish as possible while still providing access to as many of the
result-set API that allows abstract encapsulation of database
operations. It aims to make representing queries in your code as perlish
as possible while still providing access to as many of the
capabilities of the database as possible, including retrieving related
records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT,
DISTINCT, GROUP BY and HAVING support.
@ -317,6 +317,7 @@ make test
* Wed Jun 07 2017 Petr Pisar <ppisar@redhat.com> - 0.082840-7
- Fix README encoding (CPAN RT#122028)
- Do not use /usr/bin/env in shell bangs
- Correct description wording
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.082840-6
- Perl 5.26 rebuild

Loading…
Cancel
Save