This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
This is an error report generated automatically by CPANPLUS,
version 0.049.

Below is the error stack during 'make test':

PERL_DL_NONLAZY=1 /usr/local/perl-5.8.4/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/Test/STDmaker/STDmaker.t
t/Test/STDmaker/STDmaker....####
test: 9
        $success=1

~~~~~~~
FormDB

ker module uses the data after the __DATA__ _# token to automatically generate the 
this file._#_# Do not edit anything before __DATA_. Edit instead_# the data after the 
__DATA__ token._#_# ANY CHANGES MADE BEFORE the  __DATA__ token WILL BE LOST_#_# the 
next time Test:STDmaker generates this file._#_#___=head1 NAME__t:Test:STDmaker:tgA1 - 
Software Test Description for Test:STDmaker:tg1__=head1 TITLE PAGE__ Detailed Software 
Test Description (STD)__ for__ Perl Test:STDmaker:tg1 Program Module__ Revision
-

 Version: 0.01

 Date: 2004/05/23

 Prepared for: General Public 

 Prepared by:  http://www.SoftwareDiamonds.com [EMAIL PROTECTED]

 Classification: None

#######
#  
#  1. SCOPE
#
#
=head1 SCOPE

This detail STD and the 
L<General Perl Program Module (PM) STD|Test::STD::PerlSTD>
establishes the tests to verify the
requirements of Perl Program Module (PM) L<Test::STDmaker::tg1|Test::STDmaker::tg1>
The format of this STD is a tailored L<2167A STD DID|Docs::US_DOD::STD>.

#######
#  
#  3. TEST PREPARATIONS
#
#
=head1 TEST PREPARATIONS

Test preparations are establishes by the L<General STD|Test::STD::PerlSTD>.


#######
#  
#  4. TEST DESCRIPTIONS
#
#
=head1 TEST DESCRIPTIONS

The test descriptions uses a legend to
identify different aspects of a test description
in accordance with
L<STD PM Form Database Test Description Fields|Test::STDmaker/STD PM Form Database 
Test Description Fields>.

=head2 Test Plan

 T: 11 - 3,6
=head2 ok
1


  C:
     #########
     # For "TEST" 1.24 or greater that have separate std err output,
     # redirect the TESTERR to STDOUT
     #
     tech_config( 'Test.TESTERR', \*STDOUT );
QC
my $expected1 = 'hello world';
N
Quiet Code
A
'hello world'
E
$expected1
ok
1
=head2 ok
2

  N: Pass test
R
L<Test::STDmaker::tg1/capability-A [1]>
C
my $x = 2
C
my $y = 3
A
$x + $y
SE
5
ok
2
=head2 ok
3

  N: Todo test that passes
U
xy feature
A
$y-$x
E
1
ok
3
=head2 ok
4

  N: Test that fails
R
     L<Test::STDmaker::tg1/capability-A [2]>
     L<Test::STDmaker::tg1/capability-B [1]>
A
$x+4
E
7
ok
4
=head2 ok
5

  N: Skipped tests
S
1
A
$x*$y*2
E
6
ok
5
=head2 ok
6

  N: Todo Test that Fails
U
zyw feature
S
0
A
$x*$y*2
E
6
ok
6
=head2 ok
7

 DO:
N
demo only
A
$x
VO

N
verify only
A
$x
E
$x
ok
7
=head2 ok
8

  N: Failed test that skips the rest
R
L<Test::STDmaker::tg1/capability-B [2]>
A
$x + $y
SE
6
ok
8
=head2 ok
9

  N: A test to skip
A
$x + $y + $x
E
9
ok
9
=head2 ok
10

  N: A not skip to skip
S
0
R
L<Test::STDmaker::tg1/capability-B [3]>
A
$x + $y + $x + $y
E
10
ok
10
=head2 ok
11

  N: A skip to skip
