Hello community, here is the log from the commit of package perl-Pod-POM for openSUSE:Factory checked in at 2014-02-12 07:05:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Pod-POM (Old) and /work/SRC/openSUSE:Factory/.perl-Pod-POM.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-POM" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Pod-POM/perl-Pod-POM.changes 2013-06-13 20:07:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Pod-POM.new/perl-Pod-POM.changes 2014-02-12 07:05:27.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 9 13:34:20 UTC 2014 - [email protected] + +- updated to 0.29 + * fixed bug 87124 (upgrade Module::Install) + * fixed bug 90010 (typos) + +------------------------------------------------------------------- Old: ---- Pod-POM-0.28.tar.gz New: ---- Pod-POM-0.29.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Pod-POM.spec ++++++ --- /var/tmp/diff_new_pack.ScHsvI/_old 2014-02-12 07:05:28.000000000 +0100 +++ /var/tmp/diff_new_pack.ScHsvI/_new 2014-02-12 07:05:28.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Pod-POM # -# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Pod-POM -Version: 0.28 +Version: 0.29 Release: 0 %define cpan_name Pod-POM Summary: POD Object Model ++++++ Pod-POM-0.28.tar.gz -> Pod-POM-0.29.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/Changes new/Pod-POM-0.29/Changes --- old/Pod-POM-0.28/Changes 2013-05-30 09:41:52.000000000 +0200 +++ new/Pod-POM-0.29/Changes 2013-12-31 08:36:02.000000000 +0100 @@ -10,10 +10,18 @@ # Andrew Ford <[email protected]> # #------------------------------------------------------------------------ -# $Id: Changes 89 2013-05-30 07:41:52Z ford $ +# $Id: Changes 91 2013-12-31 07:36:02Z ford $ #======================================================================== #------------------------------------------------------------------------ +# Version 0.29 2013-12-31 +#------------------------------------------------------------------------ + +* fixed bug 87124 (upgrade Module::Install) + +* fixed bug 90010 (typos) + +#------------------------------------------------------------------------ # Version 0.28 2013-05-30 #------------------------------------------------------------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/MANIFEST new/Pod-POM-0.29/MANIFEST --- old/Pod-POM-0.28/MANIFEST 2013-05-30 09:49:07.000000000 +0200 +++ new/Pod-POM-0.29/MANIFEST 2010-04-01 22:52:01.000000000 +0200 @@ -45,12 +45,6 @@ t/11-view-pod.t t/12-view-text.t t/13-view-html.t -t/30-seq-delimiter-warnings.t -t/90-pod.t -t/91-pod-coverage.t -t/92-perlcritic.t -t/93-kwalitee.t -t/94-distribution.t t/PodPOMTestLib.pm t/YAML/Tiny.pm t/code.t @@ -67,9 +61,6 @@ t/testcases/100-simple-document.view-html t/testcases/100-simple-document.view-pod t/testcases/100-simple-document.view-text -t/testcases/101-bare-para.pod -t/testcases/101-bare-para.pom-dump -t/testcases/101-bare-para.view-pod t/testcases/120-verbatim-paragraphs.pod t/testcases/120-verbatim-paragraphs.pom-dump t/testcases/120-verbatim-paragraphs.view-html @@ -121,9 +112,6 @@ t/testcases/230-alternate-delimters.view-text t/testcases/240-encoding.pod t/testcases/240-encoding.view-html -t/testcases/240-encoding.pom-dump -t/testcases/300-entities.pod -t/testcases/300-entities.view-pod t/text.t t/textview.t t/view.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/META.yml new/Pod-POM-0.29/META.yml --- old/Pod-POM-0.28/META.yml 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/META.yml 2013-12-31 08:36:08.000000000 +0100 @@ -3,14 +3,14 @@ author: - 'Andy Wardley <[email protected]>' build_requires: - ExtUtils::MakeMaker: 6.62 + ExtUtils::MakeMaker: 6.59 File::Slurp: 0 Test::More: 0 configure_requires: - ExtUtils::MakeMaker: 6.62 + ExtUtils::MakeMaker: 6.59 distribution_type: module dynamic_config: 1 -generated_by: 'Module::Install version 1.04' +generated_by: 'Module::Install version 1.06' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -27,4 +27,4 @@ perl: 5.6.0 resources: license: http://dev.perl.org/licenses/ -version: 0.28 +version: 0.29 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install/Base.pm new/Pod-POM-0.29/inc/Module/Install/Base.pm --- old/Pod-POM-0.28/inc/Module/Install/Base.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install/Base.pm 2013-12-31 08:36:08.000000000 +0100 @@ -4,7 +4,7 @@ use strict 'vars'; use vars qw{$VERSION}; BEGIN { - $VERSION = '1.04'; + $VERSION = '1.06'; } # Suspend handler for "redefined" warnings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install/Can.pm new/Pod-POM-0.29/inc/Module/Install/Can.pm --- old/Pod-POM-0.28/inc/Module/Install/Can.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install/Can.pm 2013-12-31 08:36:08.000000000 +0100 @@ -3,13 +3,12 @@ use strict; use Config (); -use File::Spec (); use ExtUtils::MakeMaker (); use Module::Install::Base (); use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.04'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -29,7 +28,7 @@ eval { require $mod; $pkg->VERSION($ver || 0); 1 }; } -# check if we can run some command +# Check if we can run some command sub can_run { my ($self, $cmd) = @_; @@ -38,14 +37,88 @@ for my $dir ((split /$Config::Config{path_sep}/, $ENV{PATH}), '.') { next if $dir eq ''; - my $abs = File::Spec->catfile($dir, $_[1]); + require File::Spec; + my $abs = File::Spec->catfile($dir, $cmd); return $abs if (-x $abs or $abs = MM->maybe_command($abs)); } return; } -# can we locate a (the) C compiler +# Can our C compiler environment build XS files +sub can_xs { + my $self = shift; + + # Ensure we have the CBuilder module + $self->configure_requires( 'ExtUtils::CBuilder' => 0.27 ); + + # Do we have the configure_requires checker? + local $@; + eval "require ExtUtils::CBuilder;"; + if ( $@ ) { + # They don't obey configure_requires, so it is + # someone old and delicate. Try to avoid hurting + # them by falling back to an older simpler test. + return $self->can_cc(); + } + + # Do we have a working C compiler + my $builder = ExtUtils::CBuilder->new( + quiet => 1, + ); + unless ( $builder->have_compiler ) { + # No working C compiler + return 0; + } + + # Write a C file representative of what XS becomes + require File::Temp; + my ( $FH, $tmpfile ) = File::Temp::tempfile( + "compilexs-XXXXX", + SUFFIX => '.c', + ); + binmode $FH; + print $FH <<'END_C'; +#include "EXTERN.h" +#include "perl.h" +#include "XSUB.h" + +int main(int argc, char **argv) { + return 0; +} + +int boot_sanexs() { + return 1; +} + +END_C + close $FH; + + # Can the C compiler access the same headers XS does + my @libs = (); + my $object = undef; + eval { + local $^W = 0; + $object = $builder->compile( + source => $tmpfile, + ); + @libs = $builder->link( + objects => $object, + module_name => 'sanexs', + ); + }; + my $result = $@ ? 0 : 1; + + # Clean up all the build files + foreach ( $tmpfile, $object, @libs ) { + next unless defined $_; + 1 while unlink; + } + + return $result; +} + +# Can we locate a (the) C compiler sub can_cc { my $self = shift; my @chunks = split(/ /, $Config::Config{cc}) or return; @@ -78,4 +151,4 @@ __END__ -#line 156 +#line 236 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install/Fetch.pm new/Pod-POM-0.29/inc/Module/Install/Fetch.pm --- old/Pod-POM-0.28/inc/Module/Install/Fetch.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install/Fetch.pm 2013-12-31 08:36:08.000000000 +0100 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.04'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install/Makefile.pm new/Pod-POM-0.29/inc/Module/Install/Makefile.pm --- old/Pod-POM-0.28/inc/Module/Install/Makefile.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install/Makefile.pm 2013-12-31 08:36:08.000000000 +0100 @@ -8,7 +8,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.04'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } @@ -215,13 +215,17 @@ require ExtUtils::MakeMaker; if ( $perl_version and $self->_cmp($perl_version, '5.006') >= 0 ) { - # MakeMaker can complain about module versions that include - # an underscore, even though its own version may contain one! - # Hence the funny regexp to get rid of it. See RT #35800 - # for details. - my ($v) = $ExtUtils::MakeMaker::VERSION =~ /^(\d+\.\d+)/; - $self->build_requires( 'ExtUtils::MakeMaker' => $v ); - $self->configure_requires( 'ExtUtils::MakeMaker' => $v ); + # This previous attempted to inherit the version of + # ExtUtils::MakeMaker in use by the module author, but this + # was found to be untenable as some authors build releases + # using future dev versions of EU:MM that nobody else has. + # Instead, #toolchain suggests we use 6.59 which is the most + # stable version on CPAN at time of writing and is, to quote + # ribasushi, "not terminally fucked, > and tested enough". + # TODO: We will now need to maintain this over time to push + # the version up as new versions are released. + $self->build_requires( 'ExtUtils::MakeMaker' => 6.59 ); + $self->configure_requires( 'ExtUtils::MakeMaker' => 6.59 ); } else { # Allow legacy-compatibility with 5.005 by depending on the # most recent EU:MM that supported 5.005. @@ -411,4 +415,4 @@ __END__ -#line 540 +#line 544 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install/Metadata.pm new/Pod-POM-0.29/inc/Module/Install/Metadata.pm --- old/Pod-POM-0.28/inc/Module/Install/Metadata.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install/Metadata.pm 2013-12-31 08:36:08.000000000 +0100 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.04'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install/Scripts.pm new/Pod-POM-0.29/inc/Module/Install/Scripts.pm --- old/Pod-POM-0.28/inc/Module/Install/Scripts.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install/Scripts.pm 2013-12-31 08:36:08.000000000 +0100 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.04'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install/Win32.pm new/Pod-POM-0.29/inc/Module/Install/Win32.pm --- old/Pod-POM-0.28/inc/Module/Install/Win32.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install/Win32.pm 2013-12-31 08:36:08.000000000 +0100 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.04'; + $VERSION = '1.06'; @ISA = 'Module::Install::Base'; $ISCORE = 1; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install/WriteAll.pm new/Pod-POM-0.29/inc/Module/Install/WriteAll.pm --- old/Pod-POM-0.28/inc/Module/Install/WriteAll.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install/WriteAll.pm 2013-12-31 08:36:08.000000000 +0100 @@ -6,7 +6,7 @@ use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '1.04'; + $VERSION = '1.06'; @ISA = qw{Module::Install::Base}; $ISCORE = 1; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/inc/Module/Install.pm new/Pod-POM-0.29/inc/Module/Install.pm --- old/Pod-POM-0.28/inc/Module/Install.pm 2013-05-30 09:45:19.000000000 +0200 +++ new/Pod-POM-0.29/inc/Module/Install.pm 2013-12-31 08:36:08.000000000 +0100 @@ -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.04'; + $VERSION = '1.06'; # Storage for the pseudo-singleton $MAIN = undef; @@ -467,4 +467,4 @@ 1; -# Copyright 2008 - 2011 Adam Kennedy. +# Copyright 2008 - 2012 Adam Kennedy. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/lib/Pod/POM/Node.pm new/Pod-POM-0.29/lib/Pod/POM/Node.pm --- old/Pod-POM-0.28/lib/Pod/POM/Node.pm 2013-05-30 09:41:52.000000000 +0200 +++ new/Pod-POM-0.29/lib/Pod/POM/Node.pm 2013-12-31 08:36:02.000000000 +0100 @@ -15,7 +15,7 @@ # modify it under the same terms as Perl itself. # # REVISION -# $Id: Node.pm 89 2013-05-30 07:41:52Z ford $ +# $Id: Node.pm 91 2013-12-31 07:36:02Z ford $ # #======================================================================== @@ -228,7 +228,7 @@ # package variable $ERROR (class method) or internal member # $self->{ _ERROR } (object method). The presence of parameters indicates # that the error value should be set. Undef is then returned. In the -# abscence of parameters, the current error value is returned. +# absence of parameters, the current error value is returned. #------------------------------------------------------------------------ sub error { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/lib/Pod/POM.pm new/Pod-POM-0.29/lib/Pod/POM.pm --- old/Pod-POM-0.28/lib/Pod/POM.pm 2013-05-30 09:41:52.000000000 +0200 +++ new/Pod-POM-0.29/lib/Pod/POM.pm 2013-12-31 08:36:02.000000000 +0100 @@ -19,7 +19,7 @@ # modify it under the same terms as Perl itself. # # REVISION -# $Id: POM.pm 89 2013-05-30 07:41:52Z ford $ +# $Id: POM.pm 91 2013-12-31 07:36:02Z ford $ # #======================================================================== @@ -35,7 +35,7 @@ use parent qw( Exporter ); -our $VERSION = '0.28'; +our $VERSION = '0.29'; our $DEBUG = 0 unless defined $DEBUG; our $ROOT = 'Pod::POM::Node::Pod'; # root node class our $TEXTSEQ = 'Pod::POM::Node::Sequence'; # text sequence class @@ -980,7 +980,7 @@ such like C<BE<lt>thisE<gt>> and C<IE<lt>thisE<gt>>. These are used to indicate different markup styles, mark external references or index items, and so on. What's more, they can be C<BE<lt>nested -IE<lt>indefinatelyE<gt>E<gt>>. Pod::POM takes care of all this by +IE<lt>indefinitelyE<gt>E<gt>>. Pod::POM takes care of all this by parsing such text, along with any embedded sequences, into Yet Another Tree, the root node of which is a Pod::POM::Node::Text object, possibly containing other Pod::POM::Node::Sequence objects. When the @@ -1403,7 +1403,7 @@ The C<over> node encloses the Pod content in a list starting at an C<=over> tag and continuing up to the matching C<=back> tag. Lists may be nested -indefinately. +indefinitely. Attributes: indent (default: 4) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/30-seq-delimiter-warnings.t new/Pod-POM-0.29/t/30-seq-delimiter-warnings.t --- old/Pod-POM-0.28/t/30-seq-delimiter-warnings.t 2010-04-02 12:18:09.000000000 +0200 +++ new/Pod-POM-0.29/t/30-seq-delimiter-warnings.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ -#!/usr/bin/perl - -use Test::More tests => 1; -use Pod::POM qw(); - -my $parser = Pod::POM->new; - -diag "checking [rt.cpan.org #48812]"; -my $pom = $parser->parse_text('=head2 clone - -C<< $obj->clone >> makes a deep copy of the object.'); - -TODO: { - local $TODO = 'known parser bug'; - - ok !$parser->warnings, q(should not emit warning "expected '>>' not '>'"); -} - -exit(0); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/90-pod.t new/Pod-POM-0.29/t/90-pod.t --- old/Pod-POM-0.28/t/90-pod.t 2010-04-01 22:51:57.000000000 +0200 +++ new/Pod-POM-0.29/t/90-pod.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +0,0 @@ -#!/usr/bin/perl -# $Id: 90-pod.t 4092 2009-02-24 17:46:48Z andrew $ - -use Test::More; -eval "use Test::Pod 1.00"; -plan skip_all => "pod not yet complete"; -plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; -all_pod_files_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/91-pod-coverage.t new/Pod-POM-0.29/t/91-pod-coverage.t --- old/Pod-POM-0.28/t/91-pod-coverage.t 2010-04-01 22:51:57.000000000 +0200 +++ new/Pod-POM-0.29/t/91-pod-coverage.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -#!/usr/bin/perl -# $Id: 91-pod-coverage.t 4092 2009-02-24 17:46:48Z andrew $ - -use Test::More; -eval "use Test::Pod::Coverage"; -plan skip_all => "pod not yet complete"; -plan skip_all => "Test::Pod::Coverage required for testing pod coverage" if $@; -all_pod_coverage_ok(); - - - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/92-perlcritic.t new/Pod-POM-0.29/t/92-perlcritic.t --- old/Pod-POM-0.28/t/92-perlcritic.t 2010-04-01 22:51:57.000000000 +0200 +++ new/Pod-POM-0.29/t/92-perlcritic.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ -#!/usr/bin/perl -# $Id: 92-perlcritic.t 4092 2009-02-24 17:46:48Z andrew $ - -use strict; -use warnings; -use File::Spec; -use Test::More; -use English qw(-no_match_vars); - -if ( not $ENV{TEST_AUTHOR} ) { - my $msg = 'Author test. Set $ENV{TEST_AUTHOR} to a true value to run.'; - plan( skip_all => $msg ); -} - -eval { require Test::Perl::Critic; }; - -if ( $EVAL_ERROR ) { - my $msg = 'Test::Perl::Critic required to criticise code'; - plan( skip_all => $msg ); -} - -my $rcfile = File::Spec->catfile( 't', 'perlcriticrc' ); -Test::Perl::Critic->import( -profile => $rcfile ); -all_critic_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/93-kwalitee.t new/Pod-POM-0.29/t/93-kwalitee.t --- old/Pod-POM-0.28/t/93-kwalitee.t 2010-04-01 22:51:57.000000000 +0200 +++ new/Pod-POM-0.29/t/93-kwalitee.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -#!/usr/bin/perl -# $Id: 93-kwalitee.t 4105 2009-03-03 09:50:27Z andrew $ - -use Test::More; - -eval { - require Test::Kwalitee; - - # Skip Pod tests - they are tested by other unit tests anyway - Test::Kwalitee->import( tests => [ qw( -no_pod_errors -has_test_pod -has_test_pod_coverage ) ] ) }; - -plan( skip_all => 'Test::Kwalitee not installed; skipping' ) if $@; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/94-distribution.t new/Pod-POM-0.29/t/94-distribution.t --- old/Pod-POM-0.28/t/94-distribution.t 2010-04-01 22:51:57.000000000 +0200 +++ new/Pod-POM-0.29/t/94-distribution.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ -#!/usr/bin/perl -# $Id: 94-distribution.t 4092 2009-02-24 17:46:48Z andrew $ - -use strict; - -use Test::More; - -use Cwd qw(abs_path); -use FindBin qw($Bin); - -use lib ($Bin, "$Bin/../lib"); - -BEGIN { - eval { - require Test::Distribution; - }; - plan skip_all => "not yet ready for distribution testing"; - exit(0); - - if($@) { - plan skip_all => 'Test::Distribution not installed'; - } - else { - import Test::Distribution; - } -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/testcases/101-bare-para.pod new/Pod-POM-0.29/t/testcases/101-bare-para.pod --- old/Pod-POM-0.28/t/testcases/101-bare-para.pod 2009-03-14 18:48:18.000000000 +0100 +++ new/Pod-POM-0.29/t/testcases/101-bare-para.pod 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -=pod - -This is text. - -=cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/testcases/101-bare-para.pom-dump new/Pod-POM-0.29/t/testcases/101-bare-para.pom-dump --- old/Pod-POM-0.28/t/testcases/101-bare-para.pom-dump 2009-03-14 18:54:06.000000000 +0100 +++ new/Pod-POM-0.29/t/testcases/101-bare-para.pom-dump 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -pod - text - @text - "This is text." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/testcases/101-bare-para.view-pod new/Pod-POM-0.29/t/testcases/101-bare-para.view-pod --- old/Pod-POM-0.28/t/testcases/101-bare-para.view-pod 2009-03-15 18:41:11.000000000 +0100 +++ new/Pod-POM-0.29/t/testcases/101-bare-para.view-pod 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -This is text. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/testcases/240-encoding.pom-dump new/Pod-POM-0.29/t/testcases/240-encoding.pom-dump --- old/Pod-POM-0.28/t/testcases/240-encoding.pom-dump 2010-04-01 23:51:23.000000000 +0200 +++ new/Pod-POM-0.29/t/testcases/240-encoding.pom-dump 1970-01-01 01:00:00.000000000 +0100 @@ -1,10 +0,0 @@ -pod - head1 - @title - "NAME" - text - @text - "230-encoding" - text - @text - "This is latin-2 for a c with an accent: Slaven Rezić" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/testcases/300-entities.pod new/Pod-POM-0.29/t/testcases/300-entities.pod --- old/Pod-POM-0.28/t/testcases/300-entities.pod 2010-04-01 22:51:55.000000000 +0200 +++ new/Pod-POM-0.29/t/testcases/300-entities.pod 1970-01-01 01:00:00.000000000 +0100 @@ -1,21 +0,0 @@ -=head1 NAME - -Entity Test - -=head1 DESCRIPTION - -This is a test of entity handling. - -Ampersand: & - -Less than: < - -Greater than: > - -Vertical bar: E<verbar> - -Solidus: E<sol> - -Eth: E<0xf0>, E<239> - -=cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-POM-0.28/t/testcases/300-entities.view-pod new/Pod-POM-0.29/t/testcases/300-entities.view-pod --- old/Pod-POM-0.28/t/testcases/300-entities.view-pod 2010-04-01 22:51:55.000000000 +0200 +++ new/Pod-POM-0.29/t/testcases/300-entities.view-pod 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -=head1 NAME - -Entity Test - -=head1 DESCRIPTION - -This is a test of entity handling. - -Ampersand: & - -Less than: < - -Greater than: > - -Vertical bar: E<verbar> - -Solidus: E<sol> - -Eth: E<0xf0>, E<239> - -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
