Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37491526
en ru br
ALT Linux repos
S:2.05-alt1
5.0: 1.03-alt1
4.1: 1.03-alt1
4.0: 1.03-alt1

Group :: Development/Perl
RPM: perl-Readonly

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist Readonly

Name: perl-%dist
Version: 1.03
Release: alt1

Summary: Readonly - facility for creating read-only scalars, arrays, hashes
License: Perl
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/modules/by-module/Readonly/%dist-%version.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Wed Jul 11 2007

BuildRequires: perl-devel

# There is no reason to not require it:

Requires: perl-Readonly-XS

%description
This is a facility for creating non-modifiable variables. This is useful
for configuration files, headers, etc. It can also be useful as a
development and debugging tool, for catching updates to variables that
should not be changed.

%prep
%setup -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install
# Come home, baby!
mv %buildroot%perl_vendor_privlib/benchmark.pl .

%files
%doc README benchmark.pl
%perl_vendor_privlib/Readonly.pm
%perl_vendor_man3dir/*

%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