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 Petr Vranik,
    
This is a computer-generated report for Geo-Ov2-0.90_03
on perl-5.9.5, created automatically by CPAN-Reporter-1.02 
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.  However, it appears that
there were some problems with your distribution.  If these results are 
not what you expect, please consult "Notes for CPAN Authors" on 
the CPAN Testers Wiki: http://cpantest.grango.org

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/bin/make test':

make[1]: Entering directory `/home/sand/.cpan/build/Geo-Ov2-0.90_03-Foy9xD/l10n'
make net.suteren.POI.ttn2device.pot
make[2]: Entering directory `/home/sand/.cpan/build/Geo-Ov2-0.90_03-Foy9xD/l10n'
make[2]: `net.suteren.POI.ttn2device.pot' is up to date.
make[2]: Leaving directory `/home/sand/.cpan/build/Geo-Ov2-0.90_03-Foy9xD/l10n'
cd .; \
        catalogs='cs cs_CZ czech'; \
        for cat in $catalogs; do \
          cat=`basename $cat`; \
          lang=`echo $cat | sed 's/\.po$//'`; \
          mv $lang.po $lang.old.po; \
          echo "$lang:"; \
          if msgmerge $lang.old.po net.suteren.POI.ttn2device.pot -o $lang.po; 
then \
            rm -f $lang.old.po; \
          else \
            echo "msgmerge for $cat failed!"; \
            rm -f $lang.po; \
            mv $lang.old.po $lang.po; \
          fi; \
        done
cs:
.. done.
cs_CZ:
.. done.
czech:
.. done.
cd .; \
        targetdir='../lib/LocaleData'; \
        languages='cs cs_CZ czech'; \
        for lang in $languages; do \
                mkdir -p "$targetdir/$lang/LC_MESSAGES" || exit 1; \
                
dest="$targetdir/$lang/LC_MESSAGES/net.suteren.POI.ttn2device.mo"; \
                cat="$lang.mo"; \
                echo "installing $cat as $dest"; \
                cp -f $cat $dest && chmod 644 $dest || exit 1; \
        done
installing cs.mo as 
../lib/LocaleData/cs/LC_MESSAGES/net.suteren.POI.ttn2device.mo
installing cs_CZ.mo as 
../lib/LocaleData/cs_CZ/LC_MESSAGES/net.suteren.POI.ttn2device.mo
installing czech.mo as 
../lib/LocaleData/czech/LC_MESSAGES/net.suteren.POI.ttn2device.mo
touch .mo.installed
cd ..; \
        #tools/gensplash
make[1]: Leaving directory `/home/sand/.cpan/build/Geo-Ov2-0.90_03-Foy9xD/l10n'
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pNUSF0c/[EMAIL 
PROTECTED]/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 
'blib/arch')" t/*.t
t/00-load...........# Testing Geo::Ov2 0.90_03, Perl 5.009005, 
/home/src/perl/repoperls/installed-perls/perl/pNUSF0c/[EMAIL PROTECTED]/bin/perl
ok
t/boilerplate.......ok
t/pod-coverage......
#   Failed test 'Pod coverage on Geo::Ov2'
#   at /home/src/perl/repoperls/installed-perls/perl/pNUSF0c/[EMAIL 
PROTECTED]/lib/site_perl/5.9.5/Test/Pod/Coverage.pm line 126.
# Coverage for Geo::Ov2 is 90.0%, with 1 naked subroutine:
#       poiread
# Looks like you failed 1 test of 1.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/1 subtests 
t/pod...............
#   Failed test 'blib/script/ttn2device'
#   at /home/src/perl/repoperls/installed-perls/perl/pNUSF0c/[EMAIL 
PROTECTED]/lib/site_perl/5.9.5/Test/Pod.pm line 159.
# blib/script/ttn2device (86): =over is the last thing in the document?!

#   Failed test 'blib/lib/Geo/Ov2.pm'
#   at /home/src/perl/repoperls/installed-perls/perl/pNUSF0c/[EMAIL 
PROTECTED]/lib/site_perl/5.9.5/Test/Pod.pm line 159.
# blib/lib/Geo/Ov2.pm (499): =cut found outside a pod block.  Skipping to next 
block.
# blib/lib/Geo/Ov2.pm (504): =cut found outside a pod block.  Skipping to next 
block.
# Looks like you failed 2 tests of 2.
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/2 subtests 

Test Summary Report
-------------------
t/pod-coverage.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test number(s):  1
  Non-zero exit status: 1
t/pod.t         (Wstat: 512 Tests: 2 Failed: 2)
  Failed test number(s):  1-2
  Non-zero exit status: 2
Files=4, Tests=7,  2 wallclock secs ( 0.05 usr  0.01 sys +  1.07 cusr  0.06 
csys =  1.19 CPU)
Result: FAIL
Failed 2/4 test programs. 3/7 subtests failed.
make: *** [test_dynamic] Error 2

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

Prerequisite modules loaded:

requires:

    Module             Need Have   
    ------------------ ---- -------
    Carp               0    1.07   
    Config::General    0    2.34   
    File::Basename     0    2.76   
    File::Copy         0    2.10   
    Getopt::Long       0    2.37   
    IO::File           0    1.14   
    locale             0    1.00   
    Locale::TextDomain 0    1.16   
    Pod::Usage         0    1.35   
    POSIX              0    1.13   
    Test::More         0    0.73_01

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

Environment variables:

    LANG = C
    PATH = 
/usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = 
/home/sand/.cpan/build/Module-CPANTS-ProcessCPAN-v0.70-HH1ZPo/blib/arch:/home/sand/.cpan/build/Module-CPANTS-ProcessCPAN-v0.70-HH1ZPo/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 19560
    PERL5_CPAN_IS_RUNNING = 19560
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /home/src/perl/repoperls/installed-perls/perl/pNUSF0c/[EMAIL 
PROTECTED]/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9203   
    Cwd                 3.25_01  
    ExtUtils::CBuilder  0.19     
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.44     
    ExtUtils::MakeMaker 6.36     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.18     
    File::Spec          3.25_01  
    Module::Build       0.2808_01
    Module::Signature   0.55     
    Test::Harness       2.99_04  
    Test::More          0.73_01  
    YAML                0.66     
    YAML::Syck          0.99     
    version             0.7203   


--

Summary of my perl5 (revision 5 version 9 subversion 5) configuration:
  Platform:
    osname=linux, osvers=2.6.22-1-k7, archname=i686-linux-64int
    uname='linux k75 2.6.22-1-k7 #1 smp mon jul 23 14:02:09 utc 2007 i686 
gnulinux '
    
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/pNUSF0c/[EMAIL
 PROTECTED] -Dinstallusrbinperl=n -Uversiononly -Doptimize=-g -des 
-Duse64bitint -Dusedevel'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g',
    cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /usr/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.6.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.6'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -g -L/usr/local/lib'

Reply via email to