Package perl-Sub-Uplevel: Specfile

%define _unpackaged_files_terminate_build 1
%define dist Sub-Uplevel
Name: perl-%dist
Version: 0.2800
Release: alt1
Epoch: 1

Summary: Run a function in a higher stack frame
License: GPL or Artistic
Group: Development/Perl

URL: http://www.cpan.org
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{dist}-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Sat Dec 18 2010
BuildRequires: perl-Module-Build

%description
Like Tcl's uplevel() function, but not quite so dangerous.  The idea
is just to fool caller().  All the really naughty bits of Tcl's uplevel()
are avoided.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc	Changes README examples
%dir	%perl_vendor_privlib/Sub
	%perl_vendor_privlib/Sub/Uplevel.pm

%changelog
* Mon Apr 03 2017 Igor Vlasenko <viy@altlinux.ru> 1:0.2800-alt1
- automated CPAN update

* Tue Sep 20 2016 Igor Vlasenko <viy@altlinux.ru> 1:0.2600-alt1
- automated CPAN update

* Mon Feb 02 2015 Igor Vlasenko <viy@altlinux.ru> 1:0.25-alt1
- automated CPAN update

* Tue Sep 11 2012 Vladimir Lettiev <crux@altlinux.ru> 1:0.24-alt1
- 0.22 -> 0.24
- fixed build with Carp >= 1.25

* Sat Dec 18 2010 Alexey Tourbin <at@altlinux.ru> 1:0.22-alt1
- 0.1901 -> 0.22

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.1901-alt2
- fix directory ownership violation

* Thu Jun 12 2008 Vitaly Lipatov <lav@altlinux.ru> 0.1901-alt1
- new version 0.1901 (with rpmrb script) - fix bug #15976
- update buildreq

* Tue Jun 07 2005 Vitaly Lipatov <lav@altlinux.ru> 0.09-alt1
- first build for ALT Linux Sisyphus