r49852 - in /trunk/libclass-gomor-perl/debian: control copyright libclass-gomor-perl.docs libclass-gomor-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jan 1 23:44:20 UTC 2010


Author: jawnsy-guest
Date: Fri Jan  1 23:44:15 2010
New Revision: 49852

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49852
Log:
prepare for upload

Added:
    trunk/libclass-gomor-perl/debian/libclass-gomor-perl.examples
Removed:
    trunk/libclass-gomor-perl/debian/libclass-gomor-perl.docs
Modified:
    trunk/libclass-gomor-perl/debian/control
    trunk/libclass-gomor-perl/debian/copyright

Modified: trunk/libclass-gomor-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/control?rev=49852&op=diff
==============================================================================
--- trunk/libclass-gomor-perl/debian/control (original)
+++ trunk/libclass-gomor-perl/debian/control Fri Jan  1 23:44:15 2010
@@ -13,25 +13,7 @@
 Package: libclass-gomor-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: another class and object builder
- Class::Gomor is yet another class builder. This one adds parameter checking
- in new constructor, that is to check for attributes existence, and
- definedness.
- .
- In order to validate parameters, the module needs to find attributes, and
- that is the reason for declaring attributes in global variables named @AS,
- @AA, @AO. They respectively state for Attributes Scalar, Attributes Array and
- Attributes Other. The last one is used to avoid autocreation of accessors,
- that is to let you declare your own ones.
- .
- Attribute validation is performed by looking at classes hierarchy, by
- following @ISA tree inheritance.
- .
- The loss in speed by validating all attributes is quite negligeable on a
- decent machine (Pentium IV, 2.4 GHz) with Perl 5.8.x. But if you want to
- avoid checking, you can do it, see below.
- .
- This class is the base class for Class::Gomor::Array and Class::Gomor::Hash,
- so they will inherite the following methods.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: class and object builder
+ Class::Gomor is a Perl class and object builder, providing features like
+ automatic validation of attributes. It can automatically create accessors
+ for scalar or array attributes, as well as supporting custom attributes.

Modified: trunk/libclass-gomor-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/copyright?rev=49852&op=diff
==============================================================================
--- trunk/libclass-gomor-perl/debian/copyright (original)
+++ trunk/libclass-gomor-perl/debian/copyright Fri Jan  1 23:44:15 2010
@@ -1,18 +1,10 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
-Maintainer: GomoR <gomor-cpan_at_gomor.org>
+Maintainer: Patrice Auffret <gomor-cpan at gomor.org>
 Source: http://search.cpan.org/dist/Class-Gomor/
 Name: Class-Gomor
-Disclaimer: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: GomoR <gomor-cpan_at_gomor.org>
+Copyright: 2004-2009, Patrice Auffret <gomor-cpan at gomor.org>
 License: Artistic
 
 Files: debian/*

Added: trunk/libclass-gomor-perl/debian/libclass-gomor-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-gomor-perl/debian/libclass-gomor-perl.examples?rev=49852&op=file
==============================================================================
--- trunk/libclass-gomor-perl/debian/libclass-gomor-perl.examples (added)
+++ trunk/libclass-gomor-perl/debian/libclass-gomor-perl.examples Fri Jan  1 23:44:15 2010
@@ -1,0 +1,1 @@
+examples/*




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