r51795 - in /trunk/libclass-loader-perl/debian: control copyright

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 30 02:40:17 UTC 2010


Author: jawnsy-guest
Date: Sat Jan 30 02:40:12 2010
New Revision: 51795

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

Modified:
    trunk/libclass-loader-perl/debian/control
    trunk/libclass-loader-perl/debian/copyright

Modified: trunk/libclass-loader-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-loader-perl/debian/control?rev=51795&op=diff
==============================================================================
--- trunk/libclass-loader-perl/debian/control (original)
+++ trunk/libclass-loader-perl/debian/control Sat Jan 30 02:40:12 2010
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Class-Loader/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-loader-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-loader-perl/
@@ -13,18 +13,8 @@
 Package: libclass-loader-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: Load modules and create objects on demand.
- Certain applications like to defer the decision to use a particular module
- till runtime. This is possible in perl, and is a useful trick in situations
- where the type of data is not known at compile time and the application
- doesn't wish to pre-compile modules to handle all types of data it can work
- with. Loading modules at runtime can also provide flexible interfaces for
- perl modules. Modules can let the programmer decide what modules will be used
- by it instead of hard-coding their names.
- .
- Class::Loader is an inheritable class that provides a method, _load(), to
- load a module from disk and construct an object by calling its constructor.
- It also provides a way to map modules names and associated metadata with
- symbolic names that can be used in place of module names at _load().
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: module to load modules and create objects on command
+ Class::Loader is a Perl module that provides an inheritable class useful for
+ loading a module and automatically constructing an object. Loading this way
+ is beneficial in situations where many modules are available, and one must be
+ appropriately selected at compile time.

Modified: trunk/libclass-loader-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-loader-perl/debian/copyright?rev=51795&op=diff
==============================================================================
--- trunk/libclass-loader-perl/debian/copyright (original)
+++ trunk/libclass-loader-perl/debian/copyright Sat Jan 30 02:40:12 2010
@@ -1,19 +1,11 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Vipul Ved Prakash, <mail at vipul.net>
+Maintainer: Vipul Ved Prakash <mail at vipul.net>
 Source: http://search.cpan.org/dist/Class-Loader/
 Name: Class-Loader
-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: Vipul Ved Prakash, <mail at vipul.net>
-License: 
+Copyright: 2001, Vipul Ved Prakash, <mail at vipul.net>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>




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