S
1
R
L<Test::STDmaker::tg1/capability-B [3]>
A
$x + $y + $x + $y + $x
E
10
ok
11
___#######_#  _#  5. REQUIREMENTS TRACEABILITY_#_#__=head1 REQUIREMENTS TRACEABILITY__ 
 Requirement                                                      Test_ 
---------------------------------------------------------------- 
----------------------------------------------------------------_ 
L<Test:STDmaker:tg1/capability-A [1]>                          
L<t:Test:STDmaker:tgA1/ok
2>
 L<Test::STDmaker::tg1/capability-A [2]>                          
L<t::Test::STDmaker::tgA1/ok: 4>
 L<Test::STDmaker::tg1/capability-B [1]>                          
L<t::Test::STDmaker::tgA1/ok: 4>
 L<Test::STDmaker::tg1/capability-B [2]>                          
L<t::Test::STDmaker::tgA1/ok: 8>
 L<Test::STDmaker::tg1/capability-B [3]>                          
L<t::Test::STDmaker::tgA1/ok: 10>
 L<Test::STDmaker::tg1/capability-B [3]>                          
L<t::Test::STDmaker::tgA1/ok: 11>


  Test                                                             Requirement
 ---------------------------------------------------------------- 
----------------------------------------------------------------
 L<t::Test::STDmaker::tgA1/ok: 10>                                
L<Test::STDmaker::tg1/capability-B [3]>
 L<t::Test::STDmaker::tgA1/ok: 11>                                
L<Test::STDmaker::tg1/capability-B [3]>
 L<t::Test::STDmaker::tgA1/ok: 2>                                 
L<Test::STDmaker::tg1/capability-A [1]>
 L<t::Test::STDmaker::tgA1/ok: 4>                                 
L<Test::STDmaker::tg1/capability-A [2]>
 L<t::Test::STDmaker::tgA1/ok: 4>                                 
L<Test::STDmaker::tg1/capability-B [1]>
 L<t::Test::STDmaker::tgA1/ok: 8>                                 
L<Test::STDmaker::tg1/capability-B [2]>


=cut

#######
#  
#  6. NOTES
#
#

=head1 NOTES

This STD is public domain.

#######
#
#  2. REFERENCED DOCUMENTS
#
#
#

=head1 SEE ALSO

L<Test::STDmaker::tg1>

=back

=for html


=cut

__DATA__

Name: t::Test::STDmaker::tgA1
File_Spec
Unix
UUT
Test::STDmaker::tg1
Revision
-
Version
0.01
End_User
General Public
Author
http://www.SoftwareDiamonds.com [EMAIL PROTECTED]
STD2167_Template

Detail_Template

Classification
None
Temp
temp.pl
Demo
tgA1.d
Verify
tgA1.t
T
11 - 3,6
C
    #########
    # For "TEST" 1.24 or greater that have separate std err output,
    # redirect the TESTERR to STDOUT
    #
    tech_config( 'Test.TESTERR', \*STDOUT );
QC
my $expected1 = 'hello world';
N
Quiet Code
A
'hello world'
E
$expected1
ok
1
N
Pass test
R
L<Test::STDmaker::tg1/capability-A [1]>
C
my $x = 2
C
my $y = 3
A
$x + $y
SE
5
ok
2
N
Todo test that passes
U
xy feature
A
$y-$x
E
1
ok
3
N
Test that fails
R
    L<Test::STDmaker::tg1/capability-A [2]>
    L<Test::STDmaker::tg1/capability-B [1]>
A
$x+4
E
7
ok
4
N
Skipped tests
S
1
A
$x*$y*2
E
6
ok
5
N
Todo Test that Fails
U
zyw feature
S
0
A
$x*$y*2
E
6
ok
6
DO

N
demo only
A
$x
VO

