svn commit: r372960 - head/databases/p5-Dancer2-Plugin-Database

Kurt Jaeger pi at FreeBSD.org
Thu Nov 20 20:58:00 UTC 2014


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/


More information about the svn-ports-head mailing list