Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045111
en ru br
ALT Linux repos
S:1.14-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module Class-InsideOut

Name: perl-%module
Version: 1.13
Release: alt1

Summary: Class::InsideOut - safe, simple inside-out object construction kit

License: Apache
Group: Development/Perl
Url: %CPAN %module

Packager: Michael Bochkaryov <misha at altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Class-InsideOut-%{version}.tar.gz

# Automatically added by buildreq on Wed Jan 14 2009 (-bi)

BuildRequires: perl-Module-Build perl-Storable perl-threads
BuildRequires: perl-Class-ISA

%description
This is a simple, safe and streamlined toolkit for building inside-out objects.
Unlike most other inside-out object building modules already on CPAN, this
module aims for minimalism and robustness:

* Does not require derived classes to subclass it
* Uses no source filters, attributes or CHECK blocks
* Supports any underlying object type including black-box inheritance
* Does not leak memory on object destruction
* Overloading-safe
* Thread-safe for Perl 5.8.5 or better
* mod_perl compatible
* Makes no assumption about inheritance or initializer needs

It provides the minimal support necessary for creating safe inside-out objects
and generating flexible accessors.

%prep
%setup -q -n %module-%version

# TODO: fails

rm -f  t/15_no_weaken_fallback.t

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/Class*
%doc README LICENSE Changes Todo

%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