Report for Lingua-EN-AffectiveNorms-0.01

Back
From: metabase:user:838e5b0a-2bb6-1016-a696-43a2537fa0c6
Subject: PASS Lingua-EN-AffectiveNorms-0.01 v5.10.1 Windows (Cygwin)
Date: 2013-12-13T09:08:12Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Kieren Diment,

This is a computer-generated report for Lingua-EN-AffectiveNorms-0.01
on perl 5.10.1, created by CPAN-Reporter-1.2010.

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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

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

PERL_DL_NONLAZY=1 /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/boilerplate.t t/pod-coverage.t t/pod.t

Dynamic schema detected, will run in 0.04006 mode.

Set the 'naming' attribute or the SCHEMA_LOADER_BACKCOMPAT environment variable
to disable this warning.

See perldoc DBIx::Class::Schema::Loader::Manual::UpgradingFromV4 for more
details.
Lingua::EN::AffectiveNorms::AllSubjects->table("all_subjects");
Lingua::EN::AffectiveNorms::AllSubjects->add_columns(
  "word",
  { data_type => "varchar", is_nullable => 0, size => 32 },
  "word_stem",
  { data_type => "varchar", is_nullable => 1, size => 32 },
  "word_no",
  { data_type => "integer", is_nullable => 1 },
  "valence_mean",
  { data_type => "float", is_nullable => 1 },
  "valence_sd",
  { data_type => "float", is_nullable => 1 },
  "arousal_mean",
  { data_type => "float", is_nullable => 1 },
  "arousal_sd",
  { data_type => "float", is_nullable => 1 },
  "dominance_mean",
  { data_type => "float", is_nullable => 1 },
  "dominance_sd",
  { data_type => "float", is_nullable => 1 },
  "word_freq",
  { data_type => "float", is_nullable => 1 },
);
Lingua::EN::AffectiveNorms::AllSubjects->set_primary_key("word");
Lingua::EN::AffectiveNorms::Male->table("male");
Lingua::EN::AffectiveNorms::Male->add_columns(
  "word",
  { data_type => "varchar", is_nullable => 0, size => 32 },
  "word_stem",
  { data_type => "varchar", is_nullable => 1, size => 32 },
  "word_no",
  { data_type => "integer", is_nullable => 1 },
  "valence_mean",
  { data_type => "float", is_nullable => 1 },
  "valence_sd",
  { data_type => "float", is_nullable => 1 },
  "arousal_mean",
  { data_type => "float", is_nullable => 1 },
  "arousal_sd",
  { data_type => "float", is_nullable => 1 },
  "dominance_mean",
  { data_type => "float", is_nullable => 1 },
  "dominance_sd",
  { data_type => "float", is_nullable => 1 },
  "word_freq",
  { data_type => "float", is_nullable => 1 },
);
Lingua::EN::AffectiveNorms::Male->set_primary_key("word");
Lingua::EN::AffectiveNorms::Female->table("female");
Lingua::EN::AffectiveNorms::Female->add_columns(
  "word",
  { data_type => "varchar", is_nullable => 0, size => 32 },
  "word_stem",
  { data_type => "varchar", is_nullable => 1, size => 32 },
  "word_no",
  { data_type => "integer", is_nullable => 1 },
  "valence_mean",
  { data_type => "float", is_nullable => 1 },
  "valence_sd",
  { data_type => "float", is_nullable => 1 },
  "arousal_mean",
  { data_type => "float", is_nullable => 1 },
  "arousal_sd",
  { data_type => "float", is_nullable => 1 },
  "dominance_mean",
  { data_type => "float", is_nullable => 1 },
  "dominance_sd",
  { data_type => "float", is_nullable => 1 },
  "word_freq",
  { data_type => "float", is_nullable => 1 },
);
Lingua::EN::AffectiveNorms::Female->set_primary_key("word");
Use of uninitialized value $Lingua::EN::AffectiveNorms::VERSION in concatenation (.) or string at t/00-load.t line 9.
# Testing Lingua::EN::AffectiveNorms , Perl 5.010001, /usr/bin/perl
t/00-load.t ....... ok
t/boilerplate.t ... ok

Dynamic schema detected, will run in 0.04006 mode.

