diff -Nru libi18n-charset-perl-1.412/Changes libi18n-charset-perl-1.414/Changes --- libi18n-charset-perl-1.412/Changes 2013-10-05 15:14:59.000000000 +0000 +++ libi18n-charset-perl-1.414/Changes 2015-02-02 19:32:09.000000000 +0000 @@ -1,8 +1,6 @@ -2013-10-05 Kingpin +2015-02-02 Kingpin - * lib/I18N/Charset.pm (_init_data): new IANA charset list - - * MANIFEST.SKIP: don't ship MYMETA files + * lib/I18N/Charset.pm: removed 'use blib' (no idea why it was in here) 2011-10-31 Kingpin diff -Nru libi18n-charset-perl-1.412/debian/changelog libi18n-charset-perl-1.414/debian/changelog --- libi18n-charset-perl-1.412/debian/changelog 2013-10-22 17:33:32.000000000 +0000 +++ libi18n-charset-perl-1.414/debian/changelog 2015-05-17 11:54:46.000000000 +0000 @@ -1,3 +1,20 @@ +libi18n-charset-perl (1.414-1) unstable; urgency=medium + + * Team upload. + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + [ Niko Tyni ] + * Imported Upstream version 1.414 + + removed a stray 'use blib' line. (Closes: #785502) + * Declare the package autopkgtestable + + -- Niko Tyni Sun, 17 May 2015 14:54:27 +0300 + libi18n-charset-perl (1.412-1) unstable; urgency=low [ Salvatore Bonaccorso ] diff -Nru libi18n-charset-perl-1.412/debian/control libi18n-charset-perl-1.414/debian/control --- libi18n-charset-perl-1.412/debian/control 2013-10-22 17:33:32.000000000 +0000 +++ libi18n-charset-perl-1.414/debian/control 2015-05-17 11:44:19.000000000 +0000 @@ -15,9 +15,10 @@ libunicode-map-perl, libunicode-maputf8-perl Standards-Version: 3.9.4 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libi18n-charset-perl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libi18n-charset-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libi18n-charset-perl.git -Homepage: https://metacpan.org/release/I18N-Charset/ +Homepage: https://metacpan.org/release/I18N-Charset +Testsuite: autopkgtest-pkg-perl Package: libi18n-charset-perl Architecture: all diff -Nru libi18n-charset-perl-1.412/debian/copyright libi18n-charset-perl-1.414/debian/copyright --- libi18n-charset-perl-1.412/debian/copyright 2013-10-22 17:33:32.000000000 +0000 +++ libi18n-charset-perl-1.414/debian/copyright 2015-05-17 11:33:08.000000000 +0000 @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: I18N-Charset Upstream-Contact: Martin Thurn, -Source: https://metacpan.org/release/I18N-Charset/ +Source: https://metacpan.org/release/I18N-Charset Files: * Copyright: 1998-2012, Martin Thurn, diff -Nru libi18n-charset-perl-1.412/debian/watch libi18n-charset-perl-1.414/debian/watch --- libi18n-charset-perl-1.412/debian/watch 2013-10-22 17:33:32.000000000 +0000 +++ libi18n-charset-perl-1.414/debian/watch 2015-05-17 11:33:08.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -https://metacpan.org/release/I18N-Charset/ .*/I18N-Charset-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/I18N-Charset .*/I18N-Charset-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) diff -Nru libi18n-charset-perl-1.412/inc/Module/Install/Base.pm libi18n-charset-perl-1.414/inc/Module/Install/Base.pm --- libi18n-charset-perl-1.412/inc/Module/Install/Base.pm 2013-10-05 15:13:54.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install/Base.pm 2015-02-02 19:49:25.000000000 +0000 @@ -4,7 +4,7 @@ use strict 'vars'; use vars qw{$VERSION}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.14'; } # Suspend handler for "redefined" warnings diff -Nru libi18n-charset-perl-1.412/inc/Module/Install/Can.pm libi18n-charset-perl-1.414/inc/Module/Install/Can.pm --- libi18n-charset-perl-1.412/inc/Module/Install/Can.pm 2013-10-05 15:13:54.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install/Can.pm 2015-02-02 19:49:25.000000000 +0000 @@ -8,7 +8,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.14'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -Nru libi18n-charset-perl-1.412/inc/Module/Install/Fetch.pm libi18n-charset-perl-1.414/inc/Module/Install/Fetch.pm --- libi18n-charset-perl-1.412/inc/Module/Install/Fetch.pm 2013-10-05 15:13:54.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install/Fetch.pm 2015-02-02 19:49:25.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.14'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -Nru libi18n-charset-perl-1.412/inc/Module/Install/Makefile.pm libi18n-charset-perl-1.414/inc/Module/Install/Makefile.pm --- libi18n-charset-perl-1.412/inc/Module/Install/Makefile.pm 2013-10-05 15:13:54.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install/Makefile.pm 2015-02-02 19:49:25.000000000 +0000 @@ -8,7 +8,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.14'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -133,7 +133,7 @@ return $args; } -# For mm args that take multiple space-seperated args, +# For mm args that take multiple space-separated args, # append an argument to the current list. sub makemaker_append { my $self = shift; diff -Nru libi18n-charset-perl-1.412/inc/Module/Install/Metadata.pm libi18n-charset-perl-1.414/inc/Module/Install/Metadata.pm --- libi18n-charset-perl-1.412/inc/Module/Install/Metadata.pm 2013-10-05 15:13:54.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install/Metadata.pm 2015-02-02 19:49:25.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.14'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -347,7 +347,7 @@ ^ \s* package \s* ([\w:]+) - \s* ; + [\s|;]* /ixms ) { my ($name, $module_name) = ($1, $1); @@ -705,7 +705,7 @@ my @yaml = Parse::CPAN::Meta::LoadFile('META.yml'); my $meta = $yaml[0]; - # Overwrite the non-configure dependency hashs + # Overwrite the non-configure dependency hashes delete $meta->{requires}; delete $meta->{build_requires}; delete $meta->{recommends}; diff -Nru libi18n-charset-perl-1.412/inc/Module/Install/PerlTar.pm libi18n-charset-perl-1.414/inc/Module/Install/PerlTar.pm --- libi18n-charset-perl-1.412/inc/Module/Install/PerlTar.pm 1970-01-01 00:00:00.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install/PerlTar.pm 2015-02-02 19:49:25.000000000 +0000 @@ -0,0 +1,45 @@ +#line 1 +package Module::Install::PerlTar; + +use 5.006001; +use strict; +use warnings; +use Module::Install::Base (); + +our @ISA = qw(Module::Install::Base); +our $VERSION = '1.001'; +$VERSION =~ s/_//ms; + +sub use_ptar { + my $self = shift; + # warn " DDD start use_ptar(), WWW Module::Install::AUTHOR is =$Module::Install::AUTHOR=\n"; # Martin + + if (! $Module::Install::AUTHOR) + { + warn " WWW bailing because Module::Install::AUTHOR is not set\n"; # Martin + return; + } + + eval { require Archive::Tar; 1; } or warn "Cannot find Archive::Tar\n"; + eval { require IO::Compress::Gzip; 1; } + or warn "Cannot find IO::Compress::Gzip\n"; + + my %args = ( + TAR => 'ptar', + TARFLAGS => 'cf', + COMPRESS => +q{perl -MIO::Compress::Gzip=gzip,:constants -e"my $$in = $$ARGV[0]; gzip($$in => qq($$in.gz), q(Level) => Z_BEST_COMPRESSION, q(BinModeIn) => 1) or die q(gzip failed); unlink $$in;"}, + ); + # use Data::Dumper; # Martin + # warn " DDD adding the following to makemaker_args: ", Dumper(\%args); # Martin + $self->makemaker_args( dist => \%args ); + + return 1; +} ## end sub use_ptar + +1; +__END__ + +=encoding utf-8 + +#line 75 diff -Nru libi18n-charset-perl-1.412/inc/Module/Install/Win32.pm libi18n-charset-perl-1.414/inc/Module/Install/Win32.pm --- libi18n-charset-perl-1.412/inc/Module/Install/Win32.pm 2013-10-05 15:13:54.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install/Win32.pm 2015-02-02 19:49:25.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.14'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -Nru libi18n-charset-perl-1.412/inc/Module/Install/WriteAll.pm libi18n-charset-perl-1.414/inc/Module/Install/WriteAll.pm --- libi18n-charset-perl-1.412/inc/Module/Install/WriteAll.pm 2013-10-05 15:13:54.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install/WriteAll.pm 2015-02-02 19:49:25.000000000 +0000 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.06'; + $VERSION = '1.14'; @ISA = qw{Module::Install::Base}; $ISCORE = 1; } diff -Nru libi18n-charset-perl-1.412/inc/Module/Install.pm libi18n-charset-perl-1.414/inc/Module/Install.pm --- libi18n-charset-perl-1.412/inc/Module/Install.pm 2013-10-05 15:13:53.000000000 +0000 +++ libi18n-charset-perl-1.414/inc/Module/Install.pm 2015-02-02 19:49:22.000000000 +0000 @@ -17,7 +17,7 @@ # 3. The ./inc/ version of Module::Install loads # } -use 5.005; +use 5.006; use strict 'vars'; use Cwd (); use File::Find (); @@ -31,7 +31,7 @@ # This is not enforced yet, but will be some time in the next few # releases once we can make sure it won't clash with custom # Module::Install extensions. - $VERSION = '1.06'; + $VERSION = '1.14'; # Storage for the pseudo-singleton $MAIN = undef; @@ -156,10 +156,10 @@ sub autoload { my $self = shift; my $who = $self->_caller; - my $cwd = Cwd::cwd(); + my $cwd = Cwd::getcwd(); my $sym = "${who}::AUTOLOAD"; $sym->{$cwd} = sub { - my $pwd = Cwd::cwd(); + my $pwd = Cwd::getcwd(); if ( my $code = $sym->{$pwd} ) { # Delegate back to parent dirs goto &$code unless $cwd eq $pwd; @@ -239,7 +239,7 @@ # ignore the prefix on extension modules built from top level. my $base_path = Cwd::abs_path($FindBin::Bin); - unless ( Cwd::abs_path(Cwd::cwd()) eq $base_path ) { + unless ( Cwd::abs_path(Cwd::getcwd()) eq $base_path ) { delete $args{prefix}; } return $args{_self} if $args{_self}; @@ -338,7 +338,7 @@ if ( $subpath eq lc($subpath) || $subpath eq uc($subpath) ) { my $content = Module::Install::_read($subpath . '.pm'); my $in_pod = 0; - foreach ( split //, $content ) { + foreach ( split /\n/, $content ) { $in_pod = 1 if /^=\w/; $in_pod = 0 if /^=cut/; next if ($in_pod || /^=cut/); # skip pod text @@ -378,6 +378,7 @@ sub _read { local *FH; open( FH, '<', $_[0] ) or die "open($_[0]): $!"; + binmode FH; my $string = do { local $/; }; close FH or die "close($_[0]): $!"; return $string; @@ -386,6 +387,7 @@ sub _read { local *FH; open( FH, "< $_[0]" ) or die "open($_[0]): $!"; + binmode FH; my $string = do { local $/; }; close FH or die "close($_[0]): $!"; return $string; @@ -416,6 +418,7 @@ sub _write { local *FH; open( FH, '>', $_[0] ) or die "open($_[0]): $!"; + binmode FH; foreach ( 1 .. $#_ ) { print FH $_[$_] or die "print($_[0]): $!"; } @@ -425,6 +428,7 @@ sub _write { local *FH; open( FH, "> $_[0]" ) or die "open($_[0]): $!"; + binmode FH; foreach ( 1 .. $#_ ) { print FH $_[$_] or die "print($_[0]): $!"; } @@ -434,7 +438,7 @@ # _version is for processing module versions (eg, 1.03_05) not # Perl versions (eg, 5.8.1). -sub _version ($) { +sub _version { my $s = shift || 0; my $d =()= $s =~ /(\.)/g; if ( $d >= 2 ) { @@ -450,12 +454,12 @@ return $l + 0; } -sub _cmp ($$) { +sub _cmp { _version($_[1]) <=> _version($_[2]); } # Cloned from Params::Util::_CLASS -sub _CLASS ($) { +sub _CLASS { ( defined $_[0] and diff -Nru libi18n-charset-perl-1.412/lib/I18N/Charset.pm libi18n-charset-perl-1.414/lib/I18N/Charset.pm --- libi18n-charset-perl-1.412/lib/I18N/Charset.pm 2013-10-05 15:13:00.000000000 +0000 +++ libi18n-charset-perl-1.414/lib/I18N/Charset.pm 2015-02-02 19:49:14.000000000 +0000 @@ -1,5 +1,5 @@ -# $rcs = ' $Id: Charset.pm,v 1.412 2013/10/05 15:12:38 Martin Exp $ ' ; +# $rcs = ' $Id: Charset.pm,v 1.414 2015-02-02 19:49:14 Martin Exp $ ' ; package I18N::Charset; @@ -9,7 +9,6 @@ require 5.005; use base 'Exporter'; -use blib; use Carp; =head1 NAME @@ -68,7 +67,7 @@ # Public Global Variables #----------------------------------------------------------------------- our -$VERSION = do { my @r = (q$Revision: 1.412 $ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r }; +$VERSION = do { my @r = (q$Revision: 1.414 $ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r }; our @EXPORT = qw( iana_charset_name map8_charset_name umap_charset_name @@ -4170,4 +4169,3 @@ 1; __END__ - diff -Nru libi18n-charset-perl-1.412/Makefile.PL libi18n-charset-perl-1.414/Makefile.PL --- libi18n-charset-perl-1.412/Makefile.PL 2013-01-14 03:59:13.000000000 +0000 +++ libi18n-charset-perl-1.414/Makefile.PL 2015-02-02 19:47:47.000000000 +0000 @@ -1,12 +1,12 @@ -# $Id: Makefile.PL,v 1.20 2013/01/14 03:59:13 Martin Exp $ +# $Id: Makefile.PL,v 1.20 2013-01-14 03:59:13 Martin Exp $ use inc::Module::Install; my $sFnamePM = q{lib/I18N/Charset.pm}; all_from($sFnamePM); -requires( perl => '5.004' ); +requires( perl => '5.005' ); recommends('App::Info::Lib::Iconv'); recommends('Encode'); test_requires('IO::Capture::Stderr' => 0); @@ -19,8 +19,6 @@ recommends('Test::Pod'); recommends('Test::Pod::Coverage'); -WriteAll(); - sub MY::postamble { my $ret = <<'PART0'; @@ -46,5 +44,36 @@ return $ret; } # MY::postamble +use Env; +if ($ENV{MTHURN_PERL_DEV}) + { + warn "DDD This is author's development environment\n"; + use_ptar(); + } # if + +WriteAll; + +use Env; +if (0 && $ENV{MTHURN_PERL_DEV}) + { + print "DDD This is author's development environment\n"; + my $sFnameMakefile = q{Makefile}; + eval "use File::Slurp"; + my $s = read_file($sFnameMakefile); + if ($s !~ s/(DIRFILESEP\s*=\s*).+$/$1\//m) + { + print " EEE did not find DIRFILESEP in Makefile\n"; + } # if + if ($s !~ s/(pm_to_blib\(){{\@ARGV}}/$1 . '{@ARGV}'/e) + { + print " EEE did not find pm_to_blib@ARGV in Makefile\n"; + } # if + if ($s !~ s/(from_to\s+=>\s+){{\@ARGV}}/$1 . '{@ARGV}'/e) + { + print " EEE did not find from_to@ARGV in Makefile\n"; + } # if + write_file($sFnameMakefile, $s); + } # if + __END__ diff -Nru libi18n-charset-perl-1.412/MANIFEST libi18n-charset-perl-1.414/MANIFEST --- libi18n-charset-perl-1.412/MANIFEST 2013-10-05 15:14:26.000000000 +0000 +++ libi18n-charset-perl-1.414/MANIFEST 2015-02-02 19:46:44.000000000 +0000 @@ -5,6 +5,7 @@ inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm inc/Module/Install/Metadata.pm +inc/Module/Install/PerlTar.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/I18N/Charset.pm diff -Nru libi18n-charset-perl-1.412/META.yml libi18n-charset-perl-1.414/META.yml --- libi18n-charset-perl-1.412/META.yml 2013-10-05 15:13:54.000000000 +0000 +++ libi18n-charset-perl-1.414/META.yml 2015-02-02 19:49:25.000000000 +0000 @@ -1,5 +1,5 @@ --- -abstract: 'IANA Character Set Registry names and Unicode::MapUTF8' +abstract: 'IANA Character Set Registry names and Unicode::MapUTF8 (et al.) conversion scheme names' author: - "Martin 'Kingpin' Thurn, C, L." build_requires: @@ -10,7 +10,7 @@ ExtUtils::MakeMaker: 6.36 distribution_type: module dynamic_config: 1 -generated_by: 'Module::Install version 1.06' +generated_by: 'Module::Install version 1.14' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -31,7 +31,7 @@ Unicode::Map8: 0 Unicode::MapUTF8: 0 requires: - perl: 5.004 + perl: '5.005' resources: license: http://dev.perl.org/licenses/ -version: 1.412 +version: '1.414' diff -Nru libi18n-charset-perl-1.412/t/bug1.t libi18n-charset-perl-1.414/t/bug1.t --- libi18n-charset-perl-1.412/t/bug1.t 2005-11-12 14:36:17.000000000 +0000 +++ libi18n-charset-perl-1.414/t/bug1.t 2013-01-14 02:15:43.000000000 +0000 @@ -1,5 +1,5 @@ -# $Id: bug1.t,v 1.5 2005/11/12 14:36:17 Daddy Exp $ +# $Id: bug1.t,v 1.5 2005-11-12 14:36:17 Daddy Exp $ use ExtUtils::testlib; use Test::More; diff -Nru libi18n-charset-perl-1.412/t/enco.t libi18n-charset-perl-1.414/t/enco.t --- libi18n-charset-perl-1.412/t/enco.t 2005-11-12 14:45:08.000000000 +0000 +++ libi18n-charset-perl-1.414/t/enco.t 2013-01-14 02:15:43.000000000 +0000 @@ -1,6 +1,6 @@ # enco.t - tests for "preferred ENCO name" functionality of I18N::Charset -# $Id: enco.t,v 1.5 2005/11/12 14:45:08 Daddy Exp $ +# $Id: enco.t,v 1.5 2005-11-12 14:45:08 Daddy Exp $ use ExtUtils::testlib; use Test::More no_plan; diff -Nru libi18n-charset-perl-1.412/t/libi.t libi18n-charset-perl-1.414/t/libi.t --- libi18n-charset-perl-1.412/t/libi.t 2008-07-12 03:27:12.000000000 +0000 +++ libi18n-charset-perl-1.414/t/libi.t 2013-01-14 02:15:44.000000000 +0000 @@ -1,6 +1,6 @@ # libi.t - tests for "preferred LIBI name" functionality of I18N::Charset -# $Id: libi.t,v 1.14 2008/07/12 03:27:12 Martin Exp $ +# $Id: libi.t,v 1.14 2008-07-12 03:27:12 Martin Exp $ use blib; use Test::More tests => 25; diff -Nru libi18n-charset-perl-1.412/t/map8.t libi18n-charset-perl-1.414/t/map8.t --- libi18n-charset-perl-1.412/t/map8.t 2005-11-12 14:45:09.000000000 +0000 +++ libi18n-charset-perl-1.414/t/map8.t 2013-01-14 02:15:44.000000000 +0000 @@ -1,6 +1,6 @@ # map8.t - tests for Unicode::Map8 functionality of I18N::Charset -# $Id: map8.t,v 1.12 2005/11/12 14:45:09 Daddy Exp $ +# $Id: map8.t,v 1.12 2005-11-12 14:45:09 Daddy Exp $ use Test::More no_plan; diff -Nru libi18n-charset-perl-1.412/t/mime.t libi18n-charset-perl-1.414/t/mime.t --- libi18n-charset-perl-1.412/t/mime.t 2005-09-01 03:09:45.000000000 +0000 +++ libi18n-charset-perl-1.414/t/mime.t 2013-01-14 02:15:44.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: mime.t,v 1.5 2005/09/01 03:09:45 Daddy Exp $ +# $Id: mime.t,v 1.5 2005-09-01 03:09:45 Daddy Exp $ # mime.t - tests for "preferred MIME name" functionality of I18N::Charset use Test::More tests => 14; diff -Nru libi18n-charset-perl-1.412/t/pod-coverage.t libi18n-charset-perl-1.414/t/pod-coverage.t --- libi18n-charset-perl-1.412/t/pod-coverage.t 2008-02-15 23:16:45.000000000 +0000 +++ libi18n-charset-perl-1.414/t/pod-coverage.t 2013-01-14 02:15:44.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: pod-coverage.t,v 1.1 2008/02/15 23:16:45 Daddy Exp $ +# $Id: pod-coverage.t,v 1.1 2008-02-15 23:16:45 Daddy Exp $ use Test::More; my $VERSION = do { my @r = (q$Revision: 1.1 $ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r }; diff -Nru libi18n-charset-perl-1.412/t/pod.t libi18n-charset-perl-1.414/t/pod.t --- libi18n-charset-perl-1.412/t/pod.t 2007-04-26 01:03:50.000000000 +0000 +++ libi18n-charset-perl-1.414/t/pod.t 2013-01-14 02:15:44.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: pod.t,v 1.1 2007/04/26 01:03:50 Daddy Exp $ +# $Id: pod.t,v 1.1 2007-04-26 01:03:50 Daddy Exp $ use Test::More; eval "use Test::Pod 1.00"; plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; diff -Nru libi18n-charset-perl-1.412/t/rt33087.t libi18n-charset-perl-1.414/t/rt33087.t --- libi18n-charset-perl-1.412/t/rt33087.t 2008-02-21 03:10:38.000000000 +0000 +++ libi18n-charset-perl-1.414/t/rt33087.t 2013-01-14 02:15:44.000000000 +0000 @@ -1,5 +1,5 @@ -# $Id: rt33087.t,v 1.2 2008/02/21 03:10:38 Daddy Exp $ +# $Id: rt33087.t,v 1.2 2008-02-21 03:10:38 Daddy Exp $ use blib; use Test::More; diff -Nru libi18n-charset-perl-1.412/t/umap.t libi18n-charset-perl-1.414/t/umap.t --- libi18n-charset-perl-1.412/t/umap.t 2005-11-12 14:45:09.000000000 +0000 +++ libi18n-charset-perl-1.414/t/umap.t 2013-01-14 02:15:44.000000000 +0000 @@ -1,6 +1,6 @@ # umap.t - tests for Unicode::Map functionality of I18N::Charset -# $Id: umap.t,v 1.8 2005/11/12 14:45:09 Daddy Exp $ +# $Id: umap.t,v 1.8 2005-11-12 14:45:09 Daddy Exp $ use I18N::Charset; use Test::More no_plan; diff -Nru libi18n-charset-perl-1.412/t/utf8.t libi18n-charset-perl-1.414/t/utf8.t --- libi18n-charset-perl-1.412/t/utf8.t 2008-05-24 18:57:39.000000000 +0000 +++ libi18n-charset-perl-1.414/t/utf8.t 2013-01-14 02:15:44.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: utf8.t,v 1.11 2008/05/24 18:57:39 Martin Exp $ +# $Id: utf8.t,v 1.11 2008-05-24 18:57:39 Martin Exp $ # utf8.t - tests for Unicode::MapUTF8 functionality of I18N::Charset use strict;