- updated to 0.104

- clean up the docs for changes made in 0.103
      [THIS MIGHT BREAK YOUR CODE]
     - the string methods once again open references to scalars, rather
       than using IO::Scalar

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mixin-Linewise?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2014-02-09 15:19:32 +00:00 committed by Git OBS Bridge
parent 9a8d9b263b
commit 12247c8d53
4 changed files with 14 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74a6e8e32e0caa145c271d86faee4658b2d443d9aebb3c0e16b635657d7b9e30
size 14613

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 9 13:33:37 UTC 2014 - coolo@suse.com
- updated to 0.104
- clean up the docs for changes made in 0.103
[THIS MIGHT BREAK YOUR CODE]
- the string methods once again open references to scalars, rather
than using IO::Scalar
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 25 07:36:06 UTC 2013 - coolo@suse.com Mon Nov 25 07:36:06 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Mixin-Linewise # spec file for package perl-Mixin-Linewise
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Mixin-Linewise Name: perl-Mixin-Linewise
Version: 0.102 Version: 0.104
Release: 0 Release: 0
%define cpan_name Mixin-Linewise %define cpan_name Mixin-Linewise
Summary: write your linewise code for handles; this does the rest Summary: write your linewise code for handles; this does the rest
@ -29,12 +29,8 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(IO::String)
BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
#BuildRequires: perl(Mixin::Linewise::Readers)
#BuildRequires: perl(MLTests)
Requires: perl(IO::String)
Requires: perl(Sub::Exporter) Requires: perl(Sub::Exporter)
%{perl_requires} %{perl_requires}