Set the 'naming' attribute or the SCHEMA_LOADER_BACKCOMPAT environment variable
to disable this warning.

See perldoc DBIx::Class::Schema::Loader::Manual::UpgradingFromV4 for more
details.
Lingua::EN::AffectiveNorms::AllSubjects->table("all_subjects");
Lingua::EN::AffectiveNorms::AllSubjects->add_columns(
  "word",
  { data_type => "varchar", is_nullable => 0, size => 32 },
  "word_stem",
  { data_type => "varchar", is_nullable => 1, size => 32 },
  "word_no",
  { data_type => "integer", is_nullable => 1 },
  "valence_mean",
  { data_type => "float", is_nullable => 1 },
  "valence_sd",
  { data_type => "float", is_nullable => 1 },
  "arousal_mean",
  { data_type => "float", is_nullable => 1 },
  "arousal_sd",
  { data_type => "float", is_nullable => 1 },
  "dominance_mean",
  { data_type => "float", is_nullable => 1 },
  "dominance_sd",
  { data_type => "float", is_nullable => 1 },
  "word_freq",
  { data_type => "float", is_nullable => 1 },
);
Lingua::EN::AffectiveNorms::AllSubjects->set_primary_key("word");
Lingua::EN::AffectiveNorms::Male->table("male");
Lingua::EN::AffectiveNorms::Male->add_columns(
  "word",
  { data_type => "varchar", is_nullable => 0, size => 32 },
  "word_stem",
  { data_type => "varchar", is_nullable => 1, size => 32 },
  "word_no",
  { data_type => "integer", is_nullable => 1 },
  "valence_mean",
  { data_type => "float", is_nullable => 1 },
  "valence_sd",
  { data_type => "float", is_nullable => 1 },
  "arousal_mean",
  { data_type => "float", is_nullable => 1 },
  "arousal_sd",
  { data_type => "float", is_nullable => 1 },
  "dominance_mean",
  { data_type => "float", is_nullable => 1 },
  "dominance_sd",
  { data_type => "float", is_nullable => 1 },
  "word_freq",
  { data_type => "float", is_nullable => 1 },
);
Lingua::EN::AffectiveNorms::Male->set_primary_key("word");
Lingua::EN::AffectiveNorms::Female->table("female");
Lingua::EN::AffectiveNorms::Female->add_columns(
  "word",
  { data_type => "varchar", is_nullable => 0, size => 32 },
  "word_stem",
  { data_type => "varchar", is_nullable => 1, size => 32 },
  "word_no",
  { data_type => "integer", is_nullable => 1 },
  "valence_mean",
  { data_type => "float", is_nullable => 1 },
  "valence_sd",
  { data_type => "float", is_nullable => 1 },
  "arousal_mean",
  { data_type => "float", is_nullable => 1 },
  "arousal_sd",
  { data_type => "float", is_nullable => 1 },
  "dominance_mean",
  { data_type => "float", is_nullable => 1 },
  "dominance_sd",
  { data_type => "float", is_nullable => 1 },
  "word_freq",
  { data_type => "float", is_nullable => 1 },
);
Lingua::EN::AffectiveNorms::Female->set_primary_key("word");
t/pod-coverage.t .. ok
t/pod.t ........... ok
All tests successful.

Test Summary Report
-------------------
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
  TODO passed:   1, 3
