File: control

package info (click to toggle)
libcatalyst-plugin-configloader-perl 0.34-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: perl: 1,649; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: libcatalyst-plugin-configloader-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcatalyst-perl (>= 5.7008),
 libconfig-any-perl (>= 0.20),
 libdata-visitor-perl (>= 0.24),
 libmro-compat-perl (>= 0.09),
 libpath-class-perl,
 perl (>= 5.15.2)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-configloader-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-plugin-configloader-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-ConfigLoader

Package: libcatalyst-plugin-configloader-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-perl (>= 5.7008),
 libconfig-any-perl (>= 0.20),
 libdata-visitor-perl (>= 0.24),
 libmro-compat-perl (>= 0.09)
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
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.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.