Name: perl-Devel-StackTrace Summary: Perl module implementing stack trace and stack trace frame objects Version: 2.03 Epoch: 1 Release: 1%{?dist} License: Artistic 2.0 Group: Development/Libraries Vendor: bww bitwise works GmbH URL: http://search.cpan.org/dist/Devel-StackTrace/ Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Devel-StackTrace-%{version}.tar.gz BuildArch: noarch # --with release_tests ... also check "RELEASE_TESTS". # Disabled by default #%bcond_with release_tests # --with author_tests ... also check "AUTHOR_TESTS". # Disabled by default #%bcond_with author_tests BuildRequires: perl-generators BuildRequires: %{__perl} BuildRequires: %{__make} BuildRequires: perl(base) BuildRequires: perl(bytes) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(overload) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) #%if %{with release_tests} # for improved tests #BuildRequires: perl(Exception::Class::Base) #BuildRequires: perl(Pod::Coverage::TrustPod) #BuildRequires: perl(Test::CPAN::Changes) #BuildRequires: perl(Test::EOL) #BuildRequires: perl(Test::NoTabs) #BuildRequires: perl(Test::Pod) > 1.41 #BuildRequires: perl(Test::Pod::Coverage) >= 1.08 #BuildRequires: perl(Test::Pod::LinkCheck) #BuildRequires: perl(Test::Pod::No404s) #BuildRequires: perl(Test::Portability::Files) #BuildRequires: perl(Test::Synopsis) #BuildRequires: perl(LWP::Protocol::https) #%endif #%if %{with author_tests} #BuildRequires: perl(Pod::Coverage::TrustPod) #BuildRequires: perl(Test::CPAN::Changes) #BuildRequires: perl(Test::EOL) #BuildRequires: perl(Test::NoTabs) #BuildRequires: perl(Test::Pod) > 1.41 #BuildRequires: perl(Test::Pod::Coverage) >= 1.08 #BuildRequires: perl(Test::Spelling) >= 0.12 #BuildRequires: perl(Test::Synopsis) # N/A in Fedora: BuildRequires: perl(Code::TidyAll::Plugin::SortLines::Naturally) >= 0.000003 #BuildRequires: perl(Code::TidyAll::Plugin::Test::Vars) >= 0.02 #BuildRequires: perl(Parallel::ForkManager) >= 1.19 #BuildRequires: perl(Perl::Critic) >= 1.126 #BuildRequires: perl(Perl::Tidy) >= 20160302 #BuildRequires: perl(Test::CPAN::Meta::JSON) >= 0.16 #BuildRequires: perl(Test::Code::TidyAll) >= 0.50 #BuildRequires: perl(Test::Mojibake) #BuildRequires: perl(Test::Portability::Files) #BuildRequires: perl(Test::Vars) >= 0.009 #BuildRequires: perl(Test::Version) >= 2.05 #%endif %description The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTraceFrame. The goal of this object is to encapsulate the information that can found through using the caller() function, as well as providing a simple interface to this data. The Devel::StackTrace object contains a set of Devel::StackTraceFrame objects, one for each level of the stack. The frames contain all the data available from caller() as of Perl 5.6.0. %prep %setup -q -n Devel-StackTrace-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} make manifypods %install %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find %{buildroot} -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check #%{__make} test %{?with_release_tests:RELEASE_TESTING=1} %{?with_author_tests:AUTHOR_TESTING=1} %files %doc Changes %license LICENSE %{perl_vendorlib}/Devel %{_mandir}/man3/* %changelog * Wed Mar 14 2018 Elbert Pol - 2.03-1 - initial rpm for OS2