Stephan Kulow 2013-11-26 09:06:06 +00:00 committed by Git OBS Bridge
parent db50e514da
commit aa125c755a
4 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:219f4778640241cbea4ae7096c55cf55353de932a9c27bec23c059ee18169985
size 31390

3
Capture-Tiny-0.23.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:427814015824014b41f666c16afadab0ea551db946e494fdfbc59c44c9569bdf
size 32942

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 26 07:35:33 UTC 2013 - coolo@suse.com
- updated to 0.23
Fixed:
- minimum Perl prereq is back to 5.6 (but $diety help you if
you're still stuck on 5.6)
Documented:
- Added warning about using @_ in a capture block
-------------------------------------------------------------------
Tue Jun 4 14:46:18 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Capture-Tiny
Version: 0.22
Version: 0.23
Release: 0
%define cpan_name Capture-Tiny
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
@ -32,7 +32,9 @@ BuildRequires: perl-macros
#BuildRequires: perl(Capture::Tiny)
#BuildRequires: perl(Cases)
#BuildRequires: perl(Inline)
#BuildRequires: perl(Pod::Wordlist)
#BuildRequires: perl(Test::Differences)
#BuildRequires: perl(Test::Spelling) >= 0.12
#BuildRequires: perl(TieEvil)
#BuildRequires: perl(TieLC)
#BuildRequires: perl(Utils)
@ -63,6 +65,6 @@ modules to use in any particular situation and just use this one.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE perlcritic.rc README README.PATCHING Todo
%doc Changes CONTRIBUTING cpanfile examples LICENSE perlcritic.rc README Todo
%changelog