Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37517711
en ru br
ALT Linux repos
S:1.19-alt1.2

Group :: Development/Perl
RPM: perl-Class-XSAccessor

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist Class-XSAccessor
Name: perl-%dist
Version: 1.19
Release: alt1.1.1.1

Summary: Generate fast XS accessors without runtime compilation
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/S/SM/SMUELLER/Class-XSAccessor-%{version}.tar.gz

# Automatically added by buildreq on Fri Oct 07 2011

BuildRequires: perl-devel perl-threads

%description
Class::XSAccessor implements fast read, write and read/write accessors in XS.
Additionally, it can provide predicates such as "has_foo()" for testing
whether the attribute "foo" is defined in the object.
It only works with objects that are implemented as ordinary hashes.
Class::XSAccessor::Array implements the same interface for objects
that use arrays for their internal representation.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_archlib/Class/XSAccessor*
%perl_vendor_autolib/Class/XSAccessor

%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