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 test report for Text-TagTemplate-1.4, created automatically by CPAN::Reporter, version 0.48, 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 * Prerequisites * Environment and other context * Test output ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: No requirements found ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/david/bin PERL5LIB = PERL5_CPANPLUS_IS_RUNNING = 1 PERL5_CPAN_IS_RUNNING = 1 SHELL = /usr/local/bin/bash TERM = screen Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /home/david/cpantesting/perl-5.9.5/bin/perl5.9.5 UID: $< = 1001 EUID: $> = 1001 GID: $( = 1001 1001 1001 0 EGID: $) = 1001 1001 1001 0 Perl module toolchain versions installed: Module Have ------------------- ------- CPAN 1.9102 Cwd 3.25 ExtUtils::CBuilder 0.19 ExtUtils::Command 1.13 ExtUtils::Install 1.41_01 ExtUtils::MakeMaker 6.36 ExtUtils::Manifest 1.51_01 ExtUtils::ParseXS 2.18 File::Spec 3.25 Module::Build 0.2808 Module::Signature n/a Test::Harness 2.64 Test::More 0.70 version 0.7203 ------------------------------ TEST OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /home/david/cpantesting/perl-5.9.5/bin/perl5.9.5 "-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(0x8153ec0) 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:<GT:>Equals:=Amp:&Quote:""> ok Check that parameters with whitespace and interesting characters are handled right. W: Space: Tab: CR: LT:<GT:>Equals:=Amp:&Quote:" ok makewrapper: make ok -- Summary of my perl5 (revision 5 version 9 subversion 5) configuration: Platform: osname=freebsd, osvers=6.2-release, archname=i386-freebsd uname='freebsd poacher.barnyard.co.uk 6.2-release freebsd 6.2-release #0: fri jan 12 10:40:27 utc 2007 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric i386 ' config_args='-Dprefix=/home/david/cpantesting/perl-5.9.5 -de -Dusedevel' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=undef, use64bitall=undef, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include', optimize='-O', cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', 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,-E -L/usr/local/lib' libpth=/usr/lib /usr/local/lib libs=-lgdbm -lm -lcrypt -lutil -lc perllibs=-lm -lcrypt -lutil -lc libc=, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
