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 Russell Graham,
    
This is a computer-generated report for Lingua-EN-Contraction-0.102
on perl-5.00505, created automatically by CPAN-Reporter-1.01 
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 './Build test':

t/testcontract....Use of reserved word "our" is deprecated at 
lib/Lingua/EN/Contraction.pm line
        28 (#1)
    
    (D) The indicated bareword is a reserved word.  Future versions of perl
    may use it as a keyword, so you're better off either explicitly quoting
    the word in a manner appropriate for its context of use, or using a
    different name altogether.  The warning can be suppressed for subroutine
    names by either adding a & prefix, or using a package qualifier,
    e.g. &our(), or Foo::our().
    
Array found where operator expected at lib/Lingua/EN/Contraction.pm line 28, at
        end of line (#2)
    
    (S) The Perl lexer knows whether to expect a term or an operator.  If it
    sees what it knows to be a term when it was expecting to see an operator,
    it gives you this warning.  Usually it indicates that an operator or
    delimiter was omitted, such as a semicolon.
    
        (Do you need to predeclare our?)
Global symbol "@modal" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 28 (#3)
    
    (F) You've said "use strict vars", which indicates that all variables
    must either be lexically scoped (using "my"), or explicitly qualified to
    say which package the global variable is in (using "::").
    
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        29 (#1)
Array found where operator expected at lib/Lingua/EN/Contraction.pm line 29, at
        end of line (#2)
Global symbol "@pronoun" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 29 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        30 (#1)
Array found where operator expected at lib/Lingua/EN/Contraction.pm line 30, at
        end of line (#2)
Global symbol "@that" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 30 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        31 (#1)
Array found where operator expected at lib/Lingua/EN/Contraction.pm line 31, at
        end of line (#2)
Global symbol "@other" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 31 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        32 (#1)
Array found where operator expected at lib/Lingua/EN/Contraction.pm line 32, at
        end of line (#2)
Global symbol "@verbs" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 32 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        34 (#1)
Global symbol "$modal_re" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 34 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        35 (#1)
Global symbol "$pronoun_re" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 35 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        36 (#1)
Global symbol "$that_re" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 36 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        37 (#1)
Global symbol "$other_re" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 37 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        38 (#1)
Global symbol "$verbs_re" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 38 (#3)
Use of reserved word "our" is deprecated at lib/Lingua/EN/Contraction.pm line
        41 (#1)

Operator or semicolon missing before %list at lib/Lingua/EN/Contraction.pm line
        41 (#4)
    
    (S) You used a variable or subroutine call where the parser was
    expecting an operator.  The parser has assumed you really meant
    to use an operator, but this is highly likely to be incorrect.
    For example, if you say "*foo *foo" it will be interpreted as
    if you said "*foo * 'foo'".
    
Ambiguous use of % resolved as operator % at lib/Lingua/EN/Contraction.pm line
        41 (#5)
    
    (W)(S) You said something that may not be interpreted the way
    you thought.  Normally it's pretty easy to disambiguate it by supplying
    a missing quote, operator, parenthesis pair or declaration.
    
Global symbol "%list" requires explicit package name at
        lib/Lingua/EN/Contraction.pm line 127 (#3)

Bareword "our" not allowed while "strict subs" in use at
        lib/Lingua/EN/Contraction.pm line 41 (#6)
    
    (F) With "strict subs" in use, a bareword is only allowed as a
    subroutine identifier, in curly brackets or to the left of the "=>" symbol.
    Perhaps you need to predeclare a subroutine?
    
Bareword "list" not allowed while "strict subs" in use at
        lib/Lingua/EN/Contraction.pm line 41 (#6)
Uncaught exception from user code:
        Uncaught exception from user code:
        syntax error at lib/Lingua/EN/Contraction.pm line 28, near "our @modal "
        main::BEGIN() called at lib/Lingua/EN/Contraction.pm line 6
        eval {...} called at lib/Lingua/EN/Contraction.pm line 6
BEGIN failed--compilation aborted at t/testcontract.t line 6.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-15
        Failed 15/15 tests, 0.00% okay
Failed Test      Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/testcontract.t    2   512    15   30  1-15
Failed 1/1 test scripts. 15/15 subtests failed.
Files=1, Tests=15,  0 wallclock secs ( 0.05 cusr +  0.00 csys =  0.05 CPU)
Failed 1/1 test programs. 15/15 subtests failed.

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

Prerequisite modules loaded:

build_requires:

    Module     Need Have
    ---------- ---- ----
    Test::More 0    0.72

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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    LC_CTYPE = de_DE.ISO8859-1
    PATH = 
/usr/X11R6/bin:/usr/X11/bin:/usr/local/bin:/usr/bin:/bin:/usr/gnu/bin:/usr/TeX/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/e/eserte/bin/FreeBSD:/home/e/eserte/bin/sh:/home/e/eserte/bin:/usr/X386/bin:/usr/games:/home/e/eserte/devel
    PERL5LIB = 
/usr/local/src/CPAN/build/Net-Address-Ethernet-1.095-L1DHjO/blib/arch:/usr/local/src/CPAN/build/Net-Address-Ethernet-1.095-L1DHjO/blib/lib:/usr/local/src/CPAN/build/Env-Path-0.18-AruMLJ/blib/arch:/usr/local/src/CPAN/build/Env-Path-0.18-AruMLJ/blib/lib:/usr/local/src/CPAN/build/Time-Local-1.17-jzJBGi/blib/arch:/usr/local/src/CPAN/build/Time-Local-1.17-jzJBGi/blib/lib:/usr/local/src/CPAN/build/List-MoreUtils-0.21-v23VTg/blib/arch:/usr/local/src/CPAN/build/List-MoreUtils-0.21-v23VTg/blib/lib:/usr/local/src/CPAN/build/File-MMagic-1.27-Sof16l/blib/arch:/usr/local/src/CPAN/build/File-MMagic-1.27-Sof16l/blib/lib:/usr/local/src/CPAN/build/MIME-Types-1.21-R3W0cC/blib/arch:/usr/local/src/CPAN/build/MIME-Types-1.21-R3W0cC/blib/lib:/usr/local/src/CPAN/build/Test-Pod-1.26-mNA1nO/blib/arch:/usr/local/src/CPAN/build/Test-Pod-1.26-mNA1nO/blib/lib:/usr/local/src/CPAN/build/Regexp-Common-2.120-3mpNvU/blib/arch:/usr/local/src/CPAN/build/Regexp-Common-2.120-3mpNvU/blib/lib:/usr/local/src/CPAN/build/Test-NoWarnings-0.084-JsBqyk/blib/arch:/usr/local/src/CPAN/build/Test-NoWarnings-0.084-JsBqyk/blib/lib:/usr/local/src/CPAN/build/Test-Tester-0.106-B8ttiv/blib/arch:/usr/local/src/CPAN/build/Test-Tester-0.106-B8ttiv/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 20927
    PERL5_CPAN_IS_RUNNING = 20927
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /bin/tcsh
    STDPERL = perl
    TERM = xterm

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

    $^X = perl5.00505
    $UID/$EUID = 1000 / 1000
    $GID = 1000 10001 10000 9999 0 1000 1000
    $EGID = 1000 10001 10000 9999 0 1000 1000

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9203
    Cwd                 2.01  
    ExtUtils::CBuilder  n/a   
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.41  
    ExtUtils::MakeMaker 6.36  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   n/a   
    File::Spec          0.8   
    Module::Build       0.2808
    Module::Signature   n/a   
    Test::Harness       2.64  
    Test::More          0.72  
    YAML                n/a   
    YAML::Syck          n/a   
    version             n/a   


--

Summary of my perl5 (5.0 patchlevel 5 subversion 5) configuration:
  Platform:
    osname=freebsd, osvers=6.1-release, archname=i386-freebsd
    uname='freebsd biokovo.herceg.de 6.1-release freebsd 6.1-release #0: sun 
may 7 04:32:43 utc 2006 [EMAIL PROTECTED]:usrobjusrsrcsysgeneric i386 '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='ccache cc', optimize='-O2 -mtune=athlon64 -pipe', gccversion=3.4.4 
[FreeBSD] 20050518
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -I/usr/local/include'
    stdchar='char', d_stdstdio=undef, usevfork=true
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ccache cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lc -lcrypt
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'

Reply via email to