N
verify only
A
$x
E
$x
ok
7
N
Failed test that skips the rest
R
L<Test::STDmaker::tg1/capability-B [2]>
A
$x + $y
SE
6
ok
8
N
A test to skip
A
$x + $y + $x
E
9
ok
9
N
A not skip to skip
S
0
R
L<Test::STDmaker::tg1/capability-B [3]>
A
$x + $y + $x + $y
E
10
ok
10
N
A skip to skip
S
1
R
L<Test::STDmaker::tg1/capability-B [3]>
A
$x + $y + $x + $y + $x
E
10
ok
11
See_Also
L<Test::STDmaker::tg1>
Copyright
This STD is public domain.
HTML

~~~~~~~
std_db

T
22 - 3,6,14,17
QC
my $expected1 = 'hello world';
N
Quiet Code
A
'hello world'
E
$expected1
ok
1
R
L<Test::STDmaker::tg1/capability-A [1]>
C
my $x = 2
C
my $y = 3
A
$x + $y
SE
5
ok
2
U
xy feature
A
$y-$x
E
1
ok
3
R
     L<Test::STDmaker::tg1/capability-A [2]>
     L<Test::STDmaker::tg1/capability-B [1]>
A
$x+4
E
7
ok
4
S
1
A
$x*$y*2
E
6
ok
5
U
zyw feature
S
0
A
$x*$y*2
E
6
ok
6
N
demo only
A
$x
VO

N
verify only
A
$x
E
$x
ok
7
R
L<Test::STDmaker::tg1/capability-B [2]>
A
$x + $y
SE
6
ok
8
A
$x + $y + $x
E
9
ok
9
S
0
R
L<Test::STDmaker::tg1/capability-B [3]>
A
$x + $y + $x + $y
E
10
ok
10
S
1
R
L<Test::STDmaker::tg1/capability-B [3]>
A
$x + $y + $x + $y + $x
E
10
ok
11
C
    #########
    # For "TEST" 1.24 or greater that have separate std err output,
    # redirect the TESTERR to STDOUT
    #
    tech_config( 'Test.TESTERR', \*STDOUT );
QC
my $expected1 = 'hello world';
N
Quiet Code
A
'hello world'
E
$expected1
ok
12
N
Pass test
R
L<Test::STDmaker::tg1/capability-A [1]>
C
my $x = 2
C
my $y = 3
A
$x + $y
SE
5
ok
13
N
Todo test that passes
U
xy feature
A
$y-$x
E
1
ok
14
N
Test that fails
R
    L<Test::STDmaker::tg1/capability-A [2]>
    L<Test::STDmaker::tg1/capability-B [1]>
A
$x+4
E
7
ok
15
N
Skipped tests
S
1
A
$x*$y*2
E
6
ok
16
N
Todo Test that Fails
U
zyw feature
S
0
A
$x*$y*2
E
6
ok
17
DO

N
demo only
A
$x
VO

N
verify only
A
$x
E
$x
ok
18
N
Failed test that skips the rest
R
L<Test::STDmaker::tg1/capability-B [2]>
A
$x + $y
SE
6
ok
19
N
A test to skip
A
$x + $y + $x
E
9
ok
20
N
A not skip to skip
S
0
R
L<Test::STDmaker::tg1/capability-B [3]>
A
$x + $y + $x + $y
E
10
ok
21
N
A skip to skip
S
1
R
L<Test::STDmaker::tg1/capability-B [3]>
A
$x + $y + $x + $y + $x
E
10
ok
22
~~~~~~~
tgA1.pm

#!perl
#
# The copyright notice and plain old documentation (POD)
# are at the end of this file.
#
package  t::Test::STDmaker::tgA1;

use strict;
use warnings;
use warnings::register;

use vars qw($VERSION $DATE $FILE );
$VERSION = '0.01';
$DATE = '2003/06/07';
$FILE = __FILE__;

########
# The Test::STDmaker module uses the data after the __DATA__ 
# token to automatically generate the this file.
#
# Do not edit anything before __DATA_. Edit instead
# the data after the __DATA__ token.
#
# ANY CHANGES MADE BEFORE the  __DATA__ token WILL BE LOST
#
# the next time Test::STDmaker generates this file.
#
#


