Accepting request 208451 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/208451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Capture-Tiny?expand=0&rev=15
This commit is contained in:
commit
5546eca0f7
@ -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
3
Capture-Tiny-0.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:427814015824014b41f666c16afadab0ea551db946e494fdfbc59c44c9569bdf
|
||||
size 32942
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user