Update Encode to CPAN version 2.54
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 29 Aug 2013 18:30:07 +0000 (19:30 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 29 Aug 2013 18:30:07 +0000 (19:30 +0100)
commitb9f6c3703594b2b2c85baba16e93c978e2ee323f
treed6c769f92ed2632150beeacc24098be057a6da6c
parentc0bf20e0fac5d13bbb363601f748e7a3c1072d6c
Update Encode to CPAN version 2.54

  [DELTA]

$Revision: 2.54 $ $Date: 2013/08/29 16:47:39 $
! Encode.xs
+ t/cow.t
  Addressed: COW breakage with _utf8_on()
  https://rt.cpan.org/Ticket/Display.html?id=88230
! Encode.pm
  Reverted the document accordingly to #11
  https://github.com/dankogai/p5-encode/pull/10
+ t/decode.t
  Unit test for decoding behavior change in #11
  https://github.com/dankogai/p5-encode/pull/12

2.53 2013/08/29 15:20:31
! Encode.pm
  Merged: Do not short-circuit decode_utf8 with utf8 flags
  https://github.com/dankogai/p5-encode/pull/11
  Merged: document decode_utf8 behaviour more precise
  https://github.com/dankogai/p5-encode/pull/10
! Makefile.PL
  Added repository cpan metadata
  https://github.com/dankogai/p5-encode/pull/9
MANIFEST
Porting/Maintainers.pl
cpan/Encode/Changes
cpan/Encode/Encode.pm
cpan/Encode/Encode.xs
cpan/Encode/MANIFEST
cpan/Encode/META.json
cpan/Encode/META.yml
cpan/Encode/Makefile.PL
cpan/Encode/t/cow.t [new file with mode: 0644]
cpan/Encode/t/decode.t [new file with mode: 0644]