Report for Catalyst-Example-InstantCRUD-0.038

Back
From: metabase:user:d1ac2ff8-7f34-11e0-ad7d-d635d302c8a1
Subject: FAIL Catalyst-Example-InstantCRUD-0.038 v5.14.0 GNU/Linux
Date: 2011-05-18T13:51:20Z

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 Zbigniew Lukasiak,

This is a computer-generated report for Catalyst-Example-InstantCRUD-0.038
on perl 5.14.0, created by CPAN-Reporter-1.1902.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

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 /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
/home/lonesome/perl5/perlbrew/perls/perl-5.14.0/bin/perl -I../../lib ../../script/instantcrud.pl My::App -dsn='dbi:SQLite:dbname=/home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/test.db' -noauth at t/00.createapp.t line 23.
Class::C3::Componentised::load_components(): Use of DBIx::Class::UTF8Columns is strongly discouraged. See documentation of DBIx::Class::UTF8Columns for more info
Dumping manual schema for My::App::DBSchema to directory /home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/My-App/lib ...
Schema dump completed.
t/00.createapp.t ...... ok
# Testing Catalyst::Example::InstantCRUD 0.038
t/00.load.t ........... ok
Class::C3::Componentised::load_components(): Use of DBIx::Class::UTF8Columns is strongly discouraged. See documentation of DBIx::Class::UTF8Columns for more info
[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"
[debug] Found home "/home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/My-App"
[debug] Loaded Config "/home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/My-App/my_app.yml"
[debug] Loaded components:
.---------------------------------------------------------------------------------------------------------------------------------------------------------+----------.
| Class                                                                                                                                                   | Type     |
+---------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| My::App::Controller::Bookmark                                                                                                                           | instance |
| My::App::Controller::Bookmark::BookmarkForm                                                                                                             | class    |
| My::App::Controller::ComposedKey                                                                                                                        | instance |
| My::App::Controller::ComposedKey::ComposedKeyForm                                                                                                       | class    |
| My::App::Controller::Firsttable                                                                                                                         | instance |
| My::App::Controller::Firsttable::FirsttableForm                                                                                                         | class    |
| My::App::Controller::Firsttable::SecondtableField                                                                                                       | class    |
| My::App::Controller::Root                                                                                                                               | instance |
| My::App::Controller::Secondtable                                                                                                                        | instance |
| My::App::Controller::Secondtable::SecondtableForm                                                                                                       | class    |
| My::App::Controller::Usr                                                                                                                                | instance |
| My::App::Controller::Usr::BookmarkField                                                                                                                 | class    |
| My::App::Controller::Usr::UsrForm                                                                                                                       | class    |
| My::App::Model::DBICSchemamodel                                                                                                                         | instance |
| My::App::Model::DBICSchemamodel::Bookmark                                                                                                               | class    |
| My::App::Model::DBICSchemamodel::ComposedKey                                                                                                            | class    |
| My::App::Model::DBICSchemamodel::Firsttable                                                                                                             | class    |
| My::App::Model::DBICSchemamodel::Secondtable                                                                                                            | class    |
| My::App::Model::DBICSchemamodel::Usr                                                                                                                    | class    |
| My::App::View::TT                                                                                                                                       | instance |
'---------------------------------------------------------------------------------------------------------------------------------------------------------+----------'

[debug] Loaded Private actions:
.-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------.
| Private                                 | Class                                                                          | Method                                  |
+-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------+
| /default                                | My::App::Controller::Root                                                      | default                                 |
| /end                                    | My::App::Controller::Root                                                      | end                                     |
| /index                                  | My::App::Controller::Root                                                      | index                                   |
| /bookmark/base                          | My::App::Controller::Bookmark                                                  | base                                    |
| /bookmark/edit                          | My::App::Controller::Bookmark                                                  | edit                                    |
| /bookmark/index                         | My::App::Controller::Bookmark                                                  | index                                   |
| /bookmark/auto                          | My::App::Controller::Bookmark                                                  | auto                                    |
| /bookmark/view                          | My::App::Controller::Bookmark                                                  | view                                    |
| /bookmark/destroy                       | My::App::Controller::Bookmark                                                  | destroy                                 |
| /bookmark/list                          | My::App::Controller::Bookmark                                                  | list                                    |
| /firsttable/base                        | My::App::Controller::Firsttable                                                | base                                    |
| /firsttable/edit                        | My::App::Controller::Firsttable                                                | edit                                    |
| /firsttable/index                       | My::App::Controller::Firsttable                                                | index                                   |
| /firsttable/auto                        | My::App::Controller::Firsttable                                                | auto                                    |
| /firsttable/view                        | My::App::Controller::Firsttable                                                | view                                    |
| /firsttable/destroy                     | My::App::Controller::Firsttable                                                | destroy                                 |
| /firsttable/list                        | My::App::Controller::Firsttable                                                | list                                    |
| /composedkey/base                       | My::App::Controller::ComposedKey                                               | base                                    |
| /composedkey/edit                       | My::App::Controller::ComposedKey                                               | edit                                    |
| /composedkey/index                      | My::App::Controller::ComposedKey                                               | index                                   |
| /composedkey/auto                       | My::App::Controller::ComposedKey                                               | auto                                    |
| /composedkey/view                       | My::App::Controller::ComposedKey                                               | view                                    |
| /composedkey/destroy                    | My::App::Controller::ComposedKey                                               | destroy                                 |
| /composedkey/list                       | My::App::Controller::ComposedKey                                               | list                                    |
| /usr/base                               | My::App::Controller::Usr                                                       | base                                    |
| /usr/edit                               | My::App::Controller::Usr                                                       | edit                                    |
| /usr/index                              | My::App::Controller::Usr                                                       | index                                   |
| /usr/auto                               | My::App::Controller::Usr                                                       | auto                                    |
| /usr/view                               | My::App::Controller::Usr                                                       | view                                    |
| /usr/destroy                            | My::App::Controller::Usr                                                       | destroy                                 |
| /usr/list                               | My::App::Controller::Usr                                                       | list                                    |
| /secondtable/base                       | My::App::Controller::Secondtable                                               | base                                    |
| /secondtable/edit                       | My::App::Controller::Secondtable                                               | edit                                    |
| /secondtable/index                      | My::App::Controller::Secondtable                                               | index                                   |
| /secondtable/auto                       | My::App::Controller::Secondtable                                               | auto                                    |
| /secondtable/view                       | My::App::Controller::Secondtable                                               | view                                    |
| /secondtable/destroy                    | My::App::Controller::Secondtable                                               | destroy                                 |
| /secondtable/list                       | My::App::Controller::Secondtable                                               | list                                    |
'-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------'

[debug] Loaded Chained actions:
.---------------------------------------------------------------------------------+----------------------------------------------------------------------------------.
| Path Spec                                                                       | Private                                                                          |
+---------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
| /bookmark/destroy/...                                                           | /bookmark/base (0)                                                               |
|                                                                                 | => /bookmark/destroy                                                             |
| /bookmark/edit/...                                                              | /bookmark/base (0)                                                               |
|                                                                                 | => /bookmark/edit                                                                |
| /bookmark                                                                       | /bookmark/base (0)                                                               |
|                                                                                 | => /bookmark/list                                                                |
| /bookmark/view/...                                                              | /bookmark/base (0)                                                               |
|                                                                                 | => /bookmark/view                                                                |
| /composedkey/destroy/...                                                        | /composedkey/base (0)                                                            |
|                                                                                 | => /composedkey/destroy                                                          |
| /composedkey/edit/...                                                           | /composedkey/base (0)                                                            |
|                                                                                 | => /composedkey/edit                                                             |
| /composedkey                                                                    | /composedkey/base (0)                                                            |
|                                                                                 | => /composedkey/list                                                             |
| /composedkey/view/...                                                           | /composedkey/base (0)                                                            |
|                                                                                 | => /composedkey/view                                                             |
| /firsttable/destroy/...                                                         | /firsttable/base (0)                                                             |
|                                                                                 | => /firsttable/destroy                                                           |
| /firsttable/edit/...                                                            | /firsttable/base (0)                                                             |
|                                                                                 | => /firsttable/edit                                                              |
| /firsttable                                                                     | /firsttable/base (0)                                                             |
|                                                                                 | => /firsttable/list                                                              |
| /firsttable/view/...                                                            | /firsttable/base (0)                                                             |
|                                                                                 | => /firsttable/view                                                              |
| /secondtable/destroy/...                                                        | /secondtable/base (0)                                                            |
|                                                                                 | => /secondtable/destroy                                                          |
| /secondtable/edit/...                                                           | /secondtable/base (0)                                                            |
|                                                                                 | => /secondtable/edit                                                             |
| /secondtable                                                                    | /secondtable/base (0)                                                            |
|                                                                                 | => /secondtable/list                                                             |
| /secondtable/view/...                                                           | /secondtable/base (0)                                                            |
|                                                                                 | => /secondtable/view                                                             |
| /usr/destroy/...                                                                | /usr/base (0)                                                                    |
|                                                                                 | => /usr/destroy                                                                  |
| /usr/edit/...                                                                   | /usr/base (0)                                                                    |
|                                                                                 | => /usr/edit                                                                     |
| /usr                                                                            | /usr/base (0)                                                                    |
|                                                                                 | => /usr/list                                                                     |
| /usr/view/...                                                                   | /usr/base (0)                                                                    |
|                                                                                 | => /usr/view                                                                     |
'---------------------------------------------------------------------------------+----------------------------------------------------------------------------------'

[info] My::App powered by Catalyst 5.89002
[info] *** Request 1 (0.167/s) [2065] [Wed May 18 14:51:02 2011] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Rendering template "home.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1396
[info] Request took 0.071878s (13.912/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /index                                                                                                                                             | 0.000442s |
| /end                                                                                                                                               | 0.064784s |
|  -> My::App::View::TT->process                                                                                                                     | 0.062960s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 2 (0.333/s) [2065] [Wed May 18 14:51:02 2011] ***
[debug] "GET" request for "firsttable" from "127.0.0.1"
[debug] Path is "firsttable"
[debug] Rendering template "firsttable/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 6139
[info] Request took 0.194146s (5.151/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000431s |
| /firsttable/index                                                                                                                                  | 0.123409s |
|  -> /firsttable/list                                                                                                                               | 0.123093s |
| /end                                                                                                                                               | 0.065906s |
|  -> My::App::View::TT->process                                                                                                                     | 0.063873s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 3 (0.500/s) [2065] [Wed May 18 14:51:02 2011] ***
[debug] "GET" request for "firsttable" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| order                               | intfield                                                                                                                     |
| page                                | 1                                                                                                                            |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "firsttable"
[debug] Rendering template "firsttable/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 6222
[info] Request took 0.031444s (31.803/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000372s |
| /firsttable/index                                                                                                                                  | 0.000905s |
|  -> /firsttable/list                                                                                                                               | 0.000715s |
| /end                                                                                                                                               | 0.026880s |
|  -> My::App::View::TT->process                                                                                                                     | 0.026307s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 4 (0.667/s) [2065] [Wed May 18 14:51:02 2011] ***
[debug] "GET" request for "firsttable" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| o2                                  | desc                                                                                                                         |
| order                               | intfield                                                                                                                     |
| page                                | 1                                                                                                                            |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "firsttable"
[debug] Rendering template "firsttable/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 6248
[info] Request took 0.033525s (29.828/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000406s |
| /firsttable/index                                                                                                                                  | 0.000947s |
|  -> /firsttable/list                                                                                                                               | 0.000752s |
| /end                                                                                                                                               | 0.029350s |
|  -> My::App::View::TT->process                                                                                                                     | 0.028763s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 5 (0.833/s) [2065] [Wed May 18 14:51:02 2011] ***
[debug] "GET" request for "firsttable" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| o2                                  | desc                                                                                                                         |
| order                               | intfield                                                                                                                     |
| page                                | 3                                                                                                                            |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "firsttable"
[debug] Rendering template "firsttable/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 3241
[info] Request took 0.016617s (60.179/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000396s |
| /firsttable/index                                                                                                                                  | 0.000975s |
|  -> /firsttable/list                                                                                                                               | 0.000734s |
| /end                                                                                                                                               | 0.012471s |
|  -> My::App::View::TT->process                                                                                                                     | 0.011885s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 6 (1.000/s) [2065] [Wed May 18 14:51:02 2011] ***
[debug] "GET" request for "firsttable/edit/2" from "127.0.0.1"
[debug] Path is "/firsttable/edit"
[debug] Arguments are "2"
[debug] Rendering template "firsttable/edit.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1535
[info] Request took 0.131001s (7.634/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000437s |
| /firsttable/base                                                                                                                                   | 0.000085s |
| /firsttable/edit                                                                                                                                   | 0.120885s |
| /end                                                                                                                                               | 0.005802s |
|  -> My::App::View::TT->process                                                                                                                     | 0.005214s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 7 (1.167/s) [2065] [Wed May 18 14:51:02 2011] ***
[debug] "POST" request for "firsttable/edit/2" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| charfield                           | a                                                                                                                            |
| intfield                            | 3                                                                                                                            |
| varfield                            | Changed varchar field                                                                                                        |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "/firsttable/edit"
[debug] Arguments are "2"
[debug] Redirecting to "http://localhost/firsttable/view/2"
[debug] Response Code: 302; Content-Type: text/html; charset=utf-8; Content-Length: 107
[info] Request took 0.246882s (4.051/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000402s |
| /firsttable/base                                                                                                                                   | 0.000102s |
| /firsttable/edit                                                                                                                                   | 0.242174s |
| /end                                                                                                                                               | 0.000291s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 8 (1.143/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "firsttable/view/2" from "127.0.0.1"
[debug] Path is "/firsttable/view"
[debug] Arguments are "2"
[debug] Rendering template "firsttable/view.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1374
[info] Request took 0.013271s (75.352/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000357s |
| /firsttable/base                                                                                                                                   | 0.000072s |
| /firsttable/view                                                                                                                                   | 0.001415s |
| /end                                                                                                                                               | 0.006798s |
|  -> My::App::View::TT->process                                                                                                                     | 0.006371s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 9 (1.286/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "firsttable" from "127.0.0.1"
[debug] Path is "firsttable"
[debug] Rendering template "firsttable/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 6130
[info] Request took 0.033813s (29.574/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000429s |
| /firsttable/index                                                                                                                                  | 0.001196s |
|  -> /firsttable/list                                                                                                                               | 0.000844s |
| /end                                                                                                                                               | 0.029004s |
|  -> My::App::View::TT->process                                                                                                                     | 0.028406s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 10 (1.429/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "firsttable" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| order                               | varfield                                                                                                                     |
| page                                | 1                                                                                                                            |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "firsttable"
[debug] Rendering template "firsttable/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 6227
[info] Request took 0.034188s (29.250/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000422s |
| /firsttable/index                                                                                                                                  | 0.001891s |
|  -> /firsttable/list                                                                                                                               | 0.001663s |
| /end                                                                                                                                               | 0.028887s |
|  -> My::App::View::TT->process                                                                                                                     | 0.028267s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 11 (1.571/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "firsttable/destroy/2" from "127.0.0.1"
[debug] Path is "/firsttable/destroy"
[debug] Arguments are "2"
[debug] Rendering template "firsttable/destroy.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1136
[info] Request took 0.007125s (140.351/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000411s |
| /firsttable/base                                                                                                                                   | 0.000081s |
| /firsttable/destroy                                                                                                                                | 0.000240s |
| /end                                                                                                                                               | 0.003354s |
|  -> My::App::View::TT->process                                                                                                                     | 0.002537s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 12 (1.714/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "POST" request for "firsttable/destroy/2" from "127.0.0.1"
[debug] Path is "/firsttable/destroy"
[debug] Arguments are "2"
[debug] Redirecting to "http://localhost/firsttable"
[debug] Response Code: 302; Content-Type: text/html; charset=utf-8; Content-Length: 100
[info] Request took 0.094014s (10.637/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000476s |
| /firsttable/base                                                                                                                                   | 0.000105s |
| /firsttable/destroy                                                                                                                                | 0.089988s |
| /end                                                                                                                                               | 0.000269s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 13 (1.857/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "firsttable" from "127.0.0.1"
[debug] Path is "firsttable"
[debug] Rendering template "firsttable/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 6138
[info] Request took 0.041537s (24.075/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000433s |
| /firsttable/index                                                                                                                                  | 0.001571s |
|  -> /firsttable/list                                                                                                                               | 0.000837s |
| /end                                                                                                                                               | 0.036748s |
|  -> My::App::View::TT->process                                                                                                                     | 0.036118s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 14 (2.000/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "firsttable" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| order                               | varfield                                                                                                                     |
| page                                | 1                                                                                                                            |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "firsttable"
[debug] Rendering template "firsttable/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 6232
[info] Request took 0.034397s (29.072/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /firsttable/auto                                                                                                                                   | 0.000386s |
| /firsttable/index                                                                                                                                  | 0.000974s |
|  -> /firsttable/list                                                                                                                               | 0.000760s |
| /end                                                                                                                                               | 0.029721s |
|  -> My::App::View::TT->process                                                                                                                     | 0.028955s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 15 (2.143/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "composedkey" from "127.0.0.1"
[debug] Path is "composedkey"
[debug] Rendering template "composedkey/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1774
[info] Request took 0.015971s (62.613/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /composedkey/auto                                                                                                                                  | 0.000568s |
| /composedkey/index                                                                                                                                 | 0.000992s |
|  -> /composedkey/list                                                                                                                              | 0.000754s |
| /end                                                                                                                                               | 0.011790s |
|  -> My::App::View::TT->process                                                                                                                     | 0.011224s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 16 (2.286/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "composedkey/edit" from "127.0.0.1"
[debug] Path is "/composedkey/edit"
[debug] Rendering template "composedkey/edit.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1447
[info] Request took 0.032853s (30.439/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /composedkey/auto                                                                                                                                  | 0.000434s |
| /composedkey/base                                                                                                                                  | 0.000091s |
| /composedkey/edit                                                                                                                                  | 0.024497s |
| /end                                                                                                                                               | 0.004706s |
|  -> My::App::View::TT->process                                                                                                                     | 0.004080s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 17 (2.429/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "POST" request for "composedkey/edit" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| id1                                 | 704276                                                                                                                       |
| id2                                 | 228685                                                                                                                       |
| value                               | Varchar Field                                                                                                                |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "/composedkey/edit"
[debug] Redirecting to "http://localhost/composedkey/view/704276/228685"
[debug] Response Code: 302; Content-Type: text/html; charset=utf-8; Content-Length: 120
[info] Request took 0.195011s (5.128/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /composedkey/auto                                                                                                                                  | 0.000411s |
| /composedkey/base                                                                                                                                  | 0.000104s |
| /composedkey/edit                                                                                                                                  | 0.188481s |
| /end                                                                                                                                               | 0.000602s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 18 (2.571/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "composedkey/view/704276/228685" from "127.0.0.1"
[debug] Path is "/composedkey/view"
[debug] Arguments are "704276/228685"
[debug] Rendering template "composedkey/view.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1285
[info] Request took 0.009689s (103.210/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /composedkey/auto                                                                                                                                  | 0.000383s |
| /composedkey/base                                                                                                                                  | 0.000081s |
| /composedkey/view                                                                                                                                  | 0.002570s |
| /end                                                                                                                                               | 0.003997s |
|  -> My::App::View::TT->process                                                                                                                     | 0.003307s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 19 (2.714/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "composedkey/edit/704276/228685" from "127.0.0.1"
[debug] Path is "/composedkey/edit"
[debug] Arguments are "704276/228685"
[debug] Rendering template "composedkey/edit.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1472
[info] Request took 0.030838s (32.428/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /composedkey/auto                                                                                                                                  | 0.000369s |
| /composedkey/base                                                                                                                                  | 0.000072s |
| /composedkey/edit                                                                                                                                  | 0.024647s |
| /end                                                                                                                                               | 0.002759s |
|  -> My::App::View::TT->process                                                                                                                     | 0.002199s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 20 (2.857/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "POST" request for "composedkey/edit/704276/228685" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| id1                                 | 704276                                                                                                                       |
| id2                                 | 228685                                                                                                                       |
| value                               | random hWKv_C_B2d56_VK9iaet                                                                                                  |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "/composedkey/edit"
[debug] Arguments are "704276/228685"
[debug] Redirecting to "http://localhost/composedkey/view/704276/228685"
[debug] Response Code: 302; Content-Type: text/html; charset=utf-8; Content-Length: 120
[info] Request took 0.148123s (6.751/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /composedkey/auto                                                                                                                                  | 0.000361s |
| /composedkey/base                                                                                                                                  | 0.000098s |
| /composedkey/edit                                                                                                                                  | 0.142071s |
| /end                                                                                                                                               | 0.000650s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 21 (3.000/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "composedkey/view/704276/228685" from "127.0.0.1"
[debug] Path is "/composedkey/view"
[debug] Arguments are "704276/228685"
[debug] Rendering template "composedkey/view.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1299
[info] Request took 0.006404s (156.152/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /composedkey/auto                                                                                                                                  | 0.000371s |
| /composedkey/base                                                                                                                                  | 0.000076s |
| /composedkey/view                                                                                                                                  | 0.001468s |
| /end                                                                                                                                               | 0.001920s |
|  -> My::App::View::TT->process                                                                                                                     | 0.001422s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 22 (3.143/s) [2065] [Wed May 18 14:51:03 2011] ***
[debug] "GET" request for "composedkey" from "127.0.0.1"
[debug] Path is "composedkey"
[debug] Rendering template "composedkey/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 2206
[info] Request took 0.010842s (92.234/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /composedkey/auto                                                                                                                                  | 0.000376s |
| /composedkey/index                                                                                                                                 | 0.000874s |
|  -> /composedkey/list                                                                                                                              | 0.000667s |
| /end                                                                                                                                               | 0.006908s |
|  -> My::App::View::TT->process                                                                                                                     | 0.006366s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

t/10.apptest.t ........ ok
Database created at /home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/DVDzbr/dvdzbr.db
Class::C3::Componentised::load_components(): Use of DBIx::Class::UTF8Columns is strongly discouraged. See documentation of DBIx::Class::UTF8Columns for more info
Dumping manual schema for DVDzbr::DBSchema to directory /home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/DVDzbr/lib ...
Schema dump completed.
t/20.create_dvdzbr.t .. ok
Class::C3::Componentised::load_components(): Use of DBIx::Class::UTF8Columns is strongly discouraged. See documentation of DBIx::Class::UTF8Columns for more info
[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"
[debug] Found home "/home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/DVDzbr"
[debug] Loaded Config "/home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/DVDzbr/dvdzbr.yml"
[debug] Loaded components:
.---------------------------------------------------------------------------------------------------------------------------------------------------------+----------.
| Class                                                                                                                                                   | Type     |
+---------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| DVDzbr::Controller::Dvd                                                                                                                                 | instance |
| DVDzbr::Controller::Dvd::DvdForm                                                                                                                        | class    |
| DVDzbr::Controller::Dvdtag                                                                                                                              | instance |
| DVDzbr::Controller::Dvdtag::DvdtagForm                                                                                                                  | class    |
| DVDzbr::Controller::Role                                                                                                                                | instance |
| DVDzbr::Controller::Role::RoleForm                                                                                                                      | class    |
| DVDzbr::Controller::Root                                                                                                                                | instance |
| DVDzbr::Controller::Tag                                                                                                                                 | instance |
| DVDzbr::Controller::Tag::TagForm                                                                                                                        | class    |
| DVDzbr::Controller::UnicodeExample                                                                                                                      | instance |
| DVDzbr::Controller::UnicodeExample::UnicodeExampleForm                                                                                                  | class    |
| DVDzbr::Controller::User                                                                                                                                | instance |
| DVDzbr::Controller::User::DvdField                                                                                                                      | class    |
| DVDzbr::Controller::User::UserForm                                                                                                                      | class    |
| DVDzbr::Controller::UserRole                                                                                                                            | instance |
| DVDzbr::Controller::UserRole::UserRoleForm                                                                                                              | class    |
| DVDzbr::Model::DBICSchemamodel                                                                                                                          | instance |
| DVDzbr::Model::DBICSchemamodel::Dvd                                                                                                                     | class    |
| DVDzbr::Model::DBICSchemamodel::Dvdtag                                                                                                                  | class    |
| DVDzbr::Model::DBICSchemamodel::Role                                                                                                                    | class    |
| DVDzbr::Model::DBICSchemamodel::Tag                                                                                                                     | class    |
| DVDzbr::Model::DBICSchemamodel::UnicodeExample                                                                                                          | class    |
| DVDzbr::Model::DBICSchemamodel::User                                                                                                                    | class    |
| DVDzbr::Model::DBICSchemamodel::UserRole                                                                                                                | class    |
| DVDzbr::View::TT                                                                                                                                        | instance |
'---------------------------------------------------------------------------------------------------------------------------------------------------------+----------'

[debug] Loaded Private actions:
.-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------.
| Private                                 | Class                                                                          | Method                                  |
+-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------+
| /default                                | DVDzbr::Controller::Root                                                       | default                                 |
| /end                                    | DVDzbr::Controller::Root                                                       | end                                     |
| /index                                  | DVDzbr::Controller::Root                                                       | index                                   |
| /userrole/base                          | DVDzbr::Controller::UserRole                                                   | base                                    |
| /userrole/edit                          | DVDzbr::Controller::UserRole                                                   | edit                                    |
| /userrole/index                         | DVDzbr::Controller::UserRole                                                   | index                                   |
| /userrole/auto                          | DVDzbr::Controller::UserRole                                                   | auto                                    |
| /userrole/view                          | DVDzbr::Controller::UserRole                                                   | view                                    |
| /userrole/destroy                       | DVDzbr::Controller::UserRole                                                   | destroy                                 |
| /userrole/list                          | DVDzbr::Controller::UserRole                                                   | list                                    |
| /user/base                              | DVDzbr::Controller::User                                                       | base                                    |
| /user/edit                              | DVDzbr::Controller::User                                                       | edit                                    |
| /user/index                             | DVDzbr::Controller::User                                                       | index                                   |
| /user/auto                              | DVDzbr::Controller::User                                                       | auto                                    |
| /user/view                              | DVDzbr::Controller::User                                                       | view                                    |
| /user/destroy                           | DVDzbr::Controller::User                                                       | destroy                                 |
| /user/list                              | DVDzbr::Controller::User                                                       | list                                    |
| /role/base                              | DVDzbr::Controller::Role                                                       | base                                    |
| /role/edit                              | DVDzbr::Controller::Role                                                       | edit                                    |
| /role/index                             | DVDzbr::Controller::Role                                                       | index                                   |
| /role/auto                              | DVDzbr::Controller::Role                                                       | auto                                    |
| /role/view                              | DVDzbr::Controller::Role                                                       | view                                    |
| /role/destroy                           | DVDzbr::Controller::Role                                                       | destroy                                 |
| /role/list                              | DVDzbr::Controller::Role                                                       | list                                    |
| /unicodeexample/base                    | DVDzbr::Controller::UnicodeExample                                             | base                                    |
| /unicodeexample/edit                    | DVDzbr::Controller::UnicodeExample                                             | edit                                    |
| /unicodeexample/index                   | DVDzbr::Controller::UnicodeExample                                             | index                                   |
| /unicodeexample/auto                    | DVDzbr::Controller::UnicodeExample                                             | auto                                    |
| /unicodeexample/view                    | DVDzbr::Controller::UnicodeExample                                             | view                                    |
| /unicodeexample/destroy                 | DVDzbr::Controller::UnicodeExample                                             | destroy                                 |
| /unicodeexample/list                    | DVDzbr::Controller::UnicodeExample                                             | list                                    |
| /tag/base                               | DVDzbr::Controller::Tag                                                        | base                                    |
| /tag/edit                               | DVDzbr::Controller::Tag                                                        | edit                                    |
| /tag/index                              | DVDzbr::Controller::Tag                                                        | index                                   |
| /tag/auto                               | DVDzbr::Controller::Tag                                                        | auto                                    |
| /tag/view                               | DVDzbr::Controller::Tag                                                        | view                                    |
| /tag/destroy                            | DVDzbr::Controller::Tag                                                        | destroy                                 |
| /tag/list                               | DVDzbr::Controller::Tag                                                        | list                                    |
| /dvdtag/base                            | DVDzbr::Controller::Dvdtag                                                     | base                                    |
| /dvdtag/edit                            | DVDzbr::Controller::Dvdtag                                                     | edit                                    |
| /dvdtag/index                           | DVDzbr::Controller::Dvdtag                                                     | index                                   |
| /dvdtag/auto                            | DVDzbr::Controller::Dvdtag                                                     | auto                                    |
| /dvdtag/view                            | DVDzbr::Controller::Dvdtag                                                     | view                                    |
| /dvdtag/destroy                         | DVDzbr::Controller::Dvdtag                                                     | destroy                                 |
| /dvdtag/list                            | DVDzbr::Controller::Dvdtag                                                     | list                                    |
| /dvd/base                               | DVDzbr::Controller::Dvd                                                        | base                                    |
| /dvd/edit                               | DVDzbr::Controller::Dvd                                                        | edit                                    |
| /dvd/index                              | DVDzbr::Controller::Dvd                                                        | index                                   |
| /dvd/auto                               | DVDzbr::Controller::Dvd                                                        | auto                                    |
| /dvd/view                               | DVDzbr::Controller::Dvd                                                        | view                                    |
| /dvd/destroy                            | DVDzbr::Controller::Dvd                                                        | destroy                                 |
| /dvd/list                               | DVDzbr::Controller::Dvd                                                        | list                                    |
'-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------'

[debug] Loaded Chained actions:
.---------------------------------------------------------------------------------+----------------------------------------------------------------------------------.
| Path Spec                                                                       | Private                                                                          |
+---------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
| /dvd/destroy/...                                                                | /dvd/base (0)                                                                    |
|                                                                                 | => /dvd/destroy                                                                  |
| /dvd/edit/...                                                                   | /dvd/base (0)                                                                    |
|                                                                                 | => /dvd/edit                                                                     |
| /dvd                                                                            | /dvd/base (0)                                                                    |
|                                                                                 | => /dvd/list                                                                     |
| /dvd/view/...                                                                   | /dvd/base (0)                                                                    |
|                                                                                 | => /dvd/view                                                                     |
| /dvdtag/destroy/...                                                             | /dvdtag/base (0)                                                                 |
|                                                                                 | => /dvdtag/destroy                                                               |
| /dvdtag/edit/...                                                                | /dvdtag/base (0)                                                                 |
|                                                                                 | => /dvdtag/edit                                                                  |
| /dvdtag                                                                         | /dvdtag/base (0)                                                                 |
|                                                                                 | => /dvdtag/list                                                                  |
| /dvdtag/view/...                                                                | /dvdtag/base (0)                                                                 |
|                                                                                 | => /dvdtag/view                                                                  |
| /role/destroy/...                                                               | /role/base (0)                                                                   |
|                                                                                 | => /role/destroy                                                                 |
| /role/edit/...                                                                  | /role/base (0)                                                                   |
|                                                                                 | => /role/edit                                                                    |
| /role                                                                           | /role/base (0)                                                                   |
|                                                                                 | => /role/list                                                                    |
| /role/view/...                                                                  | /role/base (0)                                                                   |
|                                                                                 | => /role/view                                                                    |
| /tag/destroy/...                                                                | /tag/base (0)                                                                    |
|                                                                                 | => /tag/destroy                                                                  |
| /tag/edit/...                                                                   | /tag/base (0)                                                                    |
|                                                                                 | => /tag/edit                                                                     |
| /tag                                                                            | /tag/base (0)                                                                    |
|                                                                                 | => /tag/list                                                                     |
| /tag/view/...                                                                   | /tag/base (0)                                                                    |
|                                                                                 | => /tag/view                                                                     |
| /unicodeexample/destroy/...                                                     | /unicodeexample/base (0)                                                         |
|                                                                                 | => /unicodeexample/destroy                                                       |
| /unicodeexample/edit/...                                                        | /unicodeexample/base (0)                                                         |
|                                                                                 | => /unicodeexample/edit                                                          |
| /unicodeexample                                                                 | /unicodeexample/base (0)                                                         |
|                                                                                 | => /unicodeexample/list                                                          |
| /unicodeexample/view/...                                                        | /unicodeexample/base (0)                                                         |
|                                                                                 | => /unicodeexample/view                                                          |
| /user/destroy/...                                                               | /user/base (0)                                                                   |
|                                                                                 | => /user/destroy                                                                 |
| /user/edit/...                                                                  | /user/base (0)                                                                   |
|                                                                                 | => /user/edit                                                                    |
| /user                                                                           | /user/base (0)                                                                   |
|                                                                                 | => /user/list                                                                    |
| /user/view/...                                                                  | /user/base (0)                                                                   |
|                                                                                 | => /user/view                                                                    |
| /userrole/destroy/...                                                           | /userrole/base (0)                                                               |
|                                                                                 | => /userrole/destroy                                                             |
| /userrole/edit/...                                                              | /userrole/base (0)                                                               |
|                                                                                 | => /userrole/edit                                                                |
| /userrole                                                                       | /userrole/base (0)                                                               |
|                                                                                 | => /userrole/list                                                                |
| /userrole/view/...                                                              | /userrole/base (0)                                                               |
|                                                                                 | => /userrole/view                                                                |
'---------------------------------------------------------------------------------+----------------------------------------------------------------------------------'

[info] DVDzbr powered by Catalyst 5.89002
[info] *** Request 1 (1.000/s) [2069] [Wed May 18 14:51:07 2011] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Rendering template "home.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1366
[info] Request took 0.039987s (25.008/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /index                                                                                                                                             | 0.000183s |
| /end                                                                                                                                               | 0.036962s |
|  -> DVDzbr::View::TT->process                                                                                                                      | 0.036322s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 2 (2.000/s) [2069] [Wed May 18 14:51:07 2011] ***
[debug] "GET" request for "tag" from "127.0.0.1"
[debug] Path is "tag"
[debug] Rendering template "tag/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 4609
[info] Request took 0.087213s (11.466/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /tag/auto                                                                                                                                          | 0.000400s |
| /tag/index                                                                                                                                         | 0.003894s |
|  -> /tag/list                                                                                                                                      | 0.003693s |
| /end                                                                                                                                               | 0.080627s |
|  -> DVDzbr::View::TT->process                                                                                                                      | 0.080103s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 3 (3.000/s) [2069] [Wed May 18 14:51:07 2011] ***
[debug] "GET" request for "tag/edit" from "127.0.0.1"
[debug] Path is "/tag/edit"
[debug] Rendering template "tag/edit.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1337
[info] Request took 0.139290s (7.179/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /tag/auto                                                                                                                                          | 0.000385s |
| /tag/base                                                                                                                                          | 0.000073s |
| /tag/edit                                                                                                                                          | 0.130959s |
| /end                                                                                                                                               | 0.004698s |
|  -> DVDzbr::View::TT->process                                                                                                                      | 0.004149s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 4 (4.000/s) [2069] [Wed May 18 14:51:07 2011] ***
[debug] "POST" request for "tag/edit" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| name                                | TestTag                                                                                                                      |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "/tag/edit"
[debug] Redirecting to "http://localhost/tag/view/26"
[debug] Response Code: 302; Content-Type: text/html; charset=utf-8; Content-Length: 101
[info] Request took 0.244003s (4.098/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /tag/auto                                                                                                                                          | 0.000372s |
| /tag/base                                                                                                                                          | 0.000076s |
| /tag/edit                                                                                                                                          | 0.238654s |
| /end                                                                                                                                               | 0.000571s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 5 (2.500/s) [2069] [Wed May 18 14:51:08 2011] ***
[debug] "GET" request for "tag/view/26" from "127.0.0.1"
[debug] Path is "/tag/view"
[debug] Arguments are "26"
[debug] Rendering template "tag/view.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1132
[info] Request took 0.013586s (73.605/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /tag/auto                                                                                                                                          | 0.000362s |
| /tag/base                                                                                                                                          | 0.000071s |
| /tag/view                                                                                                                                          | 0.001884s |
| /end                                                                                                                                               | 0.006629s |
|  -> DVDzbr::View::TT->process                                                                                                                      | 0.006035s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 6 (3.000/s) [2069] [Wed May 18 14:51:08 2011] ***
[debug] "GET" request for "tag" from "127.0.0.1"
[debug] Path is "tag"
[debug] Rendering template "tag/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 4609
[info] Request took 0.041750s (23.952/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /tag/auto                                                                                                                                          | 0.000386s |
| /tag/index                                                                                                                                         | 0.000902s |
|  -> /tag/list                                                                                                                                      | 0.000702s |
| /end                                                                                                                                               | 0.037168s |
|  -> DVDzbr::View::TT->process                                                                                                                      | 0.036511s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 7 (3.500/s) [2069] [Wed May 18 14:51:08 2011] ***
[debug] "GET" request for "tag" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+------------------------------------------------------------------------------------------------------------------------------.
| Parameter                           | Value                                                                                                                        |
+-------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| order                               | name                                                                                                                         |
| page                                | 1                                                                                                                            |
'-------------------------------------+------------------------------------------------------------------------------------------------------------------------------'
[debug] Path is "tag"
[debug] Rendering template "tag/list.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 4669
[info] Request took 0.043824s (22.819/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /tag/auto                                                                                                                                          | 0.000382s |
| /tag/index                                                                                                                                         | 0.000939s |
|  -> /tag/list                                                                                                                                      | 0.000736s |
| /end                                                                                                                                               | 0.039236s |
|  -> DVDzbr::View::TT->process                                                                                                                      | 0.038728s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 8 (4.000/s) [2069] [Wed May 18 14:51:08 2011] ***
[debug] "GET" request for "user/edit" from "127.0.0.1"
[debug] Path is "/user/edit"
[error] Caught exception in DVDzbr::Controller::User->edit "Can't locate object method "name" via package "DVDzbr::Model::DBICSchemamodel::Role" at /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0/HTML/FormHandler/TraitFor/Model/DBIC.pm line 193."
[debug] Response Code: 500; Content-Type: text/html; charset=utf-8; Content-Length: 8369
[info] Request took 0.038972s (25.659/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /user/auto                                                                                                                                         | 0.000443s |
| /user/base                                                                                                                                         | 0.000095s |
| /user/edit                                                                                                                                         | 0.031987s |
| /end                                                                                                                                               | 0.000241s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

# Catalyst error screen: Caught exception in DVDzbr::Controller::User->edit "Can't locate object method "name" via package "DVDzbr::Model::DBICSchemamodel::Role" at /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0/HTML/FormHandler/TraitFor/Model/DBIC.pm line 193."

#   Failed test 'Adding a User'
#   at t/21.test_dvdzbr.t line 50.
# 500
# Internal Server Error
There is no form numbered 1 at /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0/WWW/Mechanize.pm line 1896.
# Looks like you planned 20 tests but ran 7.
# Looks like you failed 1 test of 7 run.
# Looks like your test exited with 2 just after 7.
t/21.test_dvdzbr.t .... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 14/20 subtests 
Database created at /home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/DVDzbr_rest/dvdzbr_rest.db
Class::C3::Componentised::load_components(): Use of DBIx::Class::UTF8Columns is strongly discouraged. See documentation of DBIx::Class::UTF8Columns for more info
Dumping manual schema for DVDzbr_rest::DBSchema to directory /home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/DVDzbr_rest/lib ...
Schema dump completed.
t/30.create_rest.t .... ok
Class::C3::Componentised::load_components(): Use of DBIx::Class::UTF8Columns is strongly discouraged. See documentation of DBIx::Class::UTF8Columns for more info
[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"
[debug] Found home "/home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/DVDzbr_rest"
[debug] Loaded Config "/home/lonesome/.cpan/build/Catalyst-Example-InstantCRUD-0.038-STumgu/t/tmp/DVDzbr_rest/dvdzbr_rest.yml"
[debug] Loaded components:
.---------------------------------------------------------------------------------------------------------------------------------------------------------+----------.
| Class                                                                                                                                                   | Type     |
+---------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| DVDzbr_rest::Controller::Dvd                                                                                                                            | instance |
| DVDzbr_rest::Controller::Dvd::DvdForm                                                                                                                   | class    |
| DVDzbr_rest::Controller::Dvdtag                                                                                                                         | instance |
| DVDzbr_rest::Controller::Dvdtag::DvdtagForm                                                                                                             | class    |
| DVDzbr_rest::Controller::Role                                                                                                                           | instance |
| DVDzbr_rest::Controller::Role::RoleForm                                                                                                                 | class    |
| DVDzbr_rest::Controller::Root                                                                                                                           | instance |
| DVDzbr_rest::Controller::Tag                                                                                                                            | instance |
| DVDzbr_rest::Controller::Tag::TagForm                                                                                                                   | class    |
| DVDzbr_rest::Controller::UnicodeExample                                                                                                                 | instance |
| DVDzbr_rest::Controller::UnicodeExample::UnicodeExampleForm                                                                                             | class    |
| DVDzbr_rest::Controller::User                                                                                                                           | instance |
| DVDzbr_rest::Controller::User::DvdField                                                                                                                 | class    |
| DVDzbr_rest::Controller::User::UserForm                                                                                                                 | class    |
| DVDzbr_rest::Controller::UserRole                                                                                                                       | instance |
| DVDzbr_rest::Controller::UserRole::UserRoleForm                                                                                                         | class    |
| DVDzbr_rest::Model::DBICSchemamodel                                                                                                                     | instance |
| DVDzbr_rest::Model::DBICSchemamodel::Dvd                                                                                                                | class    |
| DVDzbr_rest::Model::DBICSchemamodel::Dvdtag                                                                                                             | class    |
| DVDzbr_rest::Model::DBICSchemamodel::Role                                                                                                               | class    |
| DVDzbr_rest::Model::DBICSchemamodel::Tag                                                                                                                | class    |
| DVDzbr_rest::Model::DBICSchemamodel::UnicodeExample                                                                                                     | class    |
| DVDzbr_rest::Model::DBICSchemamodel::User                                                                                                               | class    |
| DVDzbr_rest::Model::DBICSchemamodel::UserRole                                                                                                           | class    |
| DVDzbr_rest::View::TT                                                                                                                                   | instance |
'---------------------------------------------------------------------------------------------------------------------------------------------------------+----------'

[debug] Loaded Private actions:
.-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------.
| Private                                 | Class                                                                          | Method                                  |
+-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------+
| /default                                | DVDzbr_rest::Controller::Root                                                  | default                                 |
| /end                                    | DVDzbr_rest::Controller::Root                                                  | end                                     |
| /index                                  | DVDzbr_rest::Controller::Root                                                  | index                                   |
| /unicodeexample/by_id_PUT               | DVDzbr_rest::Controller::UnicodeExample                                        | by_id_PUT                               |
| /unicodeexample/by_id_GET               | DVDzbr_rest::Controller::UnicodeExample                                        | by_id_GET                               |
| /unicodeexample/edit                    | DVDzbr_rest::Controller::UnicodeExample                                        | edit                                    |
| /unicodeexample/by_id                   | DVDzbr_rest::Controller::UnicodeExample                                        | by_id                                   |
| /unicodeexample/view                    | DVDzbr_rest::Controller::UnicodeExample                                        | view                                    |
| /unicodeexample/destroy                 | DVDzbr_rest::Controller::UnicodeExample                                        | destroy                                 |
| /unicodeexample/list                    | DVDzbr_rest::Controller::UnicodeExample                                        | list                                    |
| /unicodeexample/base                    | DVDzbr_rest::Controller::UnicodeExample                                        | base                                    |
| /unicodeexample/create_form             | DVDzbr_rest::Controller::UnicodeExample                                        | create_form                             |
| /unicodeexample/index                   | DVDzbr_rest::Controller::UnicodeExample                                        | index                                   |
| /unicodeexample/auto                    | DVDzbr_rest::Controller::UnicodeExample                                        | auto                                    |
| /tag/by_id_PUT                          | DVDzbr_rest::Controller::Tag                                                   | by_id_PUT                               |
| /tag/by_id_GET                          | DVDzbr_rest::Controller::Tag                                                   | by_id_GET                               |
| /tag/edit                               | DVDzbr_rest::Controller::Tag                                                   | edit                                    |
| /tag/by_id                              | DVDzbr_rest::Controller::Tag                                                   | by_id                                   |
| /tag/view                               | DVDzbr_rest::Controller::Tag                                                   | view                                    |
| /tag/destroy                            | DVDzbr_rest::Controller::Tag                                                   | destroy                                 |
| /tag/list                               | DVDzbr_rest::Controller::Tag                                                   | list                                    |
| /tag/base                               | DVDzbr_rest::Controller::Tag                                                   | base                                    |
| /tag/create_form                        | DVDzbr_rest::Controller::Tag                                                   | create_form                             |
| /tag/index                              | DVDzbr_rest::Controller::Tag                                                   | index                                   |
| /tag/auto                               | DVDzbr_rest::Controller::Tag                                                   | auto                                    |
| /userrole/by_id_PUT                     | DVDzbr_rest::Controller::UserRole                                              | by_id_PUT                               |
| /userrole/by_id_GET                     | DVDzbr_rest::Controller::UserRole                                              | by_id_GET                               |
| /userrole/edit                          | DVDzbr_rest::Controller::UserRole                                              | edit                                    |
| /userrole/by_id                         | DVDzbr_rest::Controller::UserRole                                              | by_id                                   |
| /userrole/view                          | DVDzbr_rest::Controller::UserRole                                              | view                                    |
| /userrole/destroy                       | DVDzbr_rest::Controller::UserRole                                              | destroy                                 |
| /userrole/list                          | DVDzbr_rest::Controller::UserRole                                              | list                                    |
| /userrole/base                          | DVDzbr_rest::Controller::UserRole                                              | base                                    |
| /userrole/create_form                   | DVDzbr_rest::Controller::UserRole                                              | create_form                             |
| /userrole/index                         | DVDzbr_rest::Controller::UserRole                                              | index                                   |
| /userrole/auto                          | DVDzbr_rest::Controller::UserRole                                              | auto                                    |
| /role/by_id_PUT                         | DVDzbr_rest::Controller::Role                                                  | by_id_PUT                               |
| /role/by_id_GET                         | DVDzbr_rest::Controller::Role                                                  | by_id_GET                               |
| /role/edit                              | DVDzbr_rest::Controller::Role                                                  | edit                                    |
| /role/by_id                             | DVDzbr_rest::Controller::Role                                                  | by_id                                   |
| /role/view                              | DVDzbr_rest::Controller::Role                                                  | view                                    |
| /role/destroy                           | DVDzbr_rest::Controller::Role                                                  | destroy                                 |
| /role/list                              | DVDzbr_rest::Controller::Role                                                  | list                                    |
| /role/base                              | DVDzbr_rest::Controller::Role                                                  | base                                    |
| /role/create_form                       | DVDzbr_rest::Controller::Role                                                  | create_form                             |
| /role/index                             | DVDzbr_rest::Controller::Role                                                  | index                                   |
| /role/auto                              | DVDzbr_rest::Controller::Role                                                  | auto                                    |
| /dvdtag/by_id_PUT                       | DVDzbr_rest::Controller::Dvdtag                                                | by_id_PUT                               |
| /dvdtag/by_id_GET                       | DVDzbr_rest::Controller::Dvdtag                                                | by_id_GET                               |
| /dvdtag/edit                            | DVDzbr_rest::Controller::Dvdtag                                                | edit                                    |
| /dvdtag/by_id                           | DVDzbr_rest::Controller::Dvdtag                                                | by_id                                   |
| /dvdtag/view                            | DVDzbr_rest::Controller::Dvdtag                                                | view                                    |
| /dvdtag/destroy                         | DVDzbr_rest::Controller::Dvdtag                                                | destroy                                 |
| /dvdtag/list                            | DVDzbr_rest::Controller::Dvdtag                                                | list                                    |
| /dvdtag/base                            | DVDzbr_rest::Controller::Dvdtag                                                | base                                    |
| /dvdtag/create_form                     | DVDzbr_rest::Controller::Dvdtag                                                | create_form                             |
| /dvdtag/index                           | DVDzbr_rest::Controller::Dvdtag                                                | index                                   |
| /dvdtag/auto                            | DVDzbr_rest::Controller::Dvdtag                                                | auto                                    |
| /user/by_id_PUT                         | DVDzbr_rest::Controller::User                                                  | by_id_PUT                               |
| /user/by_id_GET                         | DVDzbr_rest::Controller::User                                                  | by_id_GET                               |
| /user/edit                              | DVDzbr_rest::Controller::User                                                  | edit                                    |
| /user/by_id                             | DVDzbr_rest::Controller::User                                                  | by_id                                   |
| /user/view                              | DVDzbr_rest::Controller::User                                                  | view                                    |
| /user/destroy                           | DVDzbr_rest::Controller::User                                                  | destroy                                 |
| /user/list                              | DVDzbr_rest::Controller::User                                                  | list                                    |
| /user/base                              | DVDzbr_rest::Controller::User                                                  | base                                    |
| /user/create_form                       | DVDzbr_rest::Controller::User                                                  | create_form                             |
| /user/index                             | DVDzbr_rest::Controller::User                                                  | index                                   |
| /user/auto                              | DVDzbr_rest::Controller::User                                                  | auto                                    |
| /dvd/by_id_PUT                          | DVDzbr_rest::Controller::Dvd                                                   | by_id_PUT                               |
| /dvd/by_id_GET                          | DVDzbr_rest::Controller::Dvd                                                   | by_id_GET                               |
| /dvd/edit                               | DVDzbr_rest::Controller::Dvd                                                   | edit                                    |
| /dvd/by_id                              | DVDzbr_rest::Controller::Dvd                                                   | by_id                                   |
| /dvd/view                               | DVDzbr_rest::Controller::Dvd                                                   | view                                    |
| /dvd/destroy                            | DVDzbr_rest::Controller::Dvd                                                   | destroy                                 |
| /dvd/list                               | DVDzbr_rest::Controller::Dvd                                                   | list                                    |
| /dvd/base                               | DVDzbr_rest::Controller::Dvd                                                   | base                                    |
| /dvd/create_form                        | DVDzbr_rest::Controller::Dvd                                                   | create_form                             |
| /dvd/index                              | DVDzbr_rest::Controller::Dvd                                                   | index                                   |
| /dvd/auto                               | DVDzbr_rest::Controller::Dvd                                                   | auto                                    |
'-----------------------------------------+--------------------------------------------------------------------------------+-----------------------------------------'

[debug] Loaded Chained actions:
.---------------------------------------------------------------------------------+----------------------------------------------------------------------------------.
| Path Spec                                                                       | Private                                                                          |
+---------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
| /dvd/destroy/...                                                                | /dvd/base (0)                                                                    |
|                                                                                 | => /dvd/destroy                                                                  |
| /dvd/edit/...                                                                   | /dvd/base (0)                                                                    |
|                                                                                 | => /dvd/edit                                                                     |
| /dvd                                                                            | /dvd/base (0)                                                                    |
|                                                                                 | => /dvd/list                                                                     |
| /dvd/view/...                                                                   | /dvd/base (0)                                                                    |
|                                                                                 | => /dvd/view                                                                     |
| /dvdtag/destroy/...                                                             | /dvdtag/base (0)                                                                 |
|                                                                                 | => /dvdtag/destroy                                                               |
| /dvdtag/edit/...                                                                | /dvdtag/base (0)                                                                 |
|                                                                                 | => /dvdtag/edit                                                                  |
| /dvdtag                                                                         | /dvdtag/base (0)                                                                 |
|                                                                                 | => /dvdtag/list                                                                  |
| /dvdtag/view/...                                                                | /dvdtag/base (0)                                                                 |
|                                                                                 | => /dvdtag/view                                                                  |
| /role/destroy/...                                                               | /role/base (0)                                                                   |
|                                                                                 | => /role/destroy                                                                 |
| /role/edit/...                                                                  | /role/base (0)                                                                   |
|                                                                                 | => /role/edit                                                                    |
| /role                                                                           | /role/base (0)                                                                   |
|                                                                                 | => /role/list                                                                    |
| /role/view/...                                                                  | /role/base (0)                                                                   |
|                                                                                 | => /role/view                                                                    |
| /tag/destroy/...                                                                | /tag/base (0)                                                                    |
|                                                                                 | => /tag/destroy                                                                  |
| /tag/edit/...                                                                   | /tag/base (0)                                                                    |
|                                                                                 | => /tag/edit                                                                     |
| /tag                                                                            | /tag/base (0)                                                                    |
|                                                                                 | => /tag/list                                                                     |
| /tag/view/...                                                                   | /tag/base (0)                                                                    |
|                                                                                 | => /tag/view                                                                     |
| /unicodeexample/destroy/...                                                     | /unicodeexample/base (0)                                                         |
|                                                                                 | => /unicodeexample/destroy                                                       |
| /unicodeexample/edit/...                                                        | /unicodeexample/base (0)                                                         |
|                                                                                 | => /unicodeexample/edit                                                          |
| /unicodeexample                                                                 | /unicodeexample/base (0)                                                         |
|                                                                                 | => /unicodeexample/list                                                          |
| /unicodeexample/view/...                                                        | /unicodeexample/base (0)                                                         |
|                                                                                 | => /unicodeexample/view                                                          |
| /user/destroy/...                                                               | /user/base (0)                                                                   |
|                                                                                 | => /user/destroy                                                                 |
| /user/edit/...                                                                  | /user/base (0)                                                                   |
|                                                                                 | => /user/edit                                                                    |
| /user                                                                           | /user/base (0)                                                                   |
|                                                                                 | => /user/list                                                                    |
| /user/view/...                                                                  | /user/base (0)                                                                   |
|                                                                                 | => /user/view                                                                    |
| /userrole/destroy/...                                                           | /userrole/base (0)                                                               |
|                                                                                 | => /userrole/destroy                                                             |
| /userrole/edit/...                                                              | /userrole/base (0)                                                               |
|                                                                                 | => /userrole/edit                                                                |
| /userrole                                                                       | /userrole/base (0)                                                               |
|                                                                                 | => /userrole/list                                                                |
| /userrole/view/...                                                              | /userrole/base (0)                                                               |
|                                                                                 | => /userrole/view                                                                |
'---------------------------------------------------------------------------------+----------------------------------------------------------------------------------'

[info] DVDzbr_rest powered by Catalyst 5.89002
[info] *** Request 1 (0.500/s) [2073] [Wed May 18 14:51:12 2011] ***
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Rendering template "home.tt"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: 1366
[info] Request took 0.037383s (26.750/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /index                                                                                                                                             | 0.000183s |
| /end                                                                                                                                               | 0.034527s |
|  -> DVDzbr_rest::View::TT->process                                                                                                                 | 0.033912s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'

[info] *** Request 2 (1.000/s) [2073] [Wed May 18 14:51:12 2011] ***
[debug] "GET" request for "dvd/by_id/2" from "127.0.0.1"
[debug] Arguments are "dvd/by_id/2"
[debug] Response Code: 404; Content-Type: text/html; charset=utf-8; Content-Length: 13
[info] Request took 0.002419s (413.394/s)
.----------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action                                                                                                                                             | Time      |
+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /default                                                                                                                                           | 0.000131s |
| /end                                                                                                                                               | 0.000157s |
'----------------------------------------------------------------------------------------------------------------------------------------------------+-----------'


#   Failed test 'GET dvd object'
#   at t/31.test_rest.t line 23.
# 404
# Not Found
# Looks like you failed 1 test of 2.
t/31.test_rest.t ...... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
t/pod-coverage.t ...... skipped: Author test
t/pod.t ............... ok

Test Summary Report
-------------------
t/21.test_dvdzbr.t  (Wstat: 512 Tests: 7 Failed: 1)
  Failed test:  7
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 20 tests but ran 7.
t/31.test_rest.t    (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=9, Tests=49, 28 wallclock secs ( 0.05 usr  0.06 sys + 12.41 cusr  0.98 csys = 13.50 CPU)
Result: FAIL
Failed 2/9 test programs. 2/49 subtests failed.
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                                     Need    Have   
    ------------------------------------------ ------- -------
    Catalyst::Devel                            1.00    1.33   
    Catalyst::Helper::Model::DBIC::Schema      0       0.49   
    Catalyst::Model::DBIC::Schema              0.29    0.49   
    Catalyst::Plugin::ConfigLoader             0       0.30   
    Catalyst::Plugin::Session::State::Cookie   0       0.17   
    Catalyst::Plugin::Session::Store::FastMmap 0       0.14   
    Catalyst::Plugin::Static::Simple           0       0.29   
    Catalyst::Plugin::Unicode                  0       0.93   
    Catalyst::Runtime                          5.80006 5.89002
    Catalyst::View::TT                         0.21    0.36   
    DBIx::Class                                0.08003 0.08192
    DBIx::Class::ResultSet::RecursiveUpdate    0       0.24   
    DBIx::Class::Schema::Loader                0.03    0.07010
    DBIx::Class::UTF8Columns                   0       0      
    File::Slurp                                0       9999.18
    HTML::FormHandler                          0.26    0.34001
    HTML::FormHandler::Generator::DBIC         0.03    0.03   
    HTML::FormHandler::Model::DBIC             0.04    0.15   
    Lingua::EN::Inflect::Phrase                0       0.04   
    List::Util                                 0       1.23   
    Path::Class                                0       0.23   
    Pod::Usage                                 0       1.36   
    String::Random                             0       0.22   

build_requires:

    Module                                     Need    Have   
    ------------------------------------------ ------- -------
    ExtUtils::MakeMaker                        0       6.57_10

configure_requires:

    Module                                     Need    Have   
    ------------------------------------------ ------- -------
    ExtUtils::MakeMaker                        0       6.57_10


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    PATH = /home/lonesome/perl5/perlbrew/bin:/home/lonesome/perl5/perlbrew/perls/perl-5.14.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    PATH_WITHOUT_PERLBREW = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1509
    PERL5_CPAN_IS_RUNNING = 1509
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 22569,1509
    PERLBREW_PATH = /home/lonesome/perl5/perlbrew/bin:/home/lonesome/perl5/perlbrew/perls/perl-5.14.0/bin
    PERLBREW_PERL = perl-5.14.0
    PERLBREW_ROOT = /home/lonesome/perl5/perlbrew
    PERLBREW_VERSION = 0.20
    PERL_CR_SMOKER_CURRENT = Catalyst-Example-InstantCRUD-0.038
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 20 24 46 107 108 109 1000
    $EGID = 1000 4 20 24 46 107 108 109 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9600  
    Cwd                 3.33    
    ExtUtils::CBuilder  0.280202
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.56    
    ExtUtils::MakeMaker 6.57_10 
    ExtUtils::Manifest  1.58    
    ExtUtils::ParseXS   2.2206  
    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=linux, osvers=2.6.32-31-generic, archname=i686-linux
    uname='linux ubuntu-10 2.6.32-31-generic #61-ubuntu smp fri apr 8 18:24:35 utc 2011 i686 gnulinux '
    config_args='-de -Dprefix=/home/lonesome/perl5/perlbrew/perls/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 ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.4.3', 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 =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /usr/lib64
    libs=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.11.1.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.11.1'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -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 USE_LARGE_FILES USE_PERLIO
                        USE_PERL_ATOF
  Built under linux
  Compiled at May 16 2011 11:04:40
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="1509"
    PERL5_CPAN_IS_RUNNING="1509"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="22569,1509"
    PERLBREW_PATH="/home/lonesome/perl5/perlbrew/bin:/home/lonesome/perl5/perlbrew/perls/perl-5.14.0/bin"
    PERLBREW_PERL="perl-5.14.0"
    PERLBREW_ROOT="/home/lonesome/perl5/perlbrew"
    PERLBREW_VERSION="0.20"
    PERL_CR_SMOKER_CURRENT="Catalyst-Example-InstantCRUD-0.038"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0/i686-linux
    /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/lib/site_perl/5.14.0
    /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/lib/5.14.0/i686-linux
    /home/lonesome/perl5/perlbrew/perls/perl-5.14.0/lib/5.14.0
    .