Skip to content

Commit

Permalink
Fix ill-named Test::Harness test and bump version.
Browse files Browse the repository at this point in the history
env.opts.t by its very existence causes the test suite to die on
VMS with:

$ perl TEST ../cpan/Test-Harness/t/compat/env.opts.t
Can't read ../cpan/test-harness/t/compat/env.opts.t.
%RMS-F-SYN, file specification syntax error

Enabling the extended filename character set will fix this but that's
not (yet) the default setting.  So here we simply rename the file to
something legal.

Reported upstream as [rt.cpan.org #78127].
  • Loading branch information
craigberry committed Jul 3, 2012
1 parent 9f4db4e commit 5a27f6f
Show file tree
Hide file tree
Showing 50 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@ cpan/Test-Harness/t/aggregator.t Test::Harness test
cpan/Test-Harness/t/bailout.t Test::Harness test
cpan/Test-Harness/t/base.t Test::Harness test
cpan/Test-Harness/t/callbacks.t Test::Harness test
cpan/Test-Harness/t/compat/env.opts.t
cpan/Test-Harness/t/compat/env_opts.t Test::Harness test
cpan/Test-Harness/t/compat/env.t Test::Harness test
cpan/Test-Harness/t/compat/failure.t Test::Harness test
cpan/Test-Harness/t/compat/inc-propagation.t Test::Harness test
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/App/Prove.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ App::Prove - Implements the C<prove> command.
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/App/Prove/State.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ App::Prove::State - State storage for the C<prove> command.
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/App/Prove/State/Result.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ App::Prove::State::Result - Individual test suite results.
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ App::Prove::State::Result::Test - Individual test results.
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ and L<TAP::Harness>
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

use constant GOT_TIME_HIRES => do {
eval 'use Time::HiRes qw(time);';
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Formatter/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ TAP::Formatter::Base - Base class for harness output delegates
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Formatter/Color.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ TAP::Formatter::Color - Run Perl test scripts with color
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Formatter/Console.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ TAP::Formatter::Console - Harness output delegate for default console output
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ TAP::Formatter::Console::ParallelSession - Harness output delegate for parallel
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ TAP::Formatter::Console::Session - Harness output delegate for default console o
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Formatter/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ TAP::Formatter::File - Harness output delegate for file output
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ TAP::Formatter::File::Session - Harness output delegate for file output
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Formatter/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ TAP::Formatter::Session - Abstract base class for harness output delegate
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Harness.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ TAP::Harness - Run test scripts with statistics
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

$ENV{HARNESS_ACTIVE} = 1;
$ENV{HARNESS_VERSION} = $VERSION;
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ TAP::Object - Base class that provides common functionality to all C<TAP::*> mod
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ TAP::Parser - Parse L<TAP|Test::Harness::TAP> output
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

my $DEFAULT_TAP_VERSION = 12;
my $MAX_TAP_VERSION = 13;
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ TAP::Parser::Aggregator - Aggregate TAP::Parser results
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Grammar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ TAP::Parser::Grammar - A grammar for the Test Anything Protocol.
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Iterator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ TAP::Parser::Iterator - Base class for TAP source iterators
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ TAP::Parser::Iterator::Array - Iterator for array-based TAP sources
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ TAP::Parser::Iterator::Process - Iterator for process-based TAP sources
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ TAP::Parser::Iterator::Stream - Iterator for filehandle-based TAP sources
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ TAP::Parser::IteratorFactory - Figures out which SourceHandler objects to use fo
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Result.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ TAP::Parser::Result - Base class for TAP::Parser output objects
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ TAP::Parser::Result::Bailout - Bailout result token.
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ TAP::Parser::Result::Comment - Comment result token.
=head1 VERSION
Version 3.25
Version 3.25_01
=cut

$VERSION = '3.25';
$VERSION = '3.25_01';

=head1 DESCRIPTION
Expand Down
Loading

0 comments on commit 5a27f6f

Please sign in to comment.