From owner-svn-ports-all@FreeBSD.ORG  Thu Nov 20 20:58:00 2014
Return-Path: <owner-svn-ports-all@FreeBSD.ORG>
Delivered-To: svn-ports-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 85F89D8B;
 Thu, 20 Nov 2014 20:58:00 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 72DF0B69;
 Thu, 20 Nov 2014 20:58:00 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKKw05N046317;
 Thu, 20 Nov 2014 20:58:00 GMT (envelope-from pi@FreeBSD.org)
Received: (from pi@localhost)
 by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKKw0VX046316;
 Thu, 20 Nov 2014 20:58:00 GMT (envelope-from pi@FreeBSD.org)
Message-Id: <201411202058.sAKKw0VX046316@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org
 using -f
From: Kurt Jaeger <pi@FreeBSD.org>
Date: Thu, 20 Nov 2014 20:58:00 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r372960 - head/databases/p5-Dancer2-Plugin-Database
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Nov 2014 20:58:00 -0000

Author: pi
Date: Thu Nov 20 20:57:59 2014
New Revision: 372960
URL: https://svnweb.freebsd.org/changeset/ports/372960
QAT: https://qat.redports.org/buildarchive/r372960/

Log:
  databases/p5-Dancer2-Plugin-Database: fix pkg-descr
  
  PR:		194960

Modified:
  head/databases/p5-Dancer2-Plugin-Database/pkg-descr

Modified: head/databases/p5-Dancer2-Plugin-Database/pkg-descr
==============================================================================
--- head/databases/p5-Dancer2-Plugin-Database/pkg-descr	Thu Nov 20 20:57:51 2014	(r372959)
+++ head/databases/p5-Dancer2-Plugin-Database/pkg-descr	Thu Nov 20 20:57:59 2014	(r372960)
@@ -2,9 +2,10 @@ Dancer2::Plugin::Database provides an ea
 DBI database handle by simply calling the database keyword
 within your Dancer2 application.
 
-Returns a Dancer2::Plugin::Database::Handle object, which is a subclass of DBI's
-DBI::db connection handle object, so it does everything you'd expect to do with
-DBI, but also adds a few convenience methods. See the documentation for
-Dancer2::Plugin::Database::Handle for full details of those.
+Returns a Dancer2::Plugin::Database::Handle object, which is a
+subclass of DBI's DBI::db connection handle object, so it does
+everything you'd expect to do with DBI, but also adds a few convenience
+methods. See the documentation for Dancer2::Plugin::Database::Handle
+for full details of those.
 
 WWW: http://search.cpan.org/dist/Dancer2-Plugin-Database/