This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Encode to CPAN version 2.70
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 6 Feb 2015 12:00:27 +0000 (12:00 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 6 Feb 2015 12:36:32 +0000 (12:36 +0000)
commit596588193775cac82eaf059a4aa065829599815a
treea9d1367baca83078bc31c642a40316ed12a4db90
parent8d28fc8f69270cc75d9564b369ac6008c5b5d617
Update Encode to CPAN version 2.70

  [DELTA]

$Revision: 2.70 $ $Date: 2015/02/05 10:53:00 $
! Makefile.PL
  add bin/encguess to EXE_FILES

2.69 2015/02/05 10:35:11
! bin/encguess
  Refactored so that
  * does not depend on non-core module (File::Slurp in particular)
  * PODified document
  * -s "encA encB" to -s encA,encB which is more shell-friendly
  * and more
! MANIFEST
+ bin/encguess
  Pulled: Added CLI wrapper for Encode::Guess
  https://github.com/dankogai/p5-encode/pull/32
! Unicode/Unicode.pm
  Pulled: Bump $VERSION in module changed since Encode-2.60
  https://github.com/dankogai/p5-encode/pull/31
16 files changed:
MANIFEST
Porting/Maintainers.pl
configure.com
cpan/Encode/Encode.pm
cpan/Encode/Encode.xs
cpan/Encode/Makefile.PL
cpan/Encode/Unicode/Unicode.pm
cpan/Encode/bin/encguess [new file with mode: 0644]
t/porting/customized.dat
t/porting/known_pod_issues.dat
utils.lst
utils/Makefile.PL
utils/encguess.PL [new file with mode: 0644]
vms/descrip_mms.template
win32/Makefile
win32/makefile.mk