r35793 - in /trunk/libclass-xsaccessor-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 19 04:55:11 UTC 2009


Author: jawnsy-guest
Date: Tue May 19 04:55:05 2009
New Revision: 35793

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35793
Log:
* Added cross-reference to Class::XSAccessor::Array
* Added /me to uploaders
* Upgraded to Standards-Version 3.8.1

Modified:
    trunk/libclass-xsaccessor-perl/debian/changelog
    trunk/libclass-xsaccessor-perl/debian/control

Modified: trunk/libclass-xsaccessor-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-perl/debian/changelog?rev=35793&op=diff
==============================================================================
--- trunk/libclass-xsaccessor-perl/debian/changelog (original)
+++ trunk/libclass-xsaccessor-perl/debian/changelog Tue May 19 04:55:05 2009
@@ -3,6 +3,9 @@
   * New upstream release
   * New copyright years from upstream
   * Added copyright for AutoXS.h from AutoXS::Header v1.00
+  * Added cross-reference to Class::XSAccessor::Array
+  * Added /me to uploaders
+  * Upgraded to Standards-Version 3.8.1
 
  -- Jonathan Yu <frequency at cpan.org>  Tue, 19 May 2009 00:34:18 -0400
 

Modified: trunk/libclass-xsaccessor-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-perl/debian/control?rev=35793&op=diff
==============================================================================
--- trunk/libclass-xsaccessor-perl/debian/control (original)
+++ trunk/libclass-xsaccessor-perl/debian/control Tue May 19 04:55:05 2009
@@ -3,8 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.8.0
+Uploaders: Jonathan Yu <frequency at cpan.org>, Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Class-XSAccessor/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-xsaccessor-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-xsaccessor-perl/
@@ -12,12 +12,15 @@
 Package: libclass-xsaccessor-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Generate fast XS accessors without runtime compilation
- Class::XSAccessor implements fast read, write and read/write accessors in XS.
- Additionally, it can provide predicates such as has_foo() for testing whether
- the attribute foo is defined in the object. It only works with objects that
- are implemented as ordinary hashes.
+Description: Perl module providing fast XS accessors                            
+ Class::XSAccessor implements fast XS accessors both for getting at and setting
+ an object attribute. Additionally, the module supports mutators and simple
+ predicates like those for testing the truth value of a variable. It works only
+ with objects that are implemented as ordinary hashes.
  .
  The XS accessor methods were between 1.6 and 2.5 times faster than typical
  pure-perl accessors in some simple benchmarking. If you usually write clear
  code, a factor of two speed-up is a good estimate.
+ .
+ Refer to Class::XSAccessor::Array (libclass-xsaccessor-array-perl) for an
+ implementation that works with array-based objects.




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