[libcatalyst-plugin-configloader-perl] 02/05: update description

Damyan Ivanov dmn at moszumanska.debian.org
Wed May 14 08:18:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libcatalyst-plugin-configloader-perl.

commit 5c4685ea18b96f692cfdc1dead511e76884b5a54
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed May 14 08:15:26 2014 +0000

    update description
---
 debian/control | 23 +++++------------------
 1 file changed, 5 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 4edbc96..bbb8596 100644
--- a/debian/control
+++ b/debian/control
@@ -22,23 +22,10 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libconfig-any-perl (>= 0.20),
  libdata-visitor-perl (>= 0.24),
  libmro-compat-perl (>= 0.09)
-Description: Load config files of various types
- Catalyst::Plugin::ConfigLoader will attempt to load find and load a
+Description: Catalyst plugin for loading configuration files
+ Catalyst::Plugin::ConfigLoader will attempt to find and load a
  configuration file of various types. Currently it supports YAML, JSON, XML,
- INI and Perl formats. Special configuration for a particular driver format
- can be stored in MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }. For
- example, to pass arguments to Config::General, use the following:
+ INI and Perl formats.
  .
- __PACKAGE__->config( 'Plugin::ConfigLoader' => {
- .
- driver => {
- .
- 'General' => { -LowerCaseNames => 1 }
- .
- }
- .
- } );
- .
- See Config::Any's driver_args parameter for more information.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ Catalyst is an elegant Model-View-Controller web application framework
+ written in Perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-configloader-perl.git



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