727481
Name:           perl-PadWalker
727481
Version:        2.3
727481
Release:        2%{?dist}
727481
Summary:        Play with other people's lexical variables
727481
License:        GPL+ or Artistic
727481
URL:            http://search.cpan.org/dist/PadWalker/
727481
Source0:        http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
727481
# Build:
727481
BuildRequires:  coreutils
727481
BuildRequires:  findutils
727481
BuildRequires:  gcc
727481
BuildRequires:  make
727481
BuildRequires:  perl-devel
727481
BuildRequires:  perl-generators
727481
BuildRequires:  perl-interpreter
727481
BuildRequires:  perl(ExtUtils::MakeMaker)
727481
# Run-time
727481
BuildRequires:  perl(DynaLoader)
727481
BuildRequires:  perl(Exporter)
727481
BuildRequires:  perl(strict)
727481
BuildRequires:  perl(vars)
727481
# Tests:
727481
BuildRequires:  perl(Data::Dumper)
727481
BuildRequires:  perl(warnings)
727481
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
727481
727481
%{?perl_default_filter}
727481
727481
%description
727481
PadWalker is a module that allows you to inspect (and even change!)
727481
lexical variables in any subroutine that called you. It will only show
727481
those variables that are in scope at the point of the call.
727481
727481
%prep
727481
%setup -q -n PadWalker-%{version}
727481
727481
%build
727481
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
727481
make %{?_smp_mflags}
727481
727481
%install
727481
make pure_install DESTDIR=%{buildroot}
727481
find %{buildroot} -type f -name .packlist -delete
727481
find %{buildroot} -type f -name '*.bs' -empty -delete
727481
%{_fixperms} -c %{buildroot}
727481
727481
%check
727481
make test
727481
727481
%files
727481
%doc Changes README
727481
%{perl_vendorarch}/auto/PadWalker/
727481
%{perl_vendorarch}/PadWalker.pm
727481
%{_mandir}/man3/PadWalker.3*
727481
727481
%changelog
727481
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-2
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
727481
727481
* Sun Nov 12 2017 Paul Howarth <paul@city-fan.org> - 2.3-1
727481
- Update to 2.3
727481
  - Make tests work with -Ddefault_inc_excludes_dot (CPAN RT#120421)
727481
- Simplify find commands using -empty and -delete
727481
- Drop legacy Group: tag
727481
727481
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-7
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
727481
727481
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-6
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
727481
727481
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.2-5
727481
- Perl 5.26 rebuild
727481
727481
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-4
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
727481
727481
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.2-3
727481
- Perl 5.24 rebuild
727481
727481
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-2
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
727481
727481
* Mon Oct 26 2015 Paul Howarth <paul@city-fan.org> - 2.2-1
727481
- Update to 2.2
727481
  - Convert to PERL_NO_GET_CONTEXT
727481
    https://github.com/robinhouston/PadWalker/pull/2
727481
- Explicitly BR: perl-devel, needed for EXTERN.h
727481
727481
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
727481
727481
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.1-2
727481
- Perl 5.22 rebuild
727481
727481
* Sun Apr 26 2015 Paul Howarth <paul@city-fan.org> - 2.1-1
727481
- Update to 2.1
727481
  - Another bleadperl fix (CPAN RT#101037)
727481
727481
* Mon Dec 15 2014 Paul Howarth <paul@city-fan.org> - 2.0-1
727481
- Update to 2.0
727481
  - Restore compatibility with perl 5.8 (CPAN RT#100262)
727481
  - Restore compatibility with bleadperl (PR#3)
727481
727481
* Tue Nov 11 2014 Paul Howarth <paul@city-fan.org> - 1.99-1
727481
- Update to 1.99
727481
  - Make it compatible with bleadperl (CPAN RT#100262)
727481
727481
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.98-4
727481
- Perl 5.20 rebuild
727481
727481
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.98-3
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
727481
727481
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.98-2
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
727481
727481
* Sun Oct 27 2013 Paul Howarth <paul@city-fan.org> - 1.98-1
727481
- Update to 1.98
727481
  - Improve peek_sub error handling (CPAN RT#89679)
727481
- Specify all dependencies
727481
- Don't use macros for commands
727481
- Make %%files list more explicit
727481
727481
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.96-4
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
727481
727481
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.96-3
727481
- Perl 5.18 rebuild
727481
727481
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.96-2
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
727481
727481
* Wed Oct 24 2012 Petr Pisar <ppisar@redhat.com> - 1.96-1
727481
- 1.96 bump
727481
727481
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.92-7
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
727481
727481
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.92-6
727481
- Perl 5.16 rebuild
727481
- Specify all dependencies
727481
727481
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.92-5
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
727481
727481
* Tue Jun 21 2011 Iain Arnell <iarnell@gmail.com> 1.92-4
727481
- really rebuild against perl-5.14
727481
727481
* Tue Jun 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.92-3
727481
- Perl mass rebuild
727481
727481
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.92-2
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
727481
727481
* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 1.92-1
727481
- Update to 1.92.
727481
727481
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9-5
727481
- Rebuild to fix problems with vendorarch/lib (#661697)
727481
727481
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9-4
727481
- Mass rebuild with perl-5.12.0
727481
727481
* Fri Mar 19 2010 Chris Weyl <cweyl@alumni.drew.edu> - 1.9-3
727481
- PERL_INSTALL_ROOT => DESTDIR, perl_default_filter (XS package)
727481
727481
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.9-2
727481
- rebuild against perl 5.10.1
727481
727481
* Wed Oct  7 2009 Stepan Kasal <skasal@redhat.com> - 1.9-1
727481
- new upstream version
727481
727481
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-4
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
727481
727481
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-3
727481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
727481
727481
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.7-2
727481
- Rebuild for perl 5.10 (again)
727481
727481
* Thu Feb 21 2008 Steven Pritchard <steve@kspei.com> 1.7-1
727481
- Update to 1.7.
727481
727481
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6-2
727481
- Autorebuild for GCC 4.3
727481
727481
* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1.6-1
727481
- Update to 1.6.
727481
- Use fixperms macro instead of our own chmod incantation.
727481
- Reformat to match cpanspec output.
727481
727481
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.5-2
727481
- rebuild for new perl
727481
727481
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.5-1.1
727481
- correct license tag
727481
- add BR: perl(ExtUtils::MakeMaker)
727481
727481
* Fri Jan  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.5-1
727481
- Update to 1.5.
727481
727481
* Thu Jan  4 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3-1
727481
- Update to 1.3.
727481
727481
* Wed Nov 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2-1
727481
- Update to 1.2.
727481
727481
* Mon Oct 23 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.1-1
727481
- Update to 1.1.
727481
727481
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.0-2
727481
- Rebuild for FC6.
727481
727481
* Fri May 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.0-1
727481
- First build.