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.

--
Dear Jacob Davies,
    
This is a computer-generated report for Text-TagTemplate-1.4
on perl-5.10.0, created automatically by CPAN-Reporter-1.0601 
and sent to the CPAN Testers mailing list.  

If you have received this email directly, it is because the person testing 
your distribution chose to send a copy to your CPAN email address; there 
may be a delay before the official report is received and processed 
by CPAN Testers.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/local/bin/make test':

PERL_DL_NONLAZY=1 /usr/local/home/david/cpantesting/perl-5.10.0/bin/perl 
"-Iblib/lib" "-Iblib/arch" test.pl
1..65
ok
Create a new object
ok
Create a new object with tags in a hash.
ok
Create a new object with tags in a hashref.
ok
Return auto_cap value: 1
ok
Set auto_cap value.
ok
Return unknown_action value: DIE
ok
Set unknown_action value.
ok
Return the tags in the t2 template: 1 2 3 4
ok
Return the tags in the t3 template: 1 2 3 4
ok
Set the tags in the template.
ok
Return the tags in the template: 1 2 3 4
ok
Add a single tag.
ok
Add a single list tag.
ok
Test this list tag: L: N: 1
N: 2
N: 3
N: 4
N: 5
Delete the list tag.
ok
Add a bunch of tags as a hash.
ok
Add a bunch of tags as a hashref.
ok
Check we added those OK: 1 2 3 4 5 6 7 8 9 A B C D E
ok
Delete tag.
ok
Check that we deleted it: 3 4 5 6 7 8 9 A B C D E
ok
Clear tags.
ok
Check we cleared them: 
ok
Check setting the list.
ok
Check returning the list: 1 2 3 4 5
ok
Check setting the template string.
ok
Check returning the template string: 1: <#1>, 3: <#3>
ok
Check setting the template file.
ok
Check returning the template file: test.html
ok
Check setting the entry string.
ok
Check returning the entry string: N: <#N>
ok
Check setting the entry file.
ok
Check returning the entry file: test-entry.htmlf
ok
Check setting the entry callback.
ok
Check returning the entry callback: CODE(0x274630)
ok
Check setting the join string.
ok
Check returning the join string: , 
ok
Check setting the join file.
ok
Check returning the join file: test-join.htmlf
ok
Check setting the join tags with a hash.
ok
Check setting the join tags with a hashref.
ok
Check returning the join tags: 1 2 3 4
ok
Resetting tags to 1 => 2, 3 => 4.
Check parsing using the template string previously given: 1: 2, 3: 4
ok
Check parsing using template string supplied to function: 1: 2, 3: 4
ok
Check parsing using template string and hash of tags supplied to function: 5: 
6, 7: 8
ok
Check parsing using template string and hashref of tags supplied to function: 
9: A, B: C
ok
Check parsing using template file previously given: 1: 2, 3: 4
ok
Check parsing using template file supplied to function: 1: 2, 3: 4
ok
Check parsing using template file and hash of tags supplied to function: 1: 2, 
3: 4
ok
Check parsing using template file and hashref of tags supplied to function: 1: 
2, 3: 4
ok
Check parsing list using previously supplied list etc: N: 1, N: 2, N: 3, N: 4, 
N: 5
ok
Check parsing list using listref supplied to function: N: 6, N: 7, N: 8, N: 9, 
N: A
ok
Check parsing list using listref and entry string supplied to function: M: 6, 
M: 7, M: 8, M: 9, M: A
ok
Check parsing list using listref and entry string and join string supplied to 
function: O: 6; O: 7; O: 8; O: 9; O: A
ok
Check parsing list using listref and entry string and join string and entry 
callback supplied to function: P: 6; P: 7; P: 8; P: 9; P: A
ok
Check parsing list using listref and entry string and join string and entry 
callback and join tags supplied as hash to function: P: 6-1: 2, 3: 4-P: 7-1: 2, 
3: 4-P: 8-1: 2, 3: 4-P: 9-1: 2, 3: 4-P: A
ok
Check parsing list using listref and entry string and join string and entry 
callback and join tags supplied as hashref to function: P: 6-1: 2, 3: 4-P: 7-1: 
2, 3: 4-P: 8-1: 2, 3: 4-P: 9-1: 2, 3: 4-P: A
ok
Check parsing list files using previously supplied list etc:
N: 1
1: 2, 3: 4
N: 2
1: 2, 3: 4
N: 3
1: 2, 3: 4
N: 4
1: 2, 3: 4
N: 5
ok
Check parsing list files using listref supplied to function:
N: 6
1: 2, 3: 4
N: 7
1: 2, 3: 4
N: 8
1: 2, 3: 4
N: 9
1: 2, 3: 4
N: A
ok
Check parsing list files using listref and entry file supplied to function:
N: 6
1: 2, 3: 4
N: 7
1: 2, 3: 4
N: 8
1: 2, 3: 4
N: 9
1: 2, 3: 4
N: A
ok
Check parsing list files using listref and entry file and join file supplied to 
function:
N: 6
1: 2, 3: 4
N: 7
1: 2, 3: 4
N: 8
1: 2, 3: 4
N: 9
1: 2, 3: 4
N: A
ok
Check parsing list files using listref and entry file and join file and entry 
callback supplied to function:
N: 6
1: 2, 3: 4
N: 7
1: 2, 3: 4
N: 8
1: 2, 3: 4
N: 9
1: 2, 3: 4
N: A
ok
Check parsing list files using listref and entry file and join file and entry 
callback and join tags supplied as hash to function:
N: 6
1: 2, 3: 4
N: 7
1: 2, 3: 4
N: 8
1: 2, 3: 4
N: 9
1: 2, 3: 4
N: A
ok
Check parsing list files using listref and entry file and join file and entry 
callback and join tags supplied as hashref to function:
N: 6
1: 2, 3: 4
N: 7
1: 2, 3: 4
N: 8
1: 2, 3: 4
N: 9
1: 2, 3: 4
N: A
ok
Checking setting the unknown_action to IGNORE: W: <#W P="Space: Tab:    CR:
LT:&lt;GT:&gt;Equals:&#061;Amp:&amp;Quote:&quot;">
ok
Check that parameters with whitespace and interesting characters are handled 
right.
W: Space: Tab:  CR:
LT:<GT:>Equals:=Amp:&Quote:"
ok

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

    No requirements found

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LD_LIBRARY_PATH = /usr/local/lib:/usr/lib:/usr/openwin/lib:/usr/ucblib:.
    PATH = 
/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/usr/openwin/bin:/usr/ccs/bin:/usr/ucb:/etc:.
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 21584
    PERL5_CPAN_IS_RUNNING = 21584
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/local/home/david/cpantesting/perl-5.10.0/bin/perl
    $UID/$EUID = 10217 / 10217
    $GID = 1 1
    $EGID = 1 1

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9205   
    Cwd                 3.2501   
    ExtUtils::CBuilder  0.21     
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.44     
    ExtUtils::MakeMaker 6.42     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.18_02  
    File::Spec          3.2501   
    Module::Build       0.2808_01
    Module::Signature   n/a      
    Test::Harness       2.64     
    Test::More          0.72     
    YAML                n/a      
    YAML::Syck          n/a      
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi
    uname='sunos ohno.mrbill.net 5.9 generic_122300-03 sun4u sparc 
sunw,ultra-80 solaris '
    config_args='-Dprefix=/usr/local/home/david/cpantesting/perl-5.10.0 
-Dusethreads -de'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.2.1', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib '
    libpth=/usr/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lpthread -lc
    perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'

Reply via email to