=head1 NAME

 - Software Test Description for Test::STDmaker::tg1

=head1 TITLE PAGE

 Detailed Software Test Description (STD)

 for

 Perl Test::STDmaker::tg1 Program Module

 Revision: -

 Version: 0.01

 Date: 2004/05/23

 Prepared for: General Public 

 Prepared by:  http://www.SoftwareDiamonds.com [EMAIL PROTECTED]

 Classification: None

#######
#  
#  1. SCOPE
#
#
=head1 SCOPE

This detail STD and the 
L<General Perl Program Module (PM) STD|Test::STD::PerlSTD>
establishes the tests to verify the
requirements of Perl Program Module (PM) L<Test::STDmaker::tg1|Test::STDmaker::tg1>
The format of this STD is a tailored L<2167A STD DID|Docs::US_DOD::STD>.

#######
#  
#  3. TEST PREPARATIONS
#
#
=head1 TEST PREPARATIONS

Test preparations are establishes by the L<General STD|Test::STD::PerlSTD>.


#######
#  
#  4. TEST DESCRIPTIONS
#
#
=head1 TEST DESCRIPTIONS

The test descriptions uses a legend to
identify different aspects of a test description
in accordance with
L<STD PM Form Database Test Description Fields|Test::STDmaker/STD PM Form Database 
Test Description Fields>.

=head2 Test Plan

 T: 22 - 3,6,14,17^

=head2 ok: 1

 QC: my $expected1 = 'hello world';^
  N: Quiet Code^
  A: 'hello world'^
  E: $expected1^
 ok: 1^

=head2 ok: 2

  R: L<Test::STDmaker::tg1/capability-A [1]>^
  C: my $x = 2^
  C: my $y = 3^
  A: $x + $y^
 SE: 5^
 ok: 2^

=head2 ok: 3

  U: xy feature^
  A: $y-$x^
  E: 1^
 ok: 3^

=head2 ok: 4


  R:
      L<Test::STDmaker::tg1/capability-A [2]>
      L<Test::STDmaker::tg1/capability-B [1]>
 ^
  A: $x+4^
  E: 7^
 ok: 4^

=head2 ok: 5

  S: 1^
  A: $x*$y*2^
  E: 6^
 ok: 5^

=head2 ok: 6

  U: zyw feature^
  S: 0^
  A: $x*$y*2^
  E: 6^
 ok: 6^

=head2 ok: 7

  N: demo only^
  A: $x^
 VO: ^
  N: verify only^
  A: $x^
  E: $x^
 ok: 7^

=head2 ok: 8

  R: L<Test::STDmaker::tg1/capability-B [2]>^
  A: $x + $y^
 SE: 6^
 ok: 8^

=head2 ok: 9

  A: $x + $y + $x^
  E: 9^
 ok: 9^

=head2 ok: 10

  S: 0^
  R: L<Test::STDmaker::tg1/capability-B [3]>^
  A: $x + $y + $x + $y^
  E: 10^
 ok: 10^

=head2 ok: 11

  S: 1^
  R: L<Test::STDmaker::tg1/capability-B [3]>^
  A: $x + $y + $x + $y + $x^
  E: 10^
 ok: 11^

=head2 ok: 12


  C:
     #########
     # For "TEST" 1.24 or greater that have separate std err output,
     # redirect the TESTERR to STDOUT
     #
     tech_config( 'Test.TESTERR', \*STDOUT );
 ^
 QC: my $expected1 = 'hello world';^
  N: Quiet Code^
  A: 'hello world'^
  E: $expected1^
 ok: 12^

=head2 ok: 13

  N: Pass test^
  R: L<Test::STDmaker::tg1/capability-A [1]>^
  C: my $x = 2^
  C: my $y = 3^
  A: $x + $y^
 SE: 5^
 ok: 13^

=head2 ok: 14

  N: Todo test that passes^
  U: xy feature^
  A: $y-$x^
  E: 1^
 ok: 14^

=head2 ok: 15

  N: Test that fails^

  R:
     L<Test::STDmaker::tg1/capability-A [2]>
     L<Test::STDmaker::tg1/capability-B [1]>
 ^
  A: $x+4^
  E: 7^
 ok: 15^

=head2 ok: 16

  N: Skipped tests^
  S: 1^
  A: $x*$y*2^
  E: 6^
 ok: 16^

=head2 ok: 17

  N: Todo Test that Fails^
  U: zyw feature^
  S: 0^
  A: $x*$y*2^
  E: 6^
 ok: 17^

=head2 ok: 18

 DO: ^
  N: demo only^
  A: $x^

VO: ^
  N: verify only^
  A: $x^
  E: $x^
 ok: 18^

=head2 ok: 19

  N: Failed test that skips the rest^
  R: L<Test::STDmaker::tg1/capability-B [2]>^
  A: $x + $y^
 SE: 6^
 ok: 19^

=head2 ok: 20

  N: A test to skip^
  A: $x + $y + $x^
  E: 9^
 ok: 20^

=head2 ok: 21

  N: A not skip to skip^
  S: 0^
  R: L<Test::STDmaker::tg1/capability-B [3]>^
  A: $x + $y + $x + $y^
  E: 10^
 ok: 21^

=head2 ok: 22

  N: A skip to skip^
  S: 1^
  R: L<Test::STDmaker::tg1/capability-B [3]>^
  A: $x + $y + $x + $y + $x^
  E: 10^
 ok: 22^



#######
#  
#  5. REQUIREMENTS TRACEABILITY
#
#

=head1 REQUIREMENTS TRACEABILITY

  Requirement                                                      Test
 ---------------------------------------------------------------- 
----------------------------------------------------------------
 L<Test::STDmaker::tg1/capability-A [1]>                          
L<t::Test::STDmaker::tgA1/ok: 13>
 L<Test::STDmaker::tg1/capability-A [1]>                          
L<t::Test::STDmaker::tgA1/ok: 2>
 L<Test::STDmaker::tg1/capability-A [2]>                          
L<t::Test::STDmaker::tgA1/ok: 15>
 L<Test::STDmaker::tg1/capability-A [2]>                          
L<t::Test::STDmaker::tgA1/ok: 4>
 L<Test::STDmaker::tg1/capability-B [1]>                          
L<t::Test::STDmaker::tgA1/ok: 15>
 L<Test::STDmaker::tg1/capability-B [1]>                          
L<t::Test::STDmaker::tgA1/ok: 4>
 L<Test::STDmaker::tg1/capability-B [2]>                          
L<t::Test::STDmaker::tgA1/ok: 19>
 L<Test::STDmaker::tg1/capability-B [2]>                          
L<t::Test::STDmaker::tgA1/ok: 8>
 L<Test::STDmaker::tg1/capability-B [3]>                          
L<t::Test::STDmaker::tgA1/ok: 10>
 L<Test::STDmaker::tg1/capability-B [3]>                          
L<t::Test::STDmaker::tgA1/ok: 11>
 L<Test::STDmaker::tg1/capability-B [3]>                          
L<t::Test::STDmaker::tgA1/ok: 21>
 L<Test::STDmaker::tg1/capability-B [3]>                          
L<t::Test::STDmaker::tgA1/ok: 22>


  Test                                                             Requirement
 ---------------------------------------------------------------- 
----------------------------------------------------------------
 L<t::Test::STDmaker::tgA1/ok: 10>                                
L<Test::STDmaker::tg1/capability-B [3]>
 L<t::Test::STDmaker::tgA1/ok: 11>                                
L<Test::STDmaker::tg1/capability-B [3]>
 L<t::Test::STDmaker::tgA1/ok: 13>                                
L<Test::STDmaker::tg1/capability-A [1]>
 L<t::Test::STDmaker::tgA1/ok: 15>                                
L<Test::STDmaker::tg1/capability-A [2]>
 L<t::Test::STDmaker::tgA1/ok: 15>                                
L<Test::STDmaker::tg1/capability-B [1]>
 L<t::Test::STDmaker::tgA1/ok: 19>                                
L<Test::STDmaker::tg1/capability-B [2]>
 L<t::Test::STDmaker::tgA1/ok: 21>                                
L<Test::STDmaker::tg1/capability-B [3]>
 L<t::Test::STDmaker::tgA1/ok: 22>                                
L<Test::STDmaker::tg1/capability-B [3]>
 L<t::Test::STDmaker::tgA1/ok: 2>                                 
L<Test::STDmaker::tg1/capability-A [1]>
 L<t::Test::STDmaker::tgA1/ok: 4>                                 
L<Test::STDmaker::tg1/capability-A [2]>
 L<t::Test::STDmaker::tgA1/ok: 4>                                 
L<Test::STDmaker::tg1/capability-B [1]>
 L<t::Test::STDmaker::tgA1/ok: 8>                                 
L<Test::STDmaker::tg1/capability-B [2]>


=cut

#######
#  
#  6. NOTES
#
#

=head1 NOTES

This STD is public domain.

#######
#
#  2. REFERENCED DOCUMENTS
#
#
#

=head1 SEE ALSO

L<Test::STDmaker::tg1>

=back

=for html


=cut

__DATA__

Name: ^
File_Spec: Unix^
UUT: Test::STDmaker::tg1^
Revision: -^
Version: 0.01^
End_User: General Public^
Author: http://www.SoftwareDiamonds.com [EMAIL PROTECTED]
STD2167_Template: ^
Detail_Template: ^
Classification: None^
Temp: temp.pl^
Demo: tgA1.d^
Verify: tgA1.t^


 T: 22 - 3,6,14,17^

QC: my $expected1 = 'hello world';^
 N: Quiet Code^
 A: 'hello world'^
 E: $expected1^
ok: 1^

 R: L<Test::STDmaker::tg1/capability-A [1]>^
 C: my $x = 2^
 C: my $y = 3^
 A: $x + $y^
SE: 5^
ok: 2^

 U: xy feature^
 A: $y-$x^
 E: 1^
ok: 3^


 R:
     L<Test::STDmaker::tg1/capability-A [2]>
     L<Test::STDmaker::tg1/capability-B [1]>
^

 A: $x+4^
 E: 7^
ok: 4^

 S: 1^
 A: $x*$y*2^
 E: 6^
ok: 5^

 U: zyw feature^
 S: 0^
 A: $x*$y*2^
 E: 6^
ok: 6^

 N: demo only^
 A: $x^
VO: ^
 N: verify only^
 A: $x^
 E: $x^
ok: 7^

 R: L<Test::STDmaker::tg1/capability-B [2]>^
 A: $x + $y^
SE: 6^
ok: 8^

 A: $x + $y + $x^
 E: 9^
ok: 9^

 S: 0^
 R: L<Test::STDmaker::tg1/capability-B [3]>^
 A: $x + $y + $x + $y^
 E: 10^
ok: 10^

 S: 1^
 R: L<Test::STDmaker::tg1/capability-B [3]>^
 A: $x + $y + $x + $y + $x^
 E: 10^
ok: 11^


 C:
    #########
    # For "TEST" 1.24 or greater that have separate std err output,
    # redirect the TESTERR to STDOUT
    #
    tech_config( 'Test.TESTERR', \*STDOUT );
^

QC: my $expected1 = 'hello world';^
 N: Quiet Code^
 A: 'hello world'^
 E: $expected1^
ok: 12^

 N: Pass test^
 R: L<Test::STDmaker::tg1/capability-A [1]>^
 C: my $x = 2^
 C: my $y = 3^
 A: $x + $y^
SE: 5^
ok: 13^

 N: Todo test that passes^
 U: xy feature^
 A: $y-$x^
 E: 1^
ok: 14^

 N: Test that fails^

 R:
    L<Test::STDmaker::tg1/capability-A [2]>
    L<Test::STDmaker::tg1/capability-B [1]>
^

 A: $x+4^
 E: 7^
ok: 15^

 N: Skipped tests^
 S: 1^
 A: $x*$y*2^
 E: 6^
ok: 16^

 N: Todo Test that Fails^
 U: zyw feature^
 S: 0^
 A: $x*$y*2^
 E: 6^
ok: 17^

DO: ^
 N: demo only^
 A: $x^

VO: ^
 N: verify only^
 A: $x^
 E: $x^
ok: 18^

 N: Failed test that skips the rest^
 R: L<Test::STDmaker::tg1/capability-B [2]>^
 A: $x + $y^
SE: 6^
ok: 19^

 N: A test to skip^
 A: $x + $y + $x^
 E: 9^
ok: 20^

 N: A not skip to skip^
 S: 0^
 R: L<Test::STDmaker::tg1/capability-B [3]>^
 A: $x + $y + $x + $y^
 E: 10^
ok: 21^

 N: A skip to skip^
 S: 1^
 R: L<Test::STDmaker::tg1/capability-B [3]>^
 A: $x + $y + $x + $y + $x^
 E: 10^
ok: 22^


See_Also: L<Test::STDmaker::tg1>^
Copyright: This STD is public domain.^
HTML: ^


~-~
"my" variable $expected1 masks earlier declaration in same scope at tgA1.d line 195.
"my" variable $x masks earlier declaration in same scope at tgA1.d line 220.
"my" variable $y masks earlier declaration in same scope at tgA1.d line 225.
"my" variable $expected1 masks earlier declaration in same scope at tgA1.t line 248.
"my" variable $x masks earlier declaration in same scope at tgA1.t line 260.
"my" variable $y masks earlier declaration in same scope at tgA1.t line 265.
# Test 4 got: '6' (tgA1.t at line 155)
#   Expected: '7'
# Test 6 got: '12' (tgA1.t at line 173 *TODO*)
#   Expected: '6'
# Test 8 got: '5' (tgA1.t at line 194)
#   Expected: '6'
Test output counter mismatch [test 45]
Test output counter mismatch [test 46]
Test output counter mismatch [test 47]
Test output counter mismatch [test 48]
Test output counter mismatch [test 49]
Test output counter mismatch [test 50]
Test output counter mismatch [test 51]
Test output counter mismatch [test 52]
Test output counter mismatch [test 53]
Test output counter mismatch [test 54]
Test output counter mismatch [test 55]
Test output counter mismatch [test 56]
Test output counter mismatch [test 57]
Test output counter mismatch [test 58]
Test output counter mismatch [test 59]
Test output counter mismatch [test 60]
Test output counter mismatch [test 61]
Test output counter mismatch [test 62]
Test output counter mismatch [test 63]
Test output counter mismatch [test 64]
Test output counter mismatch [test 65]
Test output counter mismatch [test 66]
Test output counter mismatch [test 67]
Test output counter mismatch [test 68]
Test output counter mismatch [test 69]
Test output counter mismatch [test 70]
Test output counter mismatch [test 71]
Test output counter mismatch [test 72]
Test output counter mismatch [test 73]
Test output counter mismatch [test 74]
Test output counter mismatch [test 75]
Test output counter mismatch [test 76]
Test output counter mismatch [test 77]
Test output counter mismatch [test 78]
"my" variable $expected1 masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.d line 195.
"my" variable $x masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.d line 220.
"my" variable $y masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.d line 225.
Test output counter mismatch [test 79]
Test output counter mismatch [test 80]
"my" variable $expected1 masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t line 248.
"my" variable $x masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t line 260.
"my" variable $y masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t line 265.
# Test 4 got: '6' 
(/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t at line 
155)
#   Expected: '7'
# Test 6 got: '12' 
(/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t at line 
173 *TODO*)
#   Expected: '6'
# Test 8 got: '5' 
(/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t at line 
194)
#   Expected: '6'
Test output counter mismatch [test 81]
Test output counter mismatch [test 82]
Test output counter mismatch [test 83]
Test output counter mismatch [test 84]
Test output counter mismatch [test 85]
Test output counter mismatch [test 86]
Test output counter mismatch [test 87]
Test output counter mismatch [test 88]
Test output counter mismatch [test 89]
Test output counter mismatch [test 90]
Test output counter mismatch [test 91]
Test output counter mismatch [test 92]
Test output counter mismatch [test 93]
Test output counter mismatch [test 94]
Test output counter mismatch [test 95]
Test output counter mismatch [test 96]
Test output counter mismatch [test 97]
Test output counter mismatch [test 98]
Test output counter mismatch [test 99]
Test output counter mismatch [test 100]
Test output counter mismatch [test 101]
Test output counter mismatch [test 102]
Test output counter mismatch [test 103]
Test output counter mismatch [test 104]
Test output counter mismatch [test 105]
Test output counter mismatch [test 106]
Test output counter mismatch [test 107]
Test output counter mismatch [test 108]
Test output counter mismatch [test 109]
Test output counter mismatch [test 110]
Test output counter mismatch [test 111]
Test output counter mismatch [test 112]
Test output counter mismatch [test 113]
Test output counter mismatch [test 114]
Test output counter mismatch [test 115]
"my" variable $expected1 masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t line 248.
"my" variable $x masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t line 260.
"my" variable $y masks earlier declaration in same scope at 
/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t line 265.
# Test 4 got: '6' 
(/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t at line 
155)
#   Expected: '7'
# Test 6 got: '12' 
(/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t at line 
173 *TODO*)
#   Expected: '6'
# Test 8 got: '5' 
(/home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20/t/Test/STDmaker/tgA1.t at line 
194)
#   Expected: '6'
Test output counter mismatch [test 116]
Test output counter mismatch [test 117]
Test output counter mismatch [test 118]
Test output counter mismatch [test 119]
Test output counter mismatch [test 120]
Test output counter mismatch [test 121]
Test output counter mismatch [test 122]
Test output counter mismatch [test 123]
Test output counter mismatch [test 124]
FAILED tests 4, 6, 8, 20, 22-43
        Failed 26/21 tests, -23.81% okay (less 38 skipped tests: -43 okay, -204.76%)
Failed 1/1 test scripts, 0.00% okay. -85/21 subtests failed, 504.76% okay.
Failed Test                Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Test/STDmaker/STDmaker.t               21   26 123.81%  4 6 8 20 22-43
38 subtests skipped.
*** Error code 25

Stop.
make: stopped in /home/alian/.cpanplus/5.8.4/build/Test-STDmaker-0.20


Additional comments:
--

Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
    osname=netbsd, osvers=1.6, archname=i386-netbsd
    uname='netbsd mars.alianet 1.6 netbsd 1.6 (generic) #0: sun sep 8 19:43:40 utc 
2002 [EMAIL PROTECTED]:autobuildi386objautobuildsrcsysarchi386compilegeneric i386 '
    config_args='-des -Dprefix=/usr/local/perl-5.8.4/'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -I/usr/pkg/include -I/usr/local/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -I/usr/pkg/include -I/usr/local/include'
    ccversion='', gccversion='2.95.3 20010315 (release) (NetBSD nb3)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib 
-L/usr/pkg/lib -L/usr/local/lib'
    libpth=/usr/pkg/lib /usr/local/lib /usr/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc -lposix
    perllibs=-lm -lcrypt -lutil -lc -lposix
    libc=/usr/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  -L/usr/pkg/lib 
-L/usr/local/lib'

Reply via email to