Files=4, Tests=6, 22 wallclock secs ( 0.25 usr  0.64 sys +  4.02 cusr 13.05 csys = 17.96 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                      Need Have   
    --------------------------- ---- -------
    DBIx::Class::Schema::Loader 0    0.07038
    ExtUtils::MakeMaker         6.42 6.72   
    Test::More                  0    0.98   

build_requires:

    Module                      Need Have   
    --------------------------- ---- -------
    ExtUtils::MakeMaker         0    6.72   

configure_requires:

    Module                      Need Have   
    --------------------------- ---- -------
    ExtUtils::MakeMaker         6.42 6.72   


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    LANG = en_US.UTF-8
    NUMBER_OF_PROCESSORS = 8
    PATH = /home/solimanod/perl5/perlbrew/bin:/usr/local/bin:/usr/bin:/cygdrive/c/tt/ttm:/cygdrive/c/tt/bin:/cygdrive/c/Program Files/MiKTeX/2.9/miktex/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/rv/BIN:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/DTS/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn/VSShell/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/PrivateAssemblies:/cygdrive/c/Program Files/Microsoft SQL Server/80/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/90/Tools/binn:/cygdrive/c/Program Files/Microsoft SQL Server/90/DTS/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/90/Tools/Binn/VSShell/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/IDE/PrivateAssemblies:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/MIT/Kerberos/bin:/cygdrive/f/strawberry/c/bin:/cygdrive/f/strawberry/perl/site/bin:/cygdrive/f/strawberry/perl/bin:/cygdrive/c/Program Files/Common Files/Citrix/System32:/cygdrive/c/Program Files/Citrix/ICAService:/cygdrive/c/Program Files/Citrix/System32:/cygdrive/c/Program Files/Subversion/bin:/cygdrive/c/Users/DSolimano/AppData/Local/Fidessa/systemfiles:/cygdrive/c/Program Files/WinAnt/bin
    PATH_WITHOUT_PERLBREW = /usr/local/bin:/usr/bin:/cygdrive/c/tt/ttm:/cygdrive/c/tt/bin:/cygdrive/c/Program Files/MiKTeX/2.9/miktex/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/rv/BIN:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/DTS/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn/VSShell/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/PrivateAssemblies:/cygdrive/c/Program Files/Microsoft SQL Server/80/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/90/Tools/binn:/cygdrive/c/Program Files/Microsoft SQL Server/90/DTS/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/90/Tools/Binn/VSShell/Common7/IDE:/cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/IDE/PrivateAssemblies:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/c/Program Files/MIT/Kerberos/bin:/cygdrive/f/strawberry/c/bin:/cygdrive/f/strawberry/perl/site/bin:/cygdrive/f/strawberry/perl/bin:/cygdrive/c/Program Files/Common Files/Citrix/System32:/cygdrive/c/Program Files/Citrix/ICAService:/cygdrive/c/Program Files/Citrix/System32:/cygdrive/c/Program Files/Subversion/bin:/cygdrive/c/Users/DSolimano/AppData/Local/Fidessa/systemfiles:/cygdrive/c/Program Files/WinAnt/bin
    PERL5LIB = /home/solimanod/.cpan/build/DBIx-Class-Schema-Loader-0.07038-5XFyNI/blib/arch:/home/solimanod/.cpan/build/DBIx-Class-Schema-Loader-0.07038-5XFyNI/blib/lib:/home/solimanod/.cpan/build/DBIx-Class-IntrospectableM2M-0.001001-1HyTHc/blib/arch:/home/solimanod/.cpan/build/DBIx-Class-IntrospectableM2M-0.001001-1HyTHc/blib/lib:/home/solimanod/.cpan/build/String-ToIdentifier-EN-0.11-BKEzy4/blib/arch:/home/solimanod/.cpan/build/String-ToIdentifier-EN-0.11-BKEzy4/blib/lib:/home/solimanod/.cpan/build/Text-Unidecode-0.04-BAKZVu/blib/arch:/home/solimanod/.cpan/build/Text-Unidecode-0.04-BAKZVu/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Inflect-Phrase-0.18-m6ISUS/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Inflect-Phrase-0.18-m6ISUS/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Number-IsOrdinal-0.04-Rzlo3A/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Number-IsOrdinal-0.04-Rzlo3A/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-FindNumber-1.2-ruJiZC/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-FindNumber-1.2-ruJiZC/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Words2Nums-0.18-LuiuEP/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Words2Nums-0.18-LuiuEP/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Tagger-0.24-5IojeG/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Tagger-0.24-5IojeG/blib/lib:/home/solimanod/.cpan/build/Memoize-ExpireLRU-0.55-6qXPhw/blib/arch:/home/solimanod/.cpan/build/Memoize-ExpireLRU-0.55-6qXPhw/blib/lib:/home/solimanod/.cpan/build/DBIx-Class-0.08250-CMK4GH/blib/arch:/home/solimanod/.cpan/build/DBIx-Class-0.08250-CMK4GH/blib/lib:/home/solimanod/.cpan/build/Class-C3-Componentised-1.001000-0wBMlT/blib/arch:/home/solimanod/.cpan/build/Class-C3-Componentised-1.001000-0wBMlT/blib/lib:/home/solimanod/.cpan/build/Class-C3-0.25-p2cgVO/blib/arch:/home/solimanod/.cpan/build/Class-C3-0.25-p2cgVO/blib/lib:/home/solimanod/.cpan/build/Algorithm-C3-0.08-YdBVtR/blib/arch:/home/solimanod/.cpan/build/Algorithm-C3-0.08-YdBVtR/blib/lib:/home/solimanod/.cpan/build/Data-Page-2.02-i8yEwO/blib/arch:/home/solimanod/.cpan/build/Data-Page-2.02-i8yEwO/blib/lib:/home/solimanod/.cpan/build/Class-Accessor-Chained-0.01-yb2Efs/blib/arch:/home/solimanod/.cpan/build/Class-Accessor-Chained-0.01-yb2Efs/blib/lib:/home/solimanod/.cpan/build/Class-Accessor-0.34-jYoBAz/blib/arch:/home/solimanod/.cpan/build/Class-Accessor-0.34-jYoBAz/blib/lib:/home/solimanod/.cpan/build/MRO-Compat-0.12-w9ANBL/blib/arch:/home/solimanod/.cpan/build/MRO-Compat-0.12-w9ANBL/blib/lib:/home/solimanod/.cpan/build/Module-Find-0.11-0eDftK/blib/arch:/home/solimanod/.cpan/build/Module-Find-0.11-0eDftK/blib/lib:/home/solimanod/.cpan/build/SQL-Abstract-1.74-SBgvKo/blib/arch:/home/solimanod/.cpan/build/SQL-Abstract-1.74-SBgvKo/blib/lib:/home/solimanod/.cpan/build/Hash-Merge-0.200-QcXLvS/blib/arch:/home/solimanod/.cpan/build/Hash-Merge-0.200-QcXLvS/blib/lib:/home/solimanod/.cpan/build/Class-Accessor-Grouped-0.10010-INFlVM/blib/arch:/home/solimanod/.cpan/build/Class-Accessor-Grouped-0.10010-INFlVM/blib/lib:/home/solimanod/.cpan/build/Context-Preserve-0.01-nlgqsC/blib/arch:/home/solimanod/.cpan/build/Context-Preserve-0.01-nlgqsC/blib/lib:/home/solimanod/.cpan/build/Test-use-ok-0.11-jNoxWP/blib/arch:/home/solimanod/.cpan/build/Test-use-ok-0.11-jNoxWP/blib/lib:/home/solimanod/.cpan/build/Config-Any-0.24-DJGIjs/blib/arch:/home/solimanod/.cpan/build/Config-Any-0.24-DJGIjs/blib/lib:/home/solimanod/.cpan/build/Data-Dumper-Concise-2.020-hw2Zmr/blib/arch:/home/solimanod/.cpan/build/Data-Dumper-Concise-2.020-hw2Zmr/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Inflect-Number-1.1-mcrsXE/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Inflect-Number-1.1-mcrsXE/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Inflect-1.895-1tDnfp/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Inflect-1.895-1tDnfp/blib/lib:/home/solimanod/.cpan/build/Class-Unload-0.08-wLSZdu/blib/arch:/home/solimanod/.cpan/build/Class-Unload-0.08-wLSZdu/blib/lib:/home/solimanod/.cpan/build/DBD-SQLite-1.40-Ma5MH5/blib/arch:/home/solimanod/.cpan/build/DBD-SQLite-1.40-Ma5MH5/blib/lib:/home/solimanod/.cpan/build/String-CamelCase-0.02-MYi15Z/blib/arch:/home/solimanod/.cpan/build/String-CamelCase-0.02-MYi15Z/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 20780
    PERL5_CPAN_IS_RUNNING = 20780
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 18468,20780
    PERLBREW_BASHRC_VERSION = 0.31
    PERLBREW_HOME = /home/solimanod/.perlbrew
    PERLBREW_PATH = /home/solimanod/perl5/perlbrew/bin
    PERLBREW_ROOT = /home/solimanod/perl5/perlbrew
    PERL_CR_SMOKER_CURRENT = Lingua-EN-AffectiveNorms-0.01
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_JSON_BACKEND = JSON::XS
    PERL_MM_USE_DEFAULT = 1
    PERL_YAML_BACKEND = YAML
    PROCESSOR_IDENTIFIER = x86 Family 6 Model 23 Stepping 6, GenuineIntel
    SHELL = /bin/bash
    TEMP = /tmp
    TERM = xterm

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

    $^X = /usr/bin/perl
    $UID/$EUID = 184280 / 184280
    $GID = 10513 0 544 545 1012 15641 15886 25229 184120 192757 237589 237731 251266 194555 76114 192482 10513 71661 61715 184156 184165 184167 237398 192370 184190 184243 77842
    $EGID = 10513 0 544 545 1012 15641 15886 25229 184120 192757 237589 237731 251266 194555 76114 192482 10513 71661 61715 184156 184165 184167 237398 192370 184190 184243 77842

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.132661
    Cwd                 3.40    
    ExtUtils::CBuilder  0.2702  
    ExtUtils::Command   1.16_01 
    ExtUtils::Install   1.54    
    ExtUtils::MakeMaker 6.72    
    ExtUtils::Manifest  1.60    
    ExtUtils::ParseXS   2.2206  
    File::Spec          3.40    
    JSON                2.53    
    JSON::PP            2.27200 
    Module::Build       0.4007  
    Module::Signature   0.61    
    Parse::CPAN::Meta   1.4409  
    Test::Harness       3.28    
    Test::More          0.98    
    YAML                0.84    
    YAML::Syck          1.20    
    version             0.99    


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=cygwin, osvers=1.7.5(0.22553), archname=i686-cygwin-thread-multi-64int
    uname='cygwin_nt-5.1 reini 1.7.5(0.22553) 2010-04-12 19:07 i686 cygwin '
    config_args='-de -Dlibperl=cygperl5_10.dll -Dcc=gcc-4 -Dld=g++-4 -Dmksymlinks -Dusethreads -Dmad=y -Doptimize=-O3 -Accflags=-g3'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='gcc-4', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g3 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O3',
    cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -g3 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.3.4 20090804 (release) 1', 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=8, prototype=define
  Linker and Libraries:
    ld='g++-4', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat
    perllibs=-ldl -lcrypt
    libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_10.dll
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' --shared  -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY MYMALLOC PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MAD PERL_USE_SAFE_PUTENV
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_REENTRANT_API
  Locally applied patches:
	CYG11 no-bs
	CYG12 no archlib in otherlibdirs
	CYG14 Dynaloader
	CYG15 static-Win32CORE
	CYG17 utf8-paths
	CYG21 LibList-Kid.patch
	CYG22 cygwin-1.7 hints
	CYG23 544-stat
	CYG24 build man pages
	CYG25 rebase_privlib
	Module-Build-0.36_13
	Bug#55162 CYG18 File::Spec::case_tolerant performance
	disable ExtUtils::MakeMaker::Coverage in Sys-Syslog
  Built under cygwin
  Compiled at Aug 28 2010 20:17:29
  %ENV:
    PERL5LIB="/home/solimanod/.cpan/build/DBIx-Class-Schema-Loader-0.07038-5XFyNI/blib/arch:/home/solimanod/.cpan/build/DBIx-Class-Schema-Loader-0.07038-5XFyNI/blib/lib:/home/solimanod/.cpan/build/DBIx-Class-IntrospectableM2M-0.001001-1HyTHc/blib/arch:/home/solimanod/.cpan/build/DBIx-Class-IntrospectableM2M-0.001001-1HyTHc/blib/lib:/home/solimanod/.cpan/build/String-ToIdentifier-EN-0.11-BKEzy4/blib/arch:/home/solimanod/.cpan/build/String-ToIdentifier-EN-0.11-BKEzy4/blib/lib:/home/solimanod/.cpan/build/Text-Unidecode-0.04-BAKZVu/blib/arch:/home/solimanod/.cpan/build/Text-Unidecode-0.04-BAKZVu/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Inflect-Phrase-0.18-m6ISUS/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Inflect-Phrase-0.18-m6ISUS/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Number-IsOrdinal-0.04-Rzlo3A/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Number-IsOrdinal-0.04-Rzlo3A/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-FindNumber-1.2-ruJiZC/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-FindNumber-1.2-ruJiZC/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Words2Nums-0.18-LuiuEP/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Words2Nums-0.18-LuiuEP/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Tagger-0.24-5IojeG/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Tagger-0.24-5IojeG/blib/lib:/home/solimanod/.cpan/build/Memoize-ExpireLRU-0.55-6qXPhw/blib/arch:/home/solimanod/.cpan/build/Memoize-ExpireLRU-0.55-6qXPhw/blib/lib:/home/solimanod/.cpan/build/DBIx-Class-0.08250-CMK4GH/blib/arch:/home/solimanod/.cpan/build/DBIx-Class-0.08250-CMK4GH/blib/lib:/home/solimanod/.cpan/build/Class-C3-Componentised-1.001000-0wBMlT/blib/arch:/home/solimanod/.cpan/build/Class-C3-Componentised-1.001000-0wBMlT/blib/lib:/home/solimanod/.cpan/build/Class-C3-0.25-p2cgVO/blib/arch:/home/solimanod/.cpan/build/Class-C3-0.25-p2cgVO/blib/lib:/home/solimanod/.cpan/build/Algorithm-C3-0.08-YdBVtR/blib/arch:/home/solimanod/.cpan/build/Algorithm-C3-0.08-YdBVtR/blib/lib:/home/solimanod/.cpan/build/Data-Page-2.02-i8yEwO/blib/arch:/home/solimanod/.cpan/build/Data-Page-2.02-i8yEwO/blib/lib:/home/solimanod/.cpan/build/Class-Accessor-Chained-0.01-yb2Efs/blib/arch:/home/solimanod/.cpan/build/Class-Accessor-Chained-0.01-yb2Efs/blib/lib:/home/solimanod/.cpan/build/Class-Accessor-0.34-jYoBAz/blib/arch:/home/solimanod/.cpan/build/Class-Accessor-0.34-jYoBAz/blib/lib:/home/solimanod/.cpan/build/MRO-Compat-0.12-w9ANBL/blib/arch:/home/solimanod/.cpan/build/MRO-Compat-0.12-w9ANBL/blib/lib:/home/solimanod/.cpan/build/Module-Find-0.11-0eDftK/blib/arch:/home/solimanod/.cpan/build/Module-Find-0.11-0eDftK/blib/lib:/home/solimanod/.cpan/build/SQL-Abstract-1.74-SBgvKo/blib/arch:/home/solimanod/.cpan/build/SQL-Abstract-1.74-SBgvKo/blib/lib:/home/solimanod/.cpan/build/Hash-Merge-0.200-QcXLvS/blib/arch:/home/solimanod/.cpan/build/Hash-Merge-0.200-QcXLvS/blib/lib:/home/solimanod/.cpan/build/Class-Accessor-Grouped-0.10010-INFlVM/blib/arch:/home/solimanod/.cpan/build/Class-Accessor-Grouped-0.10010-INFlVM/blib/lib:/home/solimanod/.cpan/build/Context-Preserve-0.01-nlgqsC/blib/arch:/home/solimanod/.cpan/build/Context-Preserve-0.01-nlgqsC/blib/lib:/home/solimanod/.cpan/build/Test-use-ok-0.11-jNoxWP/blib/arch:/home/solimanod/.cpan/build/Test-use-ok-0.11-jNoxWP/blib/lib:/home/solimanod/.cpan/build/Config-Any-0.24-DJGIjs/blib/arch:/home/solimanod/.cpan/build/Config-Any-0.24-DJGIjs/blib/lib:/home/solimanod/.cpan/build/Data-Dumper-Concise-2.020-hw2Zmr/blib/arch:/home/solimanod/.cpan/build/Data-Dumper-Concise-2.020-hw2Zmr/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Inflect-Number-1.1-mcrsXE/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Inflect-Number-1.1-mcrsXE/blib/lib:/home/solimanod/.cpan/build/Lingua-EN-Inflect-1.895-1tDnfp/blib/arch:/home/solimanod/.cpan/build/Lingua-EN-Inflect-1.895-1tDnfp/blib/lib:/home/solimanod/.cpan/build/Class-Unload-0.08-wLSZdu/blib/arch:/home/solimanod/.cpan/build/Class-Unload-0.08-wLSZdu/blib/lib:/home/solimanod/.cpan/build/DBD-SQLite-1.40-Ma5MH5/blib/arch:/home/solimanod/.cpan/build/DBD-SQLite-1.40-Ma5MH5/blib/lib:/home/solimanod/.cpan/build/String-CamelCase-0.02-MYi15Z/blib/arch:/home/solimanod/.cpan/build/String-CamelCase-0.02-MYi15Z/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="20780"
    PERL5_CPAN_IS_RUNNING="20780"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="18468,20780"
    PERLBREW_BASHRC_VERSION="0.31"
    PERLBREW_HOME="/home/solimanod/.perlbrew"
    PERLBREW_PATH="/home/solimanod/perl5/perlbrew/bin"
    PERLBREW_ROOT="/home/solimanod/perl5/perlbrew"
    PERL_CR_SMOKER_CURRENT="Lingua-EN-AffectiveNorms-0.01"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_JSON_BACKEND="JSON::XS"
    PERL_MM_USE_DEFAULT="1"
    PERL_YAML_BACKEND="YAML"
    CYGWIN=""
  @INC:
    /home/solimanod/.cpan/build/DBIx-Class-Schema-Loader-0.07038-5XFyNI/blib/arch
    /home/solimanod/.cpan/build/DBIx-Class-Schema-Loader-0.07038-5XFyNI/blib/lib
    /home/solimanod/.cpan/build/DBIx-Class-IntrospectableM2M-0.001001-1HyTHc/blib/arch
    /home/solimanod/.cpan/build/DBIx-Class-IntrospectableM2M-0.001001-1HyTHc/blib/lib
    /home/solimanod/.cpan/build/String-ToIdentifier-EN-0.11-BKEzy4/blib/arch
    /home/solimanod/.cpan/build/String-ToIdentifier-EN-0.11-BKEzy4/blib/lib
    /home/solimanod/.cpan/build/Text-Unidecode-0.04-BAKZVu/blib/arch
    /home/solimanod/.cpan/build/Text-Unidecode-0.04-BAKZVu/blib/lib
    /home/solimanod/.cpan/build/Lingua-EN-Inflect-Phrase-0.18-m6ISUS/blib/arch
    /home/solimanod/.cpan/build/Lingua-EN-Inflect-Phrase-0.18-m6ISUS/blib/lib
    /home/solimanod/.cpan/build/Lingua-EN-Number-IsOrdinal-0.04-Rzlo3A/blib/arch
    /home/solimanod/.cpan/build/Lingua-EN-Number-IsOrdinal-0.04-Rzlo3A/blib/lib
    /home/solimanod/.cpan/build/Lingua-EN-FindNumber-1.2-ruJiZC/blib/arch
    /home/solimanod/.cpan/build/Lingua-EN-FindNumber-1.2-ruJiZC/blib/lib
    /home/solimanod/.cpan/build/Lingua-EN-Words2Nums-0.18-LuiuEP/blib/arch
    /home/solimanod/.cpan/build/Lingua-EN-Words2Nums-0.18-LuiuEP/blib/lib
    /home/solimanod/.cpan/build/Lingua-EN-Tagger-0.24-5IojeG/blib/arch
    /home/solimanod/.cpan/build/Lingua-EN-Tagger-0.24-5IojeG/blib/lib
    /home/solimanod/.cpan/build/Memoize-ExpireLRU-0.55-6qXPhw/blib/arch
    /home/solimanod/.cpan/build/Memoize-ExpireLRU-0.55-6qXPhw/blib/lib
    /home/solimanod/.cpan/build/DBIx-Class-0.08250-CMK4GH/blib/arch
    /home/solimanod/.cpan/build/DBIx-Class-0.08250-CMK4GH/blib/lib
    /home/solimanod/.cpan/build/Class-C3-Componentised-1.001000-0wBMlT/blib/arch
    /home/solimanod/.cpan/build/Class-C3-Componentised-1.001000-0wBMlT/blib/lib
    /home/solimanod/.cpan/build/Class-C3-0.25-p2cgVO/blib/arch
    /home/solimanod/.cpan/build/Class-C3-0.25-p2cgVO/blib/lib
    /home/solimanod/.cpan/build/Algorithm-C3-0.08-YdBVtR/blib/arch
    /home/solimanod/.cpan/build/Algorithm-C3-0.08-YdBVtR/blib/lib
    /home/solimanod/.cpan/build/Data-Page-2.02-i8yEwO/blib/arch
    /home/solimanod/.cpan/build/Data-Page-2.02-i8yEwO/blib/lib
    /home/solimanod/.cpan/build/Class-Accessor-Chained-0.01-yb2Efs/blib/arch
    /home/solimanod/.cpan/build/Class-Accessor-Chained-0.01-yb2Efs/blib/lib
    /home/solimanod/.cpan/build/Class-Accessor-0.34-jYoBAz/blib/arch
    /home/solimanod/.cpan/build/Class-Accessor-0.34-jYoBAz/blib/lib
    /home/solimanod/.cpan/build/MRO-Compat-0.12-w9ANBL/blib/arch
    /home/solimanod/.cpan/build/MRO-Compat-0.12-w9ANBL/blib/lib
    /home/solimanod/.cpan/build/Module-Find-0.11-0eDftK/blib/arch
    /home/solimanod/.cpan/build/Module-Find-0.11-0eDftK/blib/lib
    /home/solimanod/.cpan/build/SQL-Abstract-1.74-SBgvKo/blib/arch
    /home/solimanod/.cpan/build/SQL-Abstract-1.74-SBgvKo/blib/lib
    /home/solimanod/.cpan/build/Hash-Merge-0.200-QcXLvS/blib/arch
    /home/solimanod/.cpan/build/Hash-Merge-0.200-QcXLvS/blib/lib
    /home/solimanod/.cpan/build/Class-Accessor-Grouped-0.10010-INFlVM/blib/arch
    /home/solimanod/.cpan/build/Class-Accessor-Grouped-0.10010-INFlVM/blib/lib
    /home/solimanod/.cpan/build/Context-Preserve-0.01-nlgqsC/blib/arch
    /home/solimanod/.cpan/build/Context-Preserve-0.01-nlgqsC/blib/lib
    /home/solimanod/.cpan/build/Test-use-ok-0.11-jNoxWP/blib/arch
    /home/solimanod/.cpan/build/Test-use-ok-0.11-jNoxWP/blib/lib
    /home/solimanod/.cpan/build/Config-Any-0.24-DJGIjs/blib/arch
    /home/solimanod/.cpan/build/Config-Any-0.24-DJGIjs/blib/lib
    /home/solimanod/.cpan/build/Data-Dumper-Concise-2.020-hw2Zmr/blib/arch
    /home/solimanod/.cpan/build/Data-Dumper-Concise-2.020-hw2Zmr/blib/lib
    /home/solimanod/.cpan/build/Lingua-EN-Inflect-Number-1.1-mcrsXE/blib/arch
    /home/solimanod/.cpan/build/Lingua-EN-Inflect-Number-1.1-mcrsXE/blib/lib
    /home/solimanod/.cpan/build/Lingua-EN-Inflect-1.895-1tDnfp/blib/arch
    /home/solimanod/.cpan/build/Lingua-EN-Inflect-1.895-1tDnfp/blib/lib
    /home/solimanod/.cpan/build/Class-Unload-0.08-wLSZdu/blib/arch
    /home/solimanod/.cpan/build/Class-Unload-0.08-wLSZdu/blib/lib
    /home/solimanod/.cpan/build/DBD-SQLite-1.40-Ma5MH5/blib/arch
    /home/solimanod/.cpan/build/DBD-SQLite-1.40-Ma5MH5/blib/lib
    /home/solimanod/.cpan/build/String-CamelCase-0.02-MYi15Z/blib/arch
    /home/solimanod/.cpan/build/String-CamelCase-0.02-MYi15Z/blib/lib
    /usr/lib/perl5/5.10/i686-cygwin
    /usr/lib/perl5/5.10
    /usr/lib/perl5/site_perl/5.10/i686-cygwin
    /usr/lib/perl5/site_perl/5.10
    /usr/lib/perl5/vendor_perl/5.10/i686-cygwin
    /usr/lib/perl5/vendor_perl/5.10
    /usr/lib/perl5/vendor_perl/5.10
    /usr/lib/perl5/site_perl/5.8
    /usr/lib/perl5/vendor_perl/5.8
    .