Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37802546
en ru br
ALT Linux repos
S:2.65-alt1
5.0: 2.31-alt1
4.1: 2.31-alt1
4.0: 2.31-alt1
3.0: 2.27-alt1.1

Group :: Development/Perl
RPM: perl-Config-General

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist Config-General
Name: perl-%dist
Version: 2.65
Release: alt1

Summary: Generic Config Module
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source0: http://www.cpan.org/authors/id/T/TL/TLINDEN/%{dist}-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Tue Apr 27 2010

BuildRequires: perl-devel

%description
This module opens a config file and parses it's contents
for you. After parsing the module returns a hash structure
which contains the representation of the config file.

The format of config files supported by Config::General is
inspired by the well known apache config format, in fact,
this module is 100%% read-compatible to apache configs, but
you can also just use simple name/value pairs in your config
files.

%prep
%setup -q -n %{dist}-%{version}

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changelog README
%perl_vendor_privlib/Config*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin