Report for CatalystX-ExtJS-2.1.3

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: PASS CatalystX-ExtJS-2.1.3 v5.14.0 FreeBSD
Date: 2011-06-20T09:37:27Z

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 Moritz Onken,

This is a computer-generated report for CatalystX-ExtJS-2.1.3
on perl 5.14.0, created by CPAN-Reporter-1.1902.

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 './Build test':

t/00-compile.t ................ ok
# 
# 
# perl: v5.14.0 (wanted any version) on freebsd from /usr/home/cpansand/var/ctps/5140_1/install/perl-5.14.0/bin/perl
# 
# Carp                                          => 1.20       (want any version)
# Catalyst::Controller                          => <undef>    (want any version)
# Catalyst::Controller::DBIC::API::RPC          => 2.003002   (want any version)
# Catalyst::Plugin::ConfigLoader                => 0.30       (want any version)
# Catalyst::Plugin::Static::Simple              => 0.29       (want any version)
# Catalyst::Plugin::Unicode                     => 0.93       (want any version)
# Catalyst::Plugin::Unicode::Encoding           => 1.1        (want any version)
# Catalyst::View::TT::Alloy                     => 0.00003    (want any version)
# CatalystX::ExtJS::Direct                      => 2.1.4      (want any version)
# CatalystX::ExtJS::REST                        => 2.1.1      (want any version)
# Class::Accessor::Fast                         => 0.34       (want any version)
# Config::General                               => module not found. (want any version)
# DBIx::Class::RandomColumns                    => 0.003000   (want any version)
# DBIx::Class::TimeStamp                        => 0.14       (want any version)
# File::Find                                    => 1.19       (want any version)
# File::Temp                                    => 0.22       (want any version)
# Module::Build                                 => 0.38       (want 0.3601) 
# Path::Class                                   => 0.23       (want any version)
# Test::More                                    => 0.98       (want 0.88)   
# namespace::autoclean                          => 0.12       (want any version)
# 
# Thanks for using my code.  I hope it works for you.
# If not, please try and include this output in the bug report.
# That will help me reproduce the issue and solve you problem.
# 
t/000-report-versions-tiny.t .. ok
DBIx::Class::Schema::create_ddl_dir(): Overwriting existing DDL file - example/sqlite.sql at example/lib/MyApp/Model/DBIC.pm line 44
Name "SQL::Translator::Schema::DEBUG" used only once: possible typo at /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/site_perl/5.14.0/Class/Base.pm line 54.
Name "SQL::Translator::Schema::Constraint::DEBUG" used only once: possible typo at /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/site_perl/5.14.0/Class/Base.pm line 54.
Name "SQL::Translator::Schema::Table::DEBUG" used only once: possible typo at /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/site_perl/5.14.0/Class/Base.pm line 54.
t/example.t ................... ok
t/release-has-version.t ....... skipped: these tests are for release candidate testing
t/release-kwalitee.t .......... skipped: these tests are for release candidate testing
t/release-minimum-version.t ... skipped: these tests are for release candidate testing
t/release-pod-coverage.t ...... skipped: these tests are for release candidate testing
t/release-pod-syntax.t ........ skipped: these tests are for release candidate testing
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.-----------------------------------------------------------------------------.
| Catalyst::Plugin::ConfigLoader  0.30                                        |
| Catalyst::Plugin::Unicode  0.93                                             |
'-----------------------------------------------------------------------------'

