r47797 - in /trunk/libcoat-persistent-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Nov 26 16:52:48 UTC 2009


Author: jawnsy-guest
Date: Thu Nov 26 16:52:43 2009
New Revision: 47797

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47797
Log:
Update description

Modified:
    trunk/libcoat-persistent-perl/debian/changelog
    trunk/libcoat-persistent-perl/debian/control

Modified: trunk/libcoat-persistent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/changelog?rev=47797&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/changelog (original)
+++ trunk/libcoat-persistent-perl/debian/changelog Thu Nov 26 16:52:43 2009
@@ -9,6 +9,7 @@
   * Removed Alexis Sukrieh from Uploaders (Closes: #536128)
   * Standards-Version 3.8.3 (no changes)
   * Refreshed patches
+  * Update description
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 25 Nov 2009 19:49:32 -0500
 

Modified: trunk/libcoat-persistent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-persistent-perl/debian/control?rev=47797&op=diff
==============================================================================
--- trunk/libcoat-persistent-perl/debian/control (original)
+++ trunk/libcoat-persistent-perl/debian/control Thu Nov 26 16:52:43 2009
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libdbi-perl, libdbix-sequence-perl,
  libsql-abstract-perl, libcoat-perl (>= 0.334), liblist-compare-perl,
- libdbd-csv-perl (>= 0.2200-5), libcache-fastmmap-perl, libclass-date-perl
+ libdbd-csv-perl, libcache-fastmmap-perl, libclass-date-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  Ansgar Burchardt <ansgar at 43-1.org>
@@ -18,15 +18,12 @@
 Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl,
  libdbix-sequence-perl, libsql-abstract-perl, libcoat-perl (>= 0.334),
  liblist-compare-perl, libclass-date-perl
-Suggests: libcache-fastmmap-perl, libdbd-csv-perl (>= 0.2200-5)
-Description: Ruby's ActiveRecord::Base port for Perl (ORM)
+Suggests: libcache-fastmmap-perl, libdbd-csv-perl
+Description: simple ORM inspired by Ruby's ActiveRecord
  Coat::Persistent is an Object Relational Mapper (ORM) for databases, which
  allows you to build instances of Coat objects and save them into a database
- transparently.
+ transparently. It allows one to execute SQL commands directly as well.
  .
- You basically define a mapping rule, either global or per-class and play with
- your Coat objects without bothering with SQL for simple cases (selecting,
- inserting, updating).
- .
- Coat::Peristent lets you use SQL if you want to, considering SQL is the best
- language when dealing with complex queries.
+ The underlying target of this module is to port the whole ActiveRecord::Base
+ API to Perl. It is still a development version and should not be used in a
+ production environment.




More information about the Pkg-perl-cvs-commits mailing list