Stephan Kulow 2013-11-25 07:50:10 +00:00 committed by Git OBS Bridge
parent b1a9df6161
commit 9a8d9b263b
4 changed files with 17 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 25 07:36:06 UTC 2013 - coolo@suse.com
- updated to 0.102
- revert the IO::String changes found in 0.101
[THIS MIGHT BREAK YOUR CODE]
- tweak how read_string handles non-ASCII strings; needs further
automated testing, so be sure to run your test suites
- add binmode option to set binmode on opened filehandles; this
defaults to encoding(UTF-8); thanks, David Golden!
- typo fix by the inimitable David Steinbrunner
-------------------------------------------------------------------
Wed Jul 24 07:28:45 UTC 2013 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-Mixin-Linewise
Version: 0.004
Version: 0.102
Release: 0
%define cpan_name Mixin-Linewise
Summary: write your linewise code for handles; this does the rest