[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine::CGI"
[debug] Found home "/var/tmp/CPAN-build/CatalystX-ExtJS-2.1.3-o5z3ZJ/tutorial"
[debug] Loaded Config "/var/tmp/CPAN-build/CatalystX-ExtJS-2.1.3-o5z3ZJ/tutorial/myapp.conf"
[debug] Loaded components:
.------------------------------------------------------------------+----------.
| Class                                                            | Type     |
+------------------------------------------------------------------+----------+
| MyApp::Controller::API                                           | instance |
| MyApp::Controller::Calculator                                    | instance |
| MyApp::Controller::Root                                          | instance |
| MyApp::Controller::User                                          | instance |
| MyApp::Controller::User::DBIC                                    | instance |
| MyApp::Model::DBIC                                               | instance |
| MyApp::Model::DBIC::User                                         | class    |
| MyApp::View::TT                                                  | instance |
'------------------------------------------------------------------+----------'

[debug] Loaded Private actions:
.----------------------+--------------------------------------+---------------.
| Private              | Class                                | Method        |
+----------------------+--------------------------------------+---------------+
| /default             | MyApp::Controller::Root              | default       |
| /end                 | MyApp::Controller::Root              | end           |
| /index               | MyApp::Controller::Root              | index         |
| /api/src             | MyApp::Controller::API               | src           |
| /api/router          | MyApp::Controller::API               | router        |
| /api/end             | MyApp::Controller::API               | end           |
| /api/index           | MyApp::Controller::API               | index         |
| /api/begin           | MyApp::Controller::API               | begin         |
| /calculator/add      | MyApp::Controller::Calculator        | add           |
| /calculator/add_to   | MyApp::Controller::Calculator        | add_to        |
| /calculator/echo     | MyApp::Controller::Calculator        | echo          |
| /user/base           | MyApp::Controller::User              | base          |
| /user/object         | MyApp::Controller::User              | object        |
| /user/object_DELETE  | MyApp::Controller::User              | object_DELETE |
| /user/object_POST    | MyApp::Controller::User              | object_POST   |
| /user/object_GET     | MyApp::Controller::User              | object_GET    |
| /user/object_PUT     | MyApp::Controller::User              | object_PUT    |
| /user/end            | MyApp::Controller::User              | end           |
| /user/begin          | MyApp::Controller::User              | begin         |
| /user/list           | MyApp::Controller::User              | list          |
| /user/dbic/item      | MyApp::Controller::User::DBIC        | item          |
| /user/dbic/deserial- | MyApp::Controller::User::DBIC        | deserialize   |
| ize                  |                                      |               |
| /user/dbic/delete_b- | MyApp::Controller::User::DBIC        | delete_bulk   |
| ulk                  |                                      |               |
| /user/dbic/serialize | MyApp::Controller::User::DBIC        | serialize     |
| /user/dbic/object_w- | MyApp::Controller::User::DBIC        | object_with_- |
| ith_id               |                                      | id            |
| /user/dbic/update_b- | MyApp::Controller::User::DBIC        | update_bulk   |
| ulk                  |                                      |               |
| /user/dbic/begin     | MyApp::Controller::User::DBIC        | begin         |
| /user/dbic/list      | MyApp::Controller::User::DBIC        | list          |
| /user/dbic/create    | MyApp::Controller::User::DBIC        | create        |
| /user/dbic/objects_- | MyApp::Controller::User::DBIC        | objects_no_id |
| no_id                |                                      |               |
| /user/dbic/end       | MyApp::Controller::User::DBIC        | end           |
| /user/dbic/setup     | MyApp::Controller::User::DBIC        | setup         |
| /user/dbic/delete    | MyApp::Controller::User::DBIC        | delete        |
| /user/dbic/update    | MyApp::Controller::User::DBIC        | update        |
'----------------------+--------------------------------------+---------------'

[debug] Loaded Path actions:
.--------------------------------------+--------------------------------------.
| Path                                 | Private                              |
+--------------------------------------+--------------------------------------+
| /                                    | /index                               |
| /                                    | /default                             |
| /api                                 | /api/index                           |
| /api/router                          | /api/router                          |
| /api/src                             | /api/src                             |
| /calculator                          | /calculator/add                      |
| /calculator/echo                     | /calculator/echo                     |
'--------------------------------------+--------------------------------------'

[debug] Loaded Chained actions:
.--------------------------------------+--------------------------------------.
| Path Spec                            | Private                              |
+--------------------------------------+--------------------------------------+
| /add/*/to/*                          | /calculator/add (1)                  |
|                                      | => /calculator/add_to                |
| /user/create                         | /user/dbic/setup (0)                 |
|                                      | -> /user/dbic/deserialize (0)        |
|                                      | -> /user/dbic/objects_no_id (0)      |
|                                      | => /user/dbic/create                 |
| /user/id/*/delete                    | /user/dbic/setup (0)                 |
|                                      | -> /user/dbic/deserialize (0)        |
|                                      | -> /user/dbic/object_with_id (1)     |
|                                      | => /user/dbic/delete                 |
| /user/delete                         | /user/dbic/setup (0)                 |
|                                      | -> /user/dbic/deserialize (0)        |
|                                      | -> /user/dbic/objects_no_id (0)      |
|                                      | => /user/dbic/delete_bulk            |
| /user/id/*                           | /user/dbic/setup (0)                 |
|                                      | -> /user/dbic/deserialize (0)        |
|                                      | -> /user/dbic/object_with_id (1)     |
|                                      | => /user/dbic/item                   |
| /user/list                           | /user/dbic/setup (0)                 |
|                                      | -> /user/dbic/deserialize (0)        |
|                                      | => /user/dbic/list                   |
| /user/id/*/update                    | /user/dbic/setup (0)                 |
|                                      | -> /user/dbic/deserialize (0)        |
|                                      | -> /user/dbic/object_with_id (1)     |
|                                      | => /user/dbic/update                 |
| /user/update                         | /user/dbic/setup (0)                 |
|                                      | -> /user/dbic/deserialize (0)        |
|                                      | -> /user/dbic/objects_no_id (0)      |
|                                      | => /user/dbic/update_bulk            |
| /users/...                           | /user/list                           |
| /user/...                            | /user/object                         |
'--------------------------------------+--------------------------------------'

[info] MyApp powered by Catalyst 5.80032
Name "SQL::Translator::Schema::DEBUG" used only once: possible typo at /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/site_perl/5.14.0/Class/Base.pm line 54.
Name "SQL::Translator::Schema::Constraint::DEBUG" used only once: possible typo at /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/site_perl/5.14.0/Class/Base.pm line 54.
Name "SQL::Translator::Schema::Table::DEBUG" used only once: possible typo at /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/site_perl/5.14.0/Class/Base.pm line 54.
[info] *** Request 1 (0.167/s) [46146] [Mon Jun 20 11:37:13 2011] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Path is "/"
[debug] Rendering template "index"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 480
[info] Request took 0.013708s (72.950/s)
.-------------------------------------------------------------+-----------.
| Action                                                      | Time      |
+-------------------------------------------------------------+-----------+
| /index                                                      | 0.000150s |
| /end                                                        | 0.010361s |
|  -> MyApp::View::TT->process                                | 0.009535s |
'-------------------------------------------------------------+-----------'

t/tutorial.t .................. ok
All tests successful.
Files=9, Tests=8, 23 wallclock secs ( 0.02 usr  0.04 sys +  6.86 cusr  0.45 csys =  7.38 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                               Need   Have    
    ------------------------------------ ------ --------
    Carp                                 0      1.20    
    Catalyst::Controller                 0      0       
    Catalyst::Controller::DBIC::API::RPC 0      2.003002
    Catalyst::Plugin::ConfigLoader       0      0.30    
    Catalyst::Plugin::Static::Simple     0      0.29    
    Catalyst::Plugin::Unicode            0      0.93    
    Catalyst::Plugin::Unicode::Encoding  0      1.1     
    Catalyst::View::TT::Alloy            0      0.00003 
    CatalystX::ExtJS::Direct             0      2.1.4   
    CatalystX::ExtJS::REST               0      2.1.1   
    Class::Accessor::Fast                0      0.34    
    Config::General                      0      2.50    
    DBIx::Class::RandomColumns           0      0.003000
    DBIx::Class::TimeStamp               0      0.14    
    namespace::autoclean                 0      0.12    
    Path::Class                          0      0.23    

build_requires:

    Module                               Need   Have    
    ------------------------------------ ------ --------
    File::Find                           0      1.19    
    File::Temp                           0      0.22    
    Module::Build                        0.3601 0.3800  
    Test::More                           0.88   0.98    

configure_requires:

    Module                               Need   Have    
    ------------------------------------ ------ --------
    Module::Build                        0.3601 0.3800  


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

Environment variables:

    DBIC_NO_WARN_BAD_PERL = 1
    PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd8.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/usr/home/e/eserte/work/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 26560
    PERL5_CPAN_IS_RUNNING = 26560
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 26208,26560
    PERL_BATCH = yes
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/nqPJ21WGzF_config.ini
    PERL_CPAN_REPORTER_DIR = /home/cpansand/var/ctps/5140_1/config/perl-5.14.0/cpanreporter
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023

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

    $^X = /usr/home/cpansand/var/ctps/5140_1/install/perl-5.14.0/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9600  
    Cwd                 3.36    
    ExtUtils::CBuilder  0.280203
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.56    
    ExtUtils::MakeMaker 6.57_05 
    ExtUtils::Manifest  1.58    
    ExtUtils::ParseXS   2.2210  
    File::Spec          3.33    
    Module::Build       0.3800  
    Module::Signature   0.68    
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.73    
    YAML::Syck          1.17    
    version             0.88    


--

Summary of my perl5 (revision 5 version 14 subversion 0) configuration:
   
  Platform:
    osname=freebsd, osvers=8.0-release, archname=i386-freebsd
    uname='freebsd biokovo.herceg.de 8.0-release freebsd 8.0-release #0: sat nov 21 15:48:17 utc 2009 root@almeida.cse.buffalo.edu:usrobjusrsrcsysgeneric i386 '
    config_args='-ds -e -Uversiononly -Dinstallusrbinperl=n -Dusedevel -Dprefix=/home/cpansand/var/ctps/5140_1/install/perl-5.14.0'
    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 -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719  [FreeBSD]', 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  -fstack-protector -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 -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_LARGE_FILES
                        USE_PERLIO USE_PERL_ATOF
  Built under freebsd
  Compiled at May 16 2011 22:19:43
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="26560"
    PERL5_CPAN_IS_RUNNING="26560"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="26208,26560"
    PERL_BATCH="yes"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/nqPJ21WGzF_config.ini"
    PERL_CPAN_REPORTER_DIR="/home/cpansand/var/ctps/5140_1/config/perl-5.14.0/cpanreporter"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_HTML_DISPLAY_CLASS="HTML::Display::Mozilla"
  @INC:
    /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/site_perl/5.14.0/i386-freebsd
    /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/site_perl/5.14.0
    /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/5.14.0/i386-freebsd
    /home/cpansand/var/ctps/5140_1/install/perl-5.14.0/lib/5.14.0
    .