Bug#723909: jifty: FTBFS: test failures

Damyan Ivanov dmn at debian.org
Sat Sep 28 07:08:46 UTC 2013


-=| Florian Schlichting, 28.09.2013 00:52:56 +0200 |=-
> Control: tags 723909 + confirmed

Thank you Florian for looking at this.

> Damyans log snipped doesn't show it, but it't lots of subtests that fail
> without any specific output:

Yes, sorry about omitting the full log. Attached now.

> t/00-load.t ............................................
> Failed 1/2 subtests 
> t/01-dependencies.t .................................... ok
> t/01-test-mechanize.t .................................. 
> Failed 6/6 subtests 
>
> Not all of these are reproducible for me outside the chroot. Those 
> that are turn out to be segfaults, and as far as I've investigated, 
> they all look very similar and occur in libsqlite3:
> 
> #0  0x00007fbe1c61330e in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
> #1  0x00007fbe1c613369 in sqlite3_db_filename () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
> #2  0x00007fbe1c8c968d in sqlite_db_filename () from /usr/lib/perl5/auto/DBD/SQLite/SQLite.so
> #3  0x00007fbe1c8bc45f in ?? () from /usr/lib/perl5/auto/DBD/SQLite/SQLite.so
> #4  0x00007fbe1cf2df5f in XS_DBI_dispatch () from /usr/lib/perl5/auto/DBI/DBI.so
>
Here's backtrace from t/00-load.t's second test 
( use_ok('Jifty::Test') ) with debug symbols:

#0  0x00007ffff0948217 in sqlite3_stricmp (
    zLeft=zLeft at entry=0x7ffff0c05447 "main", 
    zRight=0x440400000001 <Address 0x440400000001 out of bounds>)
    at sqlite3.c:21421
#1  0x00007ffff094c327 in sqlite3DbNameToBtree (db=0x5c33218, 
    zDbName=0x7ffff0c05447 "main") at sqlite3.c:118925
#2  0x00007ffff094c369 in sqlite3_db_filename (db=<optimized out>, 
    zDbName=<optimized out>) at sqlite3.c:118938
#3  0x00007ffff0c0268d in sqlite_db_filename ()
   from /usr/lib/perl5/auto/DBD/SQLite/SQLite.so
#4  0x00007ffff0bf545f in ?? () from /usr/lib/perl5/auto/DBD/SQLite/SQLite.so
#5  0x00007ffff2562f5f in XS_DBI_dispatch ()
   from /usr/lib/perl5/auto/DBI/DBI.so
#6  0x00000000004f7385 in Perl_pp_entersub (my_perl=0x89d040) at pp_hot.c:2888
#7  0x00000000004c27d9 in Perl_runops_debug (my_perl=0x89d040) at dump.c:2213
#8  0x000000000043e799 in Perl_call_sv (my_perl=0x89d040, sv=0x5ab0ee8, 
    flags=<optimized out>) at perl.c:2751
#9  0x00007ffff25638c1 in XS_DBI_dispatch ()
   from /usr/lib/perl5/auto/DBI/DBI.so
#10 0x00000000004f7385 in Perl_pp_entersub (my_perl=0x89d040) at pp_hot.c:2888
#11 0x00000000004c27d9 in Perl_runops_debug (my_perl=0x89d040) at dump.c:2213
#12 0x000000000043eb72 in Perl_call_sv (my_perl=my_perl at entry=0x89d040, 
    sv=sv at entry=0x8d3988, flags=<optimized out>, flags at entry=13) at perl.c:2766
#13 0x0000000000441e9c in Perl_call_list (my_perl=my_perl at entry=0x89d040, 
    oldscope=oldscope at entry=9, paramList=0x8c3f18) at perl.c:4921
#14 0x000000000041fd25 in S_process_special_blocks (
    my_perl=my_perl at entry=0x89d040, floor=floor at entry=124, 
    fullname=fullname at entry=0x8d3298 "BEGIN", gv=gv at entry=0x8c3f78, 
    cv=cv at entry=0x8d3988) at op.c:7717
#15 0x0000000000435f7c in Perl_newATTRSUB_flags (
    my_perl=my_perl at entry=0x89d040, floor=floor at entry=124, o=<optimized out>, 
    proto=proto at entry=0x0, attrs=attrs at entry=0x0, block=<optimized out>, 
    block at entry=0x34c7958, flags=flags at entry=0) at op.c:7681
#16 0x0000000000439aad in Perl_newATTRSUB (block=0x34c7958, attrs=0x0, 
    proto=0x0, o=<optimized out>, floor=124, my_perl=0x89d040) at op.c:7354
#17 Perl_utilize (my_perl=my_perl at entry=0x89d040, aver=<optimized out>, 
    floor=124, version=<optimized out>, idop=0xaae188, arg=<optimized out>)
    at op.c:5139
#18 0x0000000000483d54 in Perl_yyparse (my_perl=my_perl at entry=0x89d040, 
    gramtype=gramtype at entry=258) at perly.y:397
#19 0x0000000000553ad8 in S_doeval (my_perl=my_perl at entry=0x89d040, 
    gimme=gimme at entry=2, outside=outside at entry=0xa440f8, seq=<optimized out>, 
    hh=hh at entry=0x0) at pp_ctl.c:3488
#20 0x0000000000566d27 in Perl_pp_entereval (my_perl=0x89d040) at pp_ctl.c:4199
#21 0x00000000004c27d9 in Perl_runops_debug (my_perl=0x89d040) at dump.c:2213
#22 0x0000000000448473 in S_run_body (oldscope=1, my_perl=0x89d040)
    at perl.c:2467
#23 perl_run (my_perl=0x89d040) at perl.c:2383
#24 0x000000000041f4a7 in main (argc=2, argv=0x7fffffffe5d8, 
    env=0x7fffffffe5f0) at perlmain.c:114

> So maybe this (and the other jifty FTBFS) is related to #723812
> (libdbd-sqlite3-perl FTBFS in test suite)?

It looks like a problem in sqlite3, but I don't see segfaults in 
#723812, only missing sorts.

I ran this under valgrind and the first error it shows is:

==20663== Invalid read of size 4
==20663==    at 0x143D12F2: sqlite3DbNameToBtree (in /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6)
==20663==    by 0x143D1368: sqlite3_db_filename (in /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6)
==20663==    by 0x141B568C: sqlite_db_filename (in /usr/lib/perl5/auto/DBD/SQLite/SQLite.so)
==20663==    by 0x141A845E: ??? (in /usr/lib/perl5/auto/DBD/SQLite/SQLite.so)
==20663==    by 0x11491F5E: XS_DBI_dispatch (in /usr/lib/perl5/auto/DBI/DBI.so)

Attaching gdb at this point shows:

#0  sqlite3DbNameToBtree (db=0x13f6fdb8, zDbName=0x141b8447 "main")
    at sqlite3.c:118923
#1  0x00000000143d1369 in sqlite3_db_filename (db=<optimized out>, 
    zDbName=<optimized out>) at sqlite3.c:118938
#2  0x00000000141b568d in sqlite_db_filename ()
   from /usr/lib/perl5/auto/DBD/SQLite/SQLite.so
#3  0x00000000141a845f in ?? () from /usr/lib/perl5/auto/DBD/SQLite/SQLite.so
#4  0x0000000011491f5f in XS_DBI_dispatch ()
   from /usr/lib/perl5/auto/DBI/DBI.so


The corresponding line in sqlite3 sources is really 3323:

   3316 /*
   3317 ** Return the Btree pointer identified by zDbName.  Return NULL if not found.
   3318 */
   3319 Btree *sqlite3DbNameToBtree(sqlite3 *db, const char *zDbName){
   3320   int i;
   3321   for(i=0; i<db->nDb; i++){
   3322     if( db->aDb[i].pBt
   3323      && (zDbName==0 || sqlite3StrICmp(zDbName, db->aDb[i].zName)==0)
   3324     ){
   3325       return db->aDb[i].pBt;
   3326     }
   3327   }
   3328   return 0;
   3329 }

According to the first gdb trace, the problem is in the second 
argument, db->aDb[i].zName, which looks like something maintained by 
sqlite. Hmm.

Unfortunately I run out of time at this point. Note for the time I (or 
somebody else!) picks this up: run the following command in order to 
find out when exactly the invalid read occurs:

PERL5LIB=lib valgrind --db-attach=yes debugperl -d -e'require 
Jifty::Test; Jifty::Test->import;'

Then, try to create a reproducible test case and submit to 
libsqlite3-perl or sqlite3.
-------------- next part --------------
I: using fakeroot in build.
I: Current time: Wed Sep 18 21:36:10 EEST 2013
I: pbuilder-time-stamp: 1379529370
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base+dh.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
I: Setting up ccache
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 8), perl, libany-moose-perl, libapp-cli-perl, libcache-cache-perl, libcache-memcached-perl, libcalendar-simple-perl, libcarp-clan-perl, libcgi-cookie-splitter-perl, libcgi-emulate-psgi-perl, libcgi-pm-perl, libclass-accessor-named-perl, libclass-accessor-perl, libclass-container-perl, libclass-data-inheritable-perl, libclass-inspector-perl, libclass-trigger-perl, libclone-perl, libcrypt-cbc-perl, libcrypt-rijndael-perl, libcss-squish-perl, libdata-dump-streamer-perl, libdata-page-perl, libdate-manip-perl, libdatetime-locale-perl, libdatetime-perl, libdbd-sqlite3-perl, libdevel-cover-perl, libdevel-repl-perl, libemail-abstract-perl, libemail-folder-perl, libemail-localdelivery-perl, libemail-mime-contenttype-perl, libemail-mime-createhtml-perl, libemail-mime-perl, libemail-send-perl, libemail-simple-perl, libexception-class-perl, libexporter-lite-perl, libfcgi-procmanager-perl (>= 0.19), libfile-find-rule-perl, libfile-mmagic-perl, libfile-sharedir-perl, libhash-merge-perl, libhash-multivalue-perl, libhtml-lint-perl, libhtml-mason-perl, libhtml-parser-perl, libhtml-treebuilder-xpath-perl, libhttp-server-simple-perl, libhttp-server-simple-recorder-perl, libio-handle-util-perl, libipc-pubsub-perl, libipc-run3-perl, libjifty-dbi-perl (>= 0.66), libjs-jquery, libjs-prototype, libjs-scriptaculous, libjs-yui, libjson-perl, libjson-xs-perl, liblocale-maketext-lexicon-perl, liblog-log4perl-perl, libmime-types-perl, libmodule-install-perl, libmodule-refresh-perl, libmodule-scandeps-perl, libobject-declare-perl, libossp-uuid-perl, libpadwalker-perl, libparams-validate-perl, libplack-middleware-deflater-perl, libplack-perl, libscalar-defer-perl, libshell-command-perl, libsql-reservedwords-perl, libstring-bufferstack-perl, libstring-koremutake-perl, libsuper-perl, libtemplate-declare-perl, libtest-base-perl, libtest-email-perl, libtest-exception-perl, libtest-longstring-perl, libtest-mockmodule-perl, libtest-mockobject-perl, libtest-script-run-perl, libtest-www-declare-perl, libtest-www-mechanize-perl, libtest-www-mechanize-psgi-perl, libtest-www-selenium-perl, libuniversal-require-perl, liburi-perl, libwww-mechanize-perl, libwww-perl, libxml-simple-perl, libxml-writer-perl, libxml-xpath-perl, libyaml-perl, libyaml-syck-perl (>= 1.22)
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 14836 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from .../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on libany-moose-perl; however:
  Package libany-moose-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libapp-cli-perl; however:
  Package libapp-cli-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcache-cache-perl; however:
  Package libcache-cache-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcache-memcached-perl; however:
  Package libcache-memcached-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcalendar-simple-perl; however:
  Package libcalendar-simple-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcarp-clan-perl; however:
  Package libcarp-clan-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcgi-cookie-splitter-perl; however:
  Package libcgi-cookie-splitter-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcgi-emulate-psgi-perl; howeve
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  ca-certificates{a} libalgorithm-c3-perl{a} libalgorithm-diff-perl{a} 
  libany-moose-perl{a} libapache-logformat-compiler-perl{a} 
  libapp-cli-perl{a} libapp-nopaste-perl{a} libasa-perl{a} 
  libb-hooks-endofscope-perl{a} libb-keywords-perl{a} libb-utils-perl{a} 
  libbrowser-open-perl{a} libcache-cache-perl{a} libcache-memcached-perl{a} 
  libcache-simple-timedexpiry-perl{a} libcalendar-simple-perl{a} 
  libcarp-assert-more-perl{a} libcarp-assert-perl{a} libcarp-clan-perl{a} 
  libcgi-cookie-splitter-perl{a} libcgi-emulate-psgi-perl{a} 
  libcgi-simple-perl{a} libclass-accessor-chained-perl{a} 
  libclass-accessor-named-perl{a} libclass-accessor-perl{a} 
  libclass-c3-perl{a} libclass-container-perl{a} 
  libclass-data-inheritable-perl{a} libclass-factory-util-perl{a} 
  libclass-insideout-perl{a} libclass-inspector-perl{a} 
  libclass-isa-perl{a} libclass-load-perl{a} libclass-load-xs-perl{a} 
  libclass-returnvalue-perl{a} libclass-singleton-perl{a} 
  libclass-trigger-perl{a} libclone-perl{a} libcommon-sense-perl{a} 
  libconvert-binhex-perl{a} libcrypt-cbc-perl{a} libcrypt-rijndael-perl{a} 
  libcss-squish-perl{a} libdata-dump-streamer-perl{a} 
  libdata-dumper-concise-perl{a} libdata-optlist-perl{a} 
  libdata-page-perl{a} libdata-serializer-perl{a} libdate-manip-perl{a} 
  libdatetime-format-builder-perl{a} libdatetime-format-iso8601-perl{a} 
  libdatetime-format-strptime-perl{a} libdatetime-locale-perl{a} 
  libdatetime-perl{a} libdatetime-timezone-perl{a} libdbd-sqlite3-perl{a} 
  libdbi-perl{a} libdbix-dbschema-perl{a} libdbm-deep-perl{a} 
  libdevel-caller-perl{a} libdevel-cover-perl{a} 
  libdevel-globaldestruction-perl{a} libdevel-lexalias-perl{a} 
  libdevel-repl-perl{a} libdevel-stacktrace-ashtml-perl{a} 
  libdevel-stacktrace-perl{a} libemail-abstract-perl{a} 
  libemail-address-perl{a} libemail-date-format-perl{a} 
  libemail-folder-perl{a} libemail-foldertype-perl{a} 
  libemail-localdelivery-perl{a} libemail-messageid-perl{a} 
  libemail-mime-contenttype-perl{a} libemail-mime-createhtml-perl{a} 
  libemail-mime-encodings-perl{a} libemail-mime-perl{a} 
  libemail-send-perl{a} libemail-simple-perl{a} libencode-locale-perl{a} 
  liberror-perl{a} libeval-closure-perl{a} libexception-class-perl{a} 
  libexpat1{a} libexporter-lite-perl{a} libfcgi-procmanager-perl{a} 
  libfile-find-rule-perl{a} libfile-homedir-perl{a} libfile-listing-perl{a} 
  libfile-mmagic-perl{a} libfile-next-perl{a} libfile-path-expand-perl{a} 
  libfile-policy-perl{a} libfile-remove-perl{a} libfile-sharedir-perl{a} 
  libfile-slurp-perl{a} libfile-which-perl{a} 
  libfilesys-notify-simple-perl{a} libfreezethaw-perl{a} 
  libgetopt-long-descriptive-perl{a} libhash-merge-perl{a} 
  libhash-multivalue-perl{a} libhook-lexwrap-perl{a} libhtml-form-perl{a} 
  libhtml-lint-perl{a} libhtml-mason-perl{a} libhtml-parser-perl{a} 
  libhtml-tagset-perl{a} libhtml-tokeparser-simple-perl{a} 
  libhtml-tree-perl{a} libhtml-treebuilder-xpath-perl{a} 
  libhttp-body-perl{a} libhttp-cookies-perl{a} libhttp-daemon-perl{a} 
  libhttp-date-perl{a} libhttp-message-perl{a} libhttp-negotiate-perl{a} 
  libhttp-server-simple-perl{a} libhttp-server-simple-recorder-perl{a} 
  libio-handle-util-perl{a} libio-html-perl{a} libio-socket-ssl-perl{a} 
  libio-string-perl{a} libio-stringy-perl{a} libio-tee-perl{a} 
  libipc-pubsub-perl{a} libipc-run3-perl{a} libipc-sharelite-perl{a} 
  libjifty-dbi-perl{a} libjs-jquery{a} libjs-prototype{a} 
  libjs-scriptaculous{a} libjs-yui{a} libjson-perl{a} libjson-xs-perl{a} 
  liblexical-persistence-perl{a} liblingua-en-inflect-perl{a} 
  liblist-moreutils-perl{a} liblocale-maketext-lexicon-perl{a} 
  liblockfile-bin{a} liblockfile1{a} liblog-any-perl{a} 
  liblog-log4perl-perl{a} liblog-trace-perl{a} liblwp-mediatypes-perl{a} 
  liblwp-protocol-https-perl{a} libmailtools-perl{a} libmime-tools-perl{a} 
  libmime-types-perl{a} libmodule-implementation-perl{a} 
  libmodule-install-perl{a} libmodule-pluggable-perl{a} 
  libmodule-refresh-perl{a} libmodule-runtime-perl{a} 
  libmodule-scandeps-perl{a} libmoose-perl{a} 
  libmoosex-attributehelpers-perl{a} libmoosex-getopt-perl{a} 
  libmoosex-object-pluggable-perl{a} libmoosex-role-parameterized-perl{a} 
  libmouse-perl{a} libmro-compat-perl{a} libnamespace-clean-perl{a} 
  libnet-http-perl{a} libnet-smtp-ssl-perl{a} libnet-ssleay-perl{a} 
  libnumber-compare-perl{a} libobject-declare-perl{a} libossp-uuid-perl{a} 
  libossp-uuid16{a} libpackage-deprecationmanager-perl{a} 
  libpackage-stash-perl{a} libpackage-stash-xs-perl{a} libpadwalker-perl{a} 
  libpar-dist-perl{a} libparams-classify-perl{a} libparams-util-perl{a} 
  libparams-validate-perl{a} libpath-class-perl{a} 
  libplack-middleware-deflater-perl{a} libplack-perl{a} libppi-perl{a} 
  libreturn-value-perl{a} libscalar-defer-perl{a} libscope-guard-perl{a} 
  libshell-command-perl{a} libspiffy-perl{a} libsql-reservedwords-perl{a} 
  libssl1.0.0{a} libstream-buffered-perl{a} libstring-bufferstack-perl{a} 
  libstring-crc32-perl{a} libstring-koremutake-perl{a} 
  libsub-exporter-perl{a} libsub-exporter-progressive-perl{a} 
  libsub-identify-perl{a} libsub-install-perl{a} libsub-name-perl{a} 
  libsub-override-perl{a} libsub-uplevel-perl{a} libsuper-perl{a} 
  libsys-sigaction-perl{a} libtask-weaken-perl{a} 
  libtemplate-declare-perl{a} libtest-assertions-perl{a} 
  libtest-base-perl{a} libtest-email-perl{a} libtest-exception-perl{a} 
  libtest-http-server-simple-perl{a} libtest-longstring-perl{a} 
  libtest-mockmodule-perl{a} libtest-mockobject-perl{a} 
  libtest-requires-perl{a} libtest-script-run-perl{a} 
  libtest-sharedfork-perl{a} libtest-tcp-perl{a} libtest-warn-perl{a} 
  libtest-www-declare-perl{a} libtest-www-mechanize-perl{a} 
  libtest-www-mechanize-psgi-perl{a} libtest-www-selenium-perl{a} 
  libtext-diff-perl{a} libtext-glob-perl{a} libtime-duration-parse-perl{a} 
  libtime-duration-perl{a} libtree-dagnode-perl{a} libtry-tiny-perl{a} 
  libuniversal-can-perl{a} libuniversal-isa-perl{a} 
  libuniversal-require-perl{a} liburi-perl{a} libvariable-magic-perl{a} 
  libwww-mechanize-perl{a} libwww-perl{a} libwww-robotrules-perl{a} 
  libxml-libxml-perl{a} libxml-namespacesupport-perl{a} 
  libxml-parser-perl{a} libxml-sax-base-perl{a} libxml-sax-perl{a} 
  libxml-simple-perl{a} libxml-writer-perl{a} libxml-xpath-perl{a} 
  libxml-xpathengine-perl{a} libyaml-perl{a} libyaml-syck-perl{a} 
  libyaml-tiny-perl{a} openssl{a} ucf{a} 
0 packages upgraded, 249 newly installed, 0 to remove and 0 not upgraded.
Need to get 20.6 MB of archives. After unpacking 82.7 MB will be used.
Writing extended state information...
Get: 1 http://proxy:9999/debian/ sid/main libssl1.0.0 amd64 1.0.1e-3 [1242 kB]
Get: 2 http://proxy:9999/debian/ sid/main liblockfile-bin amd64 1.09-6 [18.9 kB]
Get: 3 http://proxy:9999/debian/ sid/main liblockfile1 amd64 1.09-6 [15.8 kB]
Get: 4 http://proxy:9999/debian/ sid/main libparams-util-perl amd64 1.07-1+b1 [25.3 kB]
Get: 5 http://proxy:9999/debian/ sid/main libsub-install-perl all 0.926-1 [11.2 kB]
Get: 6 http://proxy:9999/debian/ sid/main libdata-optlist-perl all 0.107-1 [10.7 kB]
Get: 7 http://proxy:9999/debian/ sid/main libparams-classify-perl amd64 0.013-4+b1 [24.1 kB]
Get: 8 http://proxy:9999/debian/ sid/main libmodule-runtime-perl all 0.013-1 [17.8 kB]
Get: 9 http://proxy:9999/debian/ sid/main libtry-tiny-perl all 0.18-1 [18.7 kB]
Get: 10 http://proxy:9999/debian/ sid/main libmodule-implementation-perl all 0.07-1 [12.3 kB]
Get: 11 http://proxy:9999/debian/ sid/main libpackage-stash-perl all 0.36-1 [22.4 kB]
Get: 12 http://proxy:9999/debian/ sid/main libclass-load-perl all 0.20-1 [13.6 kB]
Get: 13 http://proxy:9999/debian/ sid/main libclass-singleton-perl all 1.4-1 [13.6 kB]
Get: 14 http://proxy:9999/debian/ sid/main libparams-validate-perl amd64 1.06-1+b1 [62.1 kB]
Get: 15 http://proxy:9999/debian/ sid/main libdatetime-timezone-perl all 1:1.60-1+2013d [272 kB]
Get: 16 http://proxy:9999/debian/ sid/main libemail-address-perl all 1.898-1 [27.8 kB]
Get: 17 http://proxy:9999/debian/ sid/main libexpat1 amd64 2.1.0-4 [138 kB]
Get: 18 http://proxy:9999/debian/ sid/main libclass-load-xs-perl amd64 0.06-1+b1 [13.2 kB]
Get: 19 http://proxy:9999/debian/ sid/main libsub-exporter-progressive-perl all 0.001009-1 [7720 B]
Get: 20 http://proxy:9999/debian/ sid/main libdevel-globaldestruction-perl all 0.11-1 [8514 B]
Get: 21 http://proxy:9999/debian/ sid/main libsub-exporter-perl all 0.984-1 [52.4 kB]
Get: 22 http://proxy:9999/debian/ sid/main libeval-closure-perl all 0.11-1 [11.6 kB]
Get: 23 http://proxy:9999/debian/ sid/main liblist-moreutils-perl amd64 0.33-1+b2 [51.1 kB]
Get: 24 http://proxy:9999/debian/ sid/main libalgorithm-c3-perl all 0.08-1 [11.8 kB]
Get: 25 http://proxy:9999/debian/ sid/main libclass-c3-perl all 0.25-1 [24.2 kB]
Get: 26 http://proxy:9999/debian/ sid/main libmro-compat-perl all 0.12-1 [13.2 kB]
Get: 27 http://proxy:9999/debian/ sid/main libpackage-deprecationmanager-perl all 0.13-1 [13.9 kB]
Get: 28 http://proxy:9999/debian/ sid/main libpackage-stash-xs-perl amd64 0.28-1+b1 [20.4 kB]
Get: 29 http://proxy:9999/debian/ sid/main libsub-name-perl amd64 0.05-1+b3 [10.3 kB]
Get: 30 http://proxy:9999/debian/ sid/main libtask-weaken-perl all 1.04-1 [7990 B]
Get: 31 http://proxy:9999/debian/ sid/main libmoose-perl amd64 2.1005-1+b1 [808 kB]
Get: 32 http://proxy:9999/debian/ sid/main libmoosex-role-parameterized-perl all 1.00-1 [32.7 kB]
Get: 33 http://proxy:9999/debian/ sid/main libcarp-assert-perl all 0.20-2 [18.1 kB]
Get: 34 http://proxy:9999/debian/ sid/main libcarp-assert-more-perl all 1.14-1 [15.6 kB]
Get: 35 http://proxy:9999/debian/ sid/main libhttp-server-simple-perl all 0.44-1 [30.5 kB]
Get: 36 http://proxy:9999/debian/ sid/main libtest-longstring-perl all 0.15-1 [12.3 kB]
Get: 37 http://proxy:9999/debian/ sid/main liburi-perl all 1.60-1 [100 kB]
Get: 38 http://proxy:9999/debian/ sid/main libhtml-tagset-perl all 3.20-2 [13.5 kB]
Get: 39 http://proxy:9999/debian/ sid/main libhtml-parser-perl amd64 3.71-1+b1 [117 kB]
Get: 40 http://proxy:9999/debian/ sid/main libencode-locale-perl all 1.03-1 [13.6 kB]
Get: 41 http://proxy:9999/debian/ sid/main libhttp-date-perl all 6.02-1 [10.7 kB]
Get: 42 http://proxy:9999/debian/ sid/main libio-html-perl all 1.00-1 [18.2 kB]
Get: 43 http://proxy:9999/debian/ sid/main liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
Get: 44 http://proxy:9999/debian/ sid/main libhttp-message-perl all 6.06-1 [80.1 kB]
Get: 45 http://proxy:9999/debian/ sid/main libhtml-form-perl all 6.03-1 [23.9 kB]
Get: 46 http://proxy:9999/debian/ sid/main libhtml-tree-perl all 5.02-1 [225 kB]
Get: 47 http://proxy:9999/debian/ sid/main libhttp-daemon-perl all 6.01-1 [17.3 kB]
Get: 48 http://proxy:9999/debian/ sid/main openssl amd64 1.0.1e-3 [696 kB]
Get: 49 http://proxy:9999/debian/ sid/main ca-certificates all 20130906 [185 kB]
Get: 50 http://proxy:9999/debian/ sid/main libfile-listing-perl all 6.04-1 [10.3 kB]
Get: 51 http://proxy:9999/debian/ sid/main libhttp-cookies-perl all 6.00-2 [23.5 kB]
Get: 52 http://proxy:9999/debian/ sid/main libhttp-negotiate-perl all 6.00-2 [13.6 kB]
Get: 53 http://proxy:9999/debian/ sid/main libnet-ssleay-perl amd64 1.55-1+b2 [257 kB]
Get: 54 http://proxy:9999/debian/ sid/main libio-socket-ssl-perl all 1.954-1 [84.7 kB]
Get: 55 http://proxy:9999/debian/ sid/main libnet-http-perl all 6.06-1 [24.9 kB]
Get: 56 http://proxy:9999/debian/ sid/main liblwp-protocol-https-perl all 6.04-1 [7716 B]
Get: 57 http://proxy:9999/debian/ sid/main libwww-robotrules-perl all 6.01-1 [14.3 kB]
Get: 58 http://proxy:9999/debian/ sid/main libwww-perl all 6.05-1 [204 kB]
Get: 59 http://proxy:9999/debian/ sid/main libwww-mechanize-perl all 1.71-1 [111 kB]
Get: 60 http://proxy:9999/debian/ sid/main libtest-www-mechanize-perl all 1.42-1 [26.0 kB]
Get: 61 http://proxy:9999/debian/ sid/main libyaml-syck-perl amd64 1.27-2+b1 [79.7 kB]
Get: 62 http://proxy:9999/debian/ sid/main libclass-isa-perl all 0.36-5 [10.1 kB]
Get: 63 http://proxy:9999/debian/ sid/main ucf all 3.0027+nmu1 [70.6 kB]
Get: 64 http://proxy:9999/debian/ sid/main libalgorithm-diff-perl all 1.19.02-3 [51.7 kB]
Get: 65 http://proxy:9999/debian/ sid/main libmouse-perl amd64 1.11-1+b1 [168 kB]
Get: 66 http://proxy:9999/debian/ sid/main libany-moose-perl all 0.21-1 [10.2 kB]
Get: 67 http://proxy:9999/debian/ sid/main libapache-logformat-compiler-perl all 0.12-1 [10.4 kB]
Get: 68 http://proxy:9999/debian/ sid/main libapp-cli-perl all 0.313-1 [16.5 kB]
Get: 69 http://proxy:9999/debian/ sid/main libbrowser-open-perl all 0.04-1 [7526 B]
Get: 70 http://proxy:9999/debian/ sid/main libio-stringy-perl all 2.110-5 [98.3 kB]
Get: 71 http://proxy:9999/debian/ sid/main libgetopt-long-descriptive-perl all 0.093-1 [26.1 kB]
Get: 72 http://proxy:9999/debian/ sid/main libjson-perl all 2.59-1 [101 kB]
Get: 73 http://proxy:9999/debian/ sid/main libmodule-pluggable-perl all 4.8-1 [24.3 kB]
Get: 74 http://proxy:9999/debian/ sid/main libapp-nopaste-perl all 0.92-2 [44.7 kB]
Get: 75 http://proxy:9999/debian/ sid/main libasa-perl all 0.02-1 [9440 B]
Get: 76 http://proxy:9999/debian/ sid/main libvariable-magic-perl amd64 0.52-1+b1 [41.3 kB]
Get: 77 http://proxy:9999/debian/ sid/main libb-hooks-endofscope-perl all 0.12-1 [15.5 kB]
Get: 78 http://proxy:9999/debian/ sid/main libb-keywords-perl all 1.13-1 [12.0 kB]
Get: 79 http://proxy:9999/debian/ sid/main libb-utils-perl amd64 0.21-1+b1 [31.9 kB]
Get: 80 http://proxy:9999/debian/ sid/main liberror-perl all 0.17-1.1 [22.4 kB]
Get: 81 http://proxy:9999/debian/ sid/main libipc-sharelite-perl amd64 0.17-3+b1 [24.7 kB]
Get: 82 http://proxy:9999/debian/ sid/main libcache-cache-perl all 1.06-2 [79.3 kB]
Get: 83 http://proxy:9999/debian/ sid/main libstring-crc32-perl amd64 1.4-2+b4 [10.4 kB]
Get: 84 http://proxy:9999/debian/ sid/main libcache-memcached-perl all 1.30-1 [28.0 kB]
Get: 85 http://proxy:9999/debian/ sid/main libcache-simple-timedexpiry-perl all 0.27-2 [6878 B]
Get: 86 http://proxy:9999/debian/ sid/main libcalendar-simple-perl all 1.21-1 [11.6 kB]
Get: 87 http://proxy:9999/debian/ sid/main libcarp-clan-perl all 6.04-1 [15.8 kB]
Get: 88 http://proxy:9999/debian/ sid/main libcgi-simple-perl all 1.113-2 [108 kB]
Get: 89 http://proxy:9999/debian/ sid/main libcgi-cookie-splitter-perl all 0.02-2 [9000 B]
Get: 90 http://proxy:9999/debian/ sid/main libcgi-emulate-psgi-perl all 0.15-1 [12.8 kB]
Get: 91 http://proxy:9999/debian/ sid/main libclass-accessor-perl all 0.34-1 [25.9 kB]
Get: 92 http://proxy:9999/debian/ sid/main libclass-accessor-chained-perl all 0.01.1~debian-2.1 [8008 B]
Get: 93 http://proxy:9999/debian/ sid/main libuniversal-require-perl all 0.13-1 [8896 B]
Get: 94 http://proxy:9999/debian/ sid/main libhook-lexwrap-perl all 0.24-1 [13.7 kB]
Get: 95 http://proxy:9999/debian/ sid/main libclass-accessor-named-perl all 0.008-1 [8430 B]
Get: 96 http://proxy:9999/debian/ sid/main libclass-container-perl all 0.12-3 [24.1 kB]
Get: 97 http://proxy:9999/debian/ sid/main libclass-data-inheritable-perl all 0.08-2 [9296 B]
Get: 98 http://proxy:9999/debian/ sid/main libclass-factory-util-perl all 1.7-2 [7190 B]
Get: 99 http://proxy:9999/debian/ sid/main libclass-insideout-perl all 1.13-2 [42.9 kB]
Get: 100 http://proxy:9999/debian/ sid/main libclass-inspector-perl all 1.28-1 [20.8 kB]
Get: 101 http://proxy:9999/debian/ sid/main libdevel-stacktrace-perl all 1.3000-1 [23.9 kB]
Get: 102 http://proxy:9999/debian/ sid/main libclass-returnvalue-perl all 0.55-1 [9570 B]
Get: 103 http://proxy:9999/debian/ sid/main libclass-trigger-perl all 0.14-1 [15.5 kB]
Get: 104 http://proxy:9999/debian/ sid/main libclone-perl amd64 0.35-1 [13.6 kB]
Get: 105 http://proxy:9999/debian/ sid/main libcommon-sense-perl amd64 3.72-2 [22.7 kB]
Get: 106 http://proxy:9999/debian/ sid/main libconvert-binhex-perl all 1.119+pristine-3 [30.3 kB]
Get: 107 http://proxy:9999/debian/ sid/main libcrypt-rijndael-perl amd64 1.11-1+b1 [21.3 kB]
Get: 108 http://proxy:9999/debian/ sid/main libcrypt-cbc-perl all 2.33-1 [27.8 kB]
Get: 109 http://proxy:9999/debian/ sid/main libcss-squish-perl all 0.09-1 [13.0 kB]
Get: 110 http://proxy:9999/debian/ sid/main libdata-dump-streamer-perl amd64 2.36-1+b1 [69.9 kB]
Get: 111 http://proxy:9999/debian/ sid/main libdata-dumper-concise-perl all 2.020-1 [16.5 kB]
Get: 112 http://proxy:9999/debian/ sid/main libdata-page-perl all 2.02-1 [12.3 kB]
Get: 113 http://proxy:9999/debian/ sid/main libdata-serializer-perl all 0.59-1 [70.8 kB]
Get: 114 http://proxy:9999/debian/ sid/main libdate-manip-perl all 6.41-1 [954 kB]
Get: 115 http://proxy:9999/debian/ sid/main libdatetime-locale-perl all 1:0.45-2 [2272 kB]
Get: 116 http://proxy:9999/debian/ sid/main libdatetime-perl amd64 2:1.03-1+b1 [102 kB]
Get: 117 http://proxy:9999/debian/ sid/main libdatetime-format-strptime-perl all 1.5400-1 [28.1 kB]
Get: 118 http://proxy:9999/debian/ sid/main libdatetime-format-builder-perl all 0.8100-1 [70.3 kB]
Get: 119 http://proxy:9999/debian/ sid/main libdatetime-format-iso8601-perl all 0.08-1 [16.8 kB]
Get: 120 http://proxy:9999/debian/ sid/main libdbi-perl amd64 1.628-1+b1 [923 kB]
Get: 121 http://proxy:9999/debian/ sid/main libdbd-sqlite3-perl amd64 1.40-1+b1 [110 kB]
Get: 122 http://proxy:9999/debian/ sid/main libfreezethaw-perl all 0.5001-1 [18.2 kB]
Get: 123 http://proxy:9999/debian/ sid/main libdbix-dbschema-perl all 0.40-3 [69.6 kB]
Get: 124 http://proxy:9999/debian/ sid/main libdbm-deep-perl all 2.0008-2 [122 kB]
Get: 125 http://proxy:9999/debian/ sid/main libpadwalker-perl amd64 1.96-1+b1 [20.4 kB]
Get: 126 http://proxy:9999/debian/ sid/main libdevel-caller-perl amd64 2.06-1+b1 [12.6 kB]
Get: 127 http://proxy:9999/debian/ sid/main libdevel-cover-perl amd64 1.07-2+b1 [202 kB]
Get: 128 http://proxy:9999/debian/ sid/main libdevel-lexalias-perl amd64 0.05-1+b1 [9620 B]
Get: 129 http://proxy:9999/debian/ sid/main libfile-which-perl all 1.09-1 [13.1 kB]
Get: 130 http://proxy:9999/debian/ sid/main libfile-homedir-perl all 0.99-1 [50.5 kB]
Get: 131 http://proxy:9999/debian/ sid/main libfile-next-perl all 1.10-1 [20.5 kB]
Get: 132 http://proxy:9999/debian/ sid/main liblexical-persistence-perl all 1.022-1 [17.9 kB]
Get: 133 http://proxy:9999/debian/ sid/main libmodule-refresh-perl all 0.17-1 [9776 B]
Get: 134 http://proxy:9999/debian/ sid/main libmoosex-attributehelpers-perl all 0.23-2 [86.9 kB]
Get: 135 http://proxy:9999/debian/ sid/main libmoosex-getopt-perl all 0.56-1 [46.1 kB]
Get: 136 http://proxy:9999/debian/ sid/main libmoosex-object-pluggable-perl all 0.0011-2 [12.8 kB]
Get: 137 http://proxy:9999/debian/ sid/main libsub-identify-perl amd64 0.04-1+b3 [9858 B]
Get: 138 http://proxy:9999/debian/ sid/main libnamespace-clean-perl all 0.24-1 [15.9 kB]
Get: 139 http://proxy:9999/debian/ sid/main libio-string-perl all 1.08-2 [12.0 kB]
Get: 140 http://proxy:9999/debian/ sid/main libppi-perl all 1.215-1 [400 kB]
Get: 141 http://proxy:9999/debian/ sid/main libscope-guard-perl all 0.20-1 [8176 B]
Get: 142 http://proxy:9999/debian/ sid/main libsys-sigaction-perl all 0.13-1 [25.6 kB]
Get: 143 http://proxy:9999/debian/ sid/main libdevel-repl-perl all 1.003013-1 [110 kB]
Get: 144 http://proxy:9999/debian/ sid/main libdevel-stacktrace-ashtml-perl all 0.14-1 [12.6 kB]
Get: 145 http://proxy:9999/debian/ sid/main libemail-date-format-perl all 1.004-1 [6492 B]
Get: 146 http://proxy:9999/debian/ sid/main libemail-simple-perl all 2.201-1 [22.1 kB]
Get: 147 http://proxy:9999/debian/ sid/main libemail-abstract-perl all 3.004-2 [24.1 kB]
Get: 148 http://proxy:9999/debian/ sid/main libemail-foldertype-perl all 0.813-1 [14.7 kB]
Get: 149 http://proxy:9999/debian/ sid/main libemail-folder-perl all 0.857-1 [23.7 kB]
Get: 150 http://proxy:9999/debian/ sid/main libfile-path-expand-perl all 1.02-1 [5052 B]
Get: 151 http://proxy:9999/debian/ sid/main libemail-localdelivery-perl all 1.200-1 [14.0 kB]
Get: 152 http://proxy:9999/debian/ sid/main libemail-messageid-perl all 1.402-1 [8068 B]
Get: 153 http://proxy:9999/debian/ sid/main libemail-mime-contenttype-perl all 1.017-1 [8244 B]
Get: 154 http://proxy:9999/debian/ sid/main libhtml-tokeparser-simple-perl all 3.16-1 [39.5 kB]
Get: 155 http://proxy:9999/debian/ sid/main liblog-trace-perl all 1.070-2 [32.0 kB]
Get: 156 http://proxy:9999/debian/ sid/main libmime-types-perl all 1.38-1 [32.7 kB]
Get: 157 http://proxy:9999/debian/ sid/main libemail-mime-encodings-perl all 1.315-1 [7520 B]
Get: 158 http://proxy:9999/debian/ sid/main libemail-mime-perl all 1.911-1 [28.3 kB]
Get: 159 http://proxy:9999/debian/ sid/main libtest-assertions-perl all 1.054-2 [31.4 kB]
Get: 160 http://proxy:9999/debian/ sid/main libfile-slurp-perl all 9999.19-3 [44.8 kB]
Get: 161 http://proxy:9999/debian/ sid/main libfile-policy-perl all 1.005-1 [15.7 kB]
Get: 162 http://proxy:9999/debian/ sid/main libemail-mime-createhtml-perl all 1.030-1 [30.1 kB]
Get: 163 http://proxy:9999/debian/ sid/main libreturn-value-perl all 1.666001-1 [12.8 kB]
Get: 164 http://proxy:9999/debian/ sid/main libemail-send-perl all 2.198-4 [36.0 kB]
Get: 165 http://proxy:9999/debian/ sid/main libexception-class-perl all 1.32-1 [33.9 kB]
Get: 166 http://proxy:9999/debian/ sid/main libexporter-lite-perl all 0.02-2 [8908 B]
Get: 167 http://proxy:9999/debian/ sid/main libfcgi-procmanager-perl all 0.24-1 [22.0 kB]
Get: 168 http://proxy:9999/debian/ sid/main libnumber-compare-perl all 0.03-1 [7642 B]
Get: 169 http://proxy:9999/debian/ sid/main libtext-glob-perl all 0.09-1 [8610 B]
Get: 170 http://proxy:9999/debian/ sid/main libfile-find-rule-perl all 0.33-1 [32.1 kB]
Get: 171 http://proxy:9999/debian/ sid/main libfile-mmagic-perl all 1.29-1 [31.1 kB]
Get: 172 http://proxy:9999/debian/ sid/main libfile-remove-perl all 1.52-1 [15.6 kB]
Get: 173 http://proxy:9999/debian/ sid/main libfile-sharedir-perl all 1.03-1 [11.9 kB]
Get: 174 http://proxy:9999/debian/ sid/main libfilesys-notify-simple-perl all 0.12-1 [9362 B]
Get: 175 http://proxy:9999/debian/ sid/main libhash-merge-perl all 0.12-2 [15.4 kB]
Get: 176 http://proxy:9999/debian/ sid/main libhash-multivalue-perl all 0.12-1 [15.3 kB]
Get: 177 http://proxy:9999/debian/ sid/main libhtml-lint-perl all 2.20+dfsg-1 [43.3 kB]
Get: 178 http://proxy:9999/debian/ sid/main liblog-any-perl all 0.15-1 [23.3 kB]
Get: 179 http://proxy:9999/debian/ sid/main libhtml-mason-perl all 1:1.51-1 [425 kB]
Get: 180 http://proxy:9999/debian/ sid/main libxml-xpathengine-perl all 0.13-1 [39.1 kB]
Get: 181 http://proxy:9999/debian/ sid/main libhtml-treebuilder-xpath-perl all 0.14-1 [14.6 kB]
Get: 182 http://proxy:9999/debian/ sid/main libpath-class-perl all 0.32-1 [43.5 kB]
Get: 183 http://proxy:9999/debian/ sid/main libyaml-perl all 0.84-1 [72.8 kB]
Get: 184 http://proxy:9999/debian/ sid/main libhttp-body-perl all 1.17-1 [26.5 kB]
Get: 185 http://proxy:9999/debian/ sid/main libio-tee-perl all 0.64-2 [9658 B]
Get: 186 http://proxy:9999/debian/ sid/main libtest-http-server-simple-perl all 0.10-1 [10.6 kB]
Get: 187 http://proxy:9999/debian/ sid/main libhttp-server-simple-recorder-perl all 0.03-1 [8504 B]
Get: 188 http://proxy:9999/debian/ sid/main libio-handle-util-perl all 0.01-1 [23.8 kB]
Get: 189 http://proxy:9999/debian/ sid/main libossp-uuid16 amd64 1.6.2-1.3+b1 [36.5 kB]
Get: 190 http://proxy:9999/debian/ sid/main libossp-uuid-perl amd64 1.6.2-1.3+b1 [29.4 kB]
Get: 191 http://proxy:9999/debian/ sid/main libipc-pubsub-perl all 0.29-1 [15.3 kB]
Get: 192 http://proxy:9999/debian/ sid/main libipc-run3-perl all 0.046-1 [39.2 kB]
Get: 193 http://proxy:9999/debian/ sid/main liblingua-en-inflect-perl all 1.895-1 [55.4 kB]
Get: 194 http://proxy:9999/debian/ sid/main libsub-override-perl all 0.08-4 [10.4 kB]
Get: 195 http://proxy:9999/debian/ sid/main libobject-declare-perl all 0.22-2 [12.3 kB]
Get: 196 http://proxy:9999/debian/ sid/main libscalar-defer-perl all 0.23-1 [12.4 kB]
Get: 197 http://proxy:9999/debian/ sid/main libtime-duration-perl all 1.10-1 [14.3 kB]
Get: 198 http://proxy:9999/debian/ sid/main libtime-duration-parse-perl all 0.06-1 [6502 B]
Get: 199 http://proxy:9999/debian/ sid/main libjifty-dbi-perl all 0.76-1 [190 kB]
Get: 200 http://proxy:9999/debian/ sid/main libjs-jquery all 1.7.2+dfsg-3 [96.9 kB]
Get: 201 http://proxy:9999/debian/ sid/main libjs-prototype all 1.7.1-3 [44.3 kB]
Get: 202 http://proxy:9999/debian/ sid/main libjs-scriptaculous all 1.9.0-2 [129 kB]
Get: 203 http://proxy:9999/debian/ sid/main libjs-yui all 2.9.0.dfsg.0.1-0.1 [2478 kB]
Get: 204 http://proxy:9999/debian/ sid/main libjson-xs-perl amd64 2.340-1+b1 [84.7 kB]
Get: 205 http://proxy:9999/debian/ sid/main liblocale-maketext-lexicon-perl all 0.96-1 [108 kB]
Get: 206 http://proxy:9999/debian/ sid/main liblog-log4perl-perl all 1.29-1 [440 kB]
Get: 207 http://proxy:9999/debian/ sid/main libnet-smtp-ssl-perl all 1.01-3 [5996 B]
Get: 208 http://proxy:9999/debian/ sid/main libmailtools-perl all 2.12-1 [98.3 kB]
Get: 209 http://proxy:9999/debian/ sid/main libmime-tools-perl all 5.503-1 [242 kB]
Get: 210 http://proxy:9999/debian/ sid/main libmodule-scandeps-perl all 1.10-1 [43.5 kB]
Get: 211 http://proxy:9999/debian/ sid/main libpar-dist-perl all 0.49-1 [28.9 kB]
Get: 212 http://proxy:9999/debian/ sid/main libyaml-tiny-perl all 1.51-2 [22.6 kB]
Get: 213 http://proxy:9999/debian/ sid/main libmodule-install-perl all 1.06-1 [174 kB]
Get: 214 http://proxy:9999/debian/ sid/main libstream-buffered-perl all 0.2-1 [5986 B]
Get: 215 http://proxy:9999/debian/ sid/main libtest-requires-perl all 0.07-1 [7402 B]
Get: 216 http://proxy:9999/debian/ sid/main libtest-sharedfork-perl all 0.19-1 [9442 B]
Get: 217 http://proxy:9999/debian/ sid/main libtest-tcp-perl all 2.00-1 [19.5 kB]
Get: 218 http://proxy:9999/debian/ sid/main libplack-perl all 1.0028-1 [376 kB]
Get: 219 http://proxy:9999/debian/ sid/main libplack-middleware-deflater-perl all 0.11-1 [8846 B]
Get: 220 http://proxy:9999/debian/ sid/main libshell-command-perl all 0.06-3 [5780 B]
Get: 221 http://proxy:9999/debian/ sid/main libspiffy-perl all 0.31-1 [27.0 kB]
Get: 222 http://proxy:9999/debian/ sid/main libsql-reservedwords-perl all 0.8-1 [42.3 kB]
Get: 223 http://proxy:9999/debian/ sid/main libstring-bufferstack-perl all 1.15-1 [11.5 kB]
Get: 224 http://proxy:9999/debian/ sid/main libstring-koremutake-perl all 0.30-3 [7662 B]
Get: 225 http://proxy:9999/debian/ sid/main libsub-uplevel-perl all 0.2400-1 [16.3 kB]
Get: 226 http://proxy:9999/debian/ sid/main libsuper-perl all 1.20120705-1 [10.7 kB]
Get: 227 http://proxy:9999/debian/ sid/main libtemplate-declare-perl all 0.45-1 [83.9 kB]
Get: 228 http://proxy:9999/debian/ sid/main libtext-diff-perl all 1.41-1 [30.1 kB]
Get: 229 http://proxy:9999/debian/ sid/main libtest-base-perl all 0.60-1 [40.0 kB]
Get: 230 http://proxy:9999/debian/ sid/main libtest-email-perl all 0.07-1 [15.1 kB]
Get: 231 http://proxy:9999/debian/ sid/main libtest-exception-perl all 0.32-1 [18.3 kB]
Get: 232 http://proxy:9999/debian/ sid/main libtree-dagnode-perl all 1.12-1 [59.9 kB]
Get: 233 http://proxy:9999/debian/ sid/main libtest-warn-perl all 0.24-1 [16.2 kB]
Get: 234 http://proxy:9999/debian/ sid/main libuniversal-isa-perl all 1.20120726-1 [9460 B]
Get: 235 http://proxy:9999/debian/ sid/main libuniversal-can-perl all 1.20120726-1 [13.9 kB]
Get: 236 http://proxy:9999/debian/ sid/main libtest-mockobject-perl all 1.20120301-1 [29.1 kB]
Get: 237 http://proxy:9999/debian/ sid/main libtest-script-run-perl all 0.05-1 [11.1 kB]
Get: 238 http://proxy:9999/debian/ sid/main libtest-www-declare-perl all 0.02-3 [13.1 kB]
Get: 239 http://proxy:9999/debian/ sid/main libtest-www-mechanize-psgi-perl all 0.35-1 [19.1 kB]
Get: 240 http://proxy:9999/debian/ sid/main libtest-www-selenium-perl all 1.36-1 [61.6 kB]
Get: 241 http://proxy:9999/debian/ sid/main libxml-namespacesupport-perl all 1.09-3 [15.3 kB]
Get: 242 http://proxy:9999/debian/ sid/main libxml-sax-base-perl all 1.07-1 [23.1 kB]
Get: 243 http://proxy:9999/debian/ sid/main libxml-sax-perl all 0.99+dfsg-2 [68.3 kB]
Get: 244 http://proxy:9999/debian/ sid/main libxml-libxml-perl amd64 2.0010+dfsg-1+b1 [410 kB]
Get: 245 http://proxy:9999/debian/ sid/main libxml-parser-perl amd64 2.41-1+b2 [216 kB]
Get: 246 http://proxy:9999/debian/ sid/main libxml-simple-perl all 2.20-1 [74.7 kB]
Get: 247 http://proxy:9999/debian/ sid/main libxml-writer-perl all 0.623-1 [29.3 kB]
Get: 248 http://proxy:9999/debian/ sid/main libxml-xpath-perl all 1.13-7 [79.6 kB]
Get: 249 http://proxy:9999/debian/ sid/main libtest-mockmodule-perl all 0.05-2 [8996 B]
Fetched 20.6 MB in 3s (6071 kB/s)

Extracting templates from packages: 12%
Extracting templates from packages: 24%
Extracting templates from packages: 36%
Extracting templates from packages: 48%
Extracting templates from packages: 60%
Extracting templates from packages: 72%
Extracting templates from packages: 84%
Extracting templates from packages: 96%
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libssl1.0.0:amd64.
(Reading database ... 14836 files and directories currently installed.)
Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1e-3_amd64.deb) ...
Selecting previously unselected package liblockfile-bin.
Unpacking liblockfile-bin (from .../liblockfile-bin_1.09-6_amd64.deb) ...
Selecting previously unselected package liblockfile1:amd64.
Unpacking liblockfile1:amd64 (from .../liblockfile1_1.09-6_amd64.deb) ...
Selecting previously unselected package libparams-util-perl.
Unpacking libparams-util-perl (from .../libparams-util-perl_1.07-1+b1_amd64.deb) ...
Selecting previously unselected package libsub-install-perl.
Unpacking libsub-install-perl (from .../libsub-install-perl_0.926-1_all.deb) ...
Selecting previously unselected package libdata-optlist-perl.
Unpacking libdata-optlist-perl (from .../libdata-optlist-perl_0.107-1_all.deb) ...
Selecting previously unselected package libparams-classify-perl.
Unpacking libparams-classify-perl (from .../libparams-classify-perl_0.013-4+b1_amd64.deb) ...
Selecting previously unselected package libmodule-runtime-perl.
Unpacking libmodule-runtime-perl (from .../libmodule-runtime-perl_0.013-1_all.deb) ...
Selecting previously unselected package libtry-tiny-perl.
Unpacking libtry-tiny-perl (from .../libtry-tiny-perl_0.18-1_all.deb) ...
Selecting previously unselected package libmodule-implementation-perl.
Unpacking libmodule-implementation-perl (from .../libmodule-implementation-perl_0.07-1_all.deb) ...
Selecting previously unselected package libpackage-stash-perl.
Unpacking libpackage-stash-perl (from .../libpackage-stash-perl_0.36-1_all.deb) ...
Selecting previously unselected package libclass-load-perl.
Unpacking libclass-load-perl (from .../libclass-load-perl_0.20-1_all.deb) ...
Selecting previously unselected package libclass-singleton-perl.
Unpacking libclass-singleton-perl (from .../libclass-singleton-perl_1.4-1_all.deb) ...
Selecting previously unselected package libparams-validate-perl.
Unpacking libparams-validate-perl (from .../libparams-validate-perl_1.06-1+b1_amd64.deb) ...
Selecting previously unselected package libdatetime-timezone-perl.
Unpacking libdatetime-timezone-perl (from .../libdatetime-timezone-perl_1%3a1.60-1+2013d_all.deb) ...
Selecting previously unselected package libemail-address-perl.
Unpacking libemail-address-perl (from .../libemail-address-perl_1.898-1_all.deb) ...
Selecting previously unselected package libexpat1:amd64.
Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-4_amd64.deb) ...
Selecting previously unselected package libclass-load-xs-perl.
Unpacking libclass-load-xs-perl (from .../libclass-load-xs-perl_0.06-1+b1_amd64.deb) ...
Selecting previously unselected package libsub-exporter-progressive-perl.
Unpacking libsub-exporter-progressive-perl (from .../libsub-exporter-progressive-perl_0.001009-1_all.deb) ...
Selecting previously unselected package libdevel-globaldestruction-perl.
Unpacking libdevel-globaldestruction-perl (from .../libdevel-globaldestruction-perl_0.11-1_all.deb) ...
Selecting previously unselected package libsub-exporter-perl.
Unpacking libsub-exporter-perl (from .../libsub-exporter-perl_0.984-1_all.deb) ...
Selecting previously unselected package libeval-closure-perl.
Unpacking libeval-closure-perl (from .../libeval-closure-perl_0.11-1_all.deb) ...
Selecting previously unselected package liblist-moreutils-perl.
Unpacking liblist-moreutils-perl (from .../liblist-moreutils-perl_0.33-1+b2_amd64.deb) ...
Selecting previously unselected package libalgorithm-c3-perl.
Unpacking libalgorithm-c3-perl (from .../libalgorithm-c3-perl_0.08-1_all.deb) ...
Selecting previously unselected package libclass-c3-perl.
Unpacking libclass-c3-perl (from .../libclass-c3-perl_0.25-1_all.deb) ...
Selecting previously unselected package libmro-compat-perl.
Unpacking libmro-compat-perl (from .../libmro-compat-perl_0.12-1_all.deb) ...
Selecting previously unselected package libpackage-deprecationmanager-perl.
Unpacking libpackage-deprecationmanager-perl (from .../libpackage-deprecationmanager-perl_0.13-1_all.deb) ...
Selecting previously unselected package libpackage-stash-xs-perl.
Unpacking libpackage-stash-xs-perl (from .../libpackage-stash-xs-perl_0.28-1+b1_amd64.deb) ...
Selecting previously unselected package libsub-name-perl.
Unpacking libsub-name-perl (from .../libsub-name-perl_0.05-1+b3_amd64.deb) ...
Selecting previously unselected package libtask-weaken-perl.
Unpacking libtask-weaken-perl (from .../libtask-weaken-perl_1.04-1_all.deb) ...
Selecting previously unselected package libmoose-perl.
Unpacking libmoose-perl (from .../libmoose-perl_2.1005-1+b1_amd64.deb) ...
Selecting previously unselected package libmoosex-role-parameterized-perl.
Unpacking libmoosex-role-parameterized-perl (from .../libmoosex-role-parameterized-perl_1.00-1_all.deb) ...
Selecting previously unselected package libcarp-assert-perl.
Unpacking libcarp-assert-perl (from .../libcarp-assert-perl_0.20-2_all.deb) ...
Selecting previously unselected package libcarp-assert-more-perl.
Unpacking libcarp-assert-more-perl (from .../libcarp-assert-more-perl_1.14-1_all.deb) ...
Selecting previously unselected package libhttp-server-simple-perl.
Unpacking libhttp-server-simple-perl (from .../libhttp-server-simple-perl_0.44-1_all.deb) ...
Selecting previously unselected package libtest-longstring-perl.
Unpacking libtest-longstring-perl (from .../libtest-longstring-perl_0.15-1_all.deb) ...
Selecting previously unselected package liburi-perl.
Unpacking liburi-perl (from .../liburi-perl_1.60-1_all.deb) ...
Selecting previously unselected package libhtml-tagset-perl.
Unpacking libhtml-tagset-perl (from .../libhtml-tagset-perl_3.20-2_all.deb) ...
Selecting previously unselected package libhtml-parser-perl.
Unpacking libhtml-parser-perl (from .../libhtml-parser-perl_3.71-1+b1_amd64.deb) ...
Selecting previously unselected package libencode-locale-perl.
Unpacking libencode-locale-perl (from .../libencode-locale-perl_1.03-1_all.deb) ...
Selecting previously unselected package libhttp-date-perl.
Unpacking libhttp-date-perl (from .../libhttp-date-perl_6.02-1_all.deb) ...
Selecting previously unselected package libio-html-perl.
Unpacking libio-html-perl (from .../libio-html-perl_1.00-1_all.deb) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Unpacking liblwp-mediatypes-perl (from .../liblwp-mediatypes-perl_6.02-1_all.deb) ...
Selecting previously unselected package libhttp-message-perl.
Unpacking libhttp-message-perl (from .../libhttp-message-perl_6.06-1_all.deb) ...
Selecting previously unselected package libhtml-form-perl.
Unpacking libhtml-form-perl (from .../libhtml-form-perl_6.03-1_all.deb) ...
Selecting previously unselected package libhtml-tree-perl.
Unpacking libhtml-tree-perl (from .../libhtml-tree-perl_5.02-1_all.deb) ...
Selecting previously unselected package libhttp-daemon-perl.
Unpacking libhttp-daemon-perl (from .../libhttp-daemon-perl_6.01-1_all.deb) ...
Selecting previously unselected package openssl.
Unpacking openssl (from .../openssl_1.0.1e-3_amd64.deb) ...
Selecting previously unselected package ca-certificates.
Unpacking ca-certificates (from .../ca-certificates_20130906_all.deb) ...
Selecting previously unselected package libfile-listing-perl.
Unpacking libfile-listing-perl (from .../libfile-listing-perl_6.04-1_all.deb) ...
Selecting previously unselected package libhttp-cookies-perl.
Unpacking libhttp-cookies-perl (from .../libhttp-cookies-perl_6.00-2_all.deb) ...
Selecting previously unselected package libhttp-negotiate-perl.
Unpacking libhttp-negotiate-perl (from .../libhttp-negotiate-perl_6.00-2_all.deb) ...
Selecting previously unselected package libnet-ssleay-perl.
Unpacking libnet-ssleay-perl (from .../libnet-ssleay-perl_1.55-1+b2_amd64.deb) ...
Selecting previously unselected package libio-socket-ssl-perl.
Unpacking libio-socket-ssl-perl (from .../libio-socket-ssl-perl_1.954-1_all.deb) ...
Selecting previously unselected package libnet-http-perl.
Unpacking libnet-http-perl (from .../libnet-http-perl_6.06-1_all.deb) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Unpacking liblwp-protocol-https-perl (from .../liblwp-protocol-https-perl_6.04-1_all.deb) ...
Selecting previously unselected package libwww-robotrules-perl.
Unpacking libwww-robotrules-perl (from .../libwww-robotrules-perl_6.01-1_all.deb) ...
Selecting previously unselected package libwww-perl.
Unpacking libwww-perl (from .../libwww-perl_6.05-1_all.deb) ...
Selecting previously unselected package libwww-mechanize-perl.
Unpacking libwww-mechanize-perl (from .../libwww-mechanize-perl_1.71-1_all.deb) ...
Selecting previously unselected package libtest-www-mechanize-perl.
Unpacking libtest-www-mechanize-perl (from .../libtest-www-mechanize-perl_1.42-1_all.deb) ...
Selecting previously unselected package libyaml-syck-perl.
Unpacking libyaml-syck-perl (from .../libyaml-syck-perl_1.27-2+b1_amd64.deb) ...
Selecting previously unselected package libclass-isa-perl.
Unpacking libclass-isa-perl (from .../libclass-isa-perl_0.36-5_all.deb) ...
Selecting previously unselected package ucf.
Unpacking ucf (from .../ucf_3.0027+nmu1_all.deb) ...
Moving old data out of the way
Selecting previously unselected package libalgorithm-diff-perl.
Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-3_all.deb) ...
Selecting previously unselected package libmouse-perl.
Unpacking libmouse-perl (from .../libmouse-perl_1.11-1+b1_amd64.deb) ...
Selecting previously unselected package libany-moose-perl.
Unpacking libany-moose-perl (from .../libany-moose-perl_0.21-1_all.deb) ...
Selecting previously unselected package libapache-logformat-compiler-perl.
Unpacking libapache-logformat-compiler-perl (from .../libapache-logformat-compiler-perl_0.12-1_all.deb) ...
Selecting previously unselected package libapp-cli-perl.
Unpacking libapp-cli-perl (from .../libapp-cli-perl_0.313-1_all.deb) ...
Selecting previously unselected package libbrowser-open-perl.
Unpacking libbrowser-open-perl (from .../libbrowser-open-perl_0.04-1_all.deb) ...
Selecting previously unselected package libio-stringy-perl.
Unpacking libio-stringy-perl (from .../libio-stringy-perl_2.110-5_all.deb) ...
Selecting previously unselected package libgetopt-long-descriptive-perl.
Unpacking libgetopt-long-descriptive-perl (from .../libgetopt-long-descriptive-perl_0.093-1_all.deb) ...
Selecting previously unselected package libjson-perl.
Unpacking libjson-perl (from .../libjson-perl_2.59-1_all.deb) ...
Selecting previously unselected package libmodule-pluggable-perl.
Unpacking libmodule-pluggable-perl (from .../libmodule-pluggable-perl_4.8-1_all.deb) ...
Selecting previously unselected package libapp-nopaste-perl.
Unpacking libapp-nopaste-perl (from .../libapp-nopaste-perl_0.92-2_all.deb) ...
Selecting previously unselected package libasa-perl.
Unpacking libasa-perl (from .../libasa-perl_0.02-1_all.deb) ...
Selecting previously unselected package libvariable-magic-perl.
Unpacking libvariable-magic-perl (from .../libvariable-magic-perl_0.52-1+b1_amd64.deb) ...
Selecting previously unselected package libb-hooks-endofscope-perl.
Unpacking libb-hooks-endofscope-perl (from .../libb-hooks-endofscope-perl_0.12-1_all.deb) ...
Selecting previously unselected package libb-keywords-perl.
Unpacking libb-keywords-perl (from .../libb-keywords-perl_1.13-1_all.deb) ...
Selecting previously unselected package libb-utils-perl.
Unpacking libb-utils-perl (from .../libb-utils-perl_0.21-1+b1_amd64.deb) ...
Selecting previously unselected package liberror-perl.
Unpacking liberror-perl (from .../liberror-perl_0.17-1.1_all.deb) ...
Selecting previously unselected package libipc-sharelite-perl.
Unpacking libipc-sharelite-perl (from .../libipc-sharelite-perl_0.17-3+b1_amd64.deb) ...
Selecting previously unselected package libcache-cache-perl.
Unpacking libcache-cache-perl (from .../libcache-cache-perl_1.06-2_all.deb) ...
Selecting previously unselected package libstring-crc32-perl.
Unpacking libstring-crc32-perl (from .../libstring-crc32-perl_1.4-2+b4_amd64.deb) ...
Selecting previously unselected package libcache-memcached-perl.
Unpacking libcache-memcached-perl (from .../libcache-memcached-perl_1.30-1_all.deb) ...
Selecting previously unselected package libcache-simple-timedexpiry-perl.
Unpacking libcache-simple-timedexpiry-perl (from .../libcache-simple-timedexpiry-perl_0.27-2_all.deb) ...
Selecting previously unselected package libcalendar-simple-perl.
Unpacking libcalendar-simple-perl (from .../libcalendar-simple-perl_1.21-1_all.deb) ...
Selecting previously unselected package libcarp-clan-perl.
Unpacking libcarp-clan-perl (from .../libcarp-clan-perl_6.04-1_all.deb) ...
Selecting previously unselected package libcgi-simple-perl.
Unpacking libcgi-simple-perl (from .../libcgi-simple-perl_1.113-2_all.deb) ...
Selecting previously unselected package libcgi-cookie-splitter-perl.
Unpacking libcgi-cookie-splitter-perl (from .../libcgi-cookie-splitter-perl_0.02-2_all.deb) ...
Selecting previously unselected package libcgi-emulate-psgi-perl.
Unpacking libcgi-emulate-psgi-perl (from .../libcgi-emulate-psgi-perl_0.15-1_all.deb) ...
Selecting previously unselected package libclass-accessor-perl.
Unpacking libclass-accessor-perl (from .../libclass-accessor-perl_0.34-1_all.deb) ...
Selecting previously unselected package libclass-accessor-chained-perl.
Unpacking libclass-accessor-chained-perl (from .../libclass-accessor-chained-perl_0.01.1~debian-2.1_all.deb) ...
Selecting previously unselected package libuniversal-require-perl.
Unpacking libuniversal-require-perl (from .../libuniversal-require-perl_0.13-1_all.deb) ...
Selecting previously unselected package libhook-lexwrap-perl.
Unpacking libhook-lexwrap-perl (from .../libhook-lexwrap-perl_0.24-1_all.deb) ...
Selecting previously unselected package libclass-accessor-named-perl.
Unpacking libclass-accessor-named-perl (from .../libclass-accessor-named-perl_0.008-1_all.deb) ...
Selecting previously unselected package libclass-container-perl.
Unpacking libclass-container-perl (from .../libclass-container-perl_0.12-3_all.deb) ...
Selecting previously unselected package libclass-data-inheritable-perl.
Unpacking libclass-data-inheritable-perl (from .../libclass-data-inheritable-perl_0.08-2_all.deb) ...
Selecting previously unselected package libclass-factory-util-perl.
Unpacking libclass-factory-util-perl (from .../libclass-factory-util-perl_1.7-2_all.deb) ...
Selecting previously unselected package libclass-insideout-perl.
Unpacking libclass-insideout-perl (from .../libclass-insideout-perl_1.13-2_all.deb) ...
Selecting previously unselected package libclass-inspector-perl.
Unpacking libclass-inspector-perl (from .../libclass-inspector-perl_1.28-1_all.deb) ...
Selecting previously unselected package libdevel-stacktrace-perl.
Unpacking libdevel-stacktrace-perl (from .../libdevel-stacktrace-perl_1.3000-1_all.deb) ...
Selecting previously unselected package libclass-returnvalue-perl.
Unpacking libclass-returnvalue-perl (from .../libclass-returnvalue-perl_0.55-1_all.deb) ...
Selecting previously unselected package libclass-trigger-perl.
Unpacking libclass-trigger-perl (from .../libclass-trigger-perl_0.14-1_all.deb) ...
Selecting previously unselected package libclone-perl.
Unpacking libclone-perl (from .../libclone-perl_0.35-1_amd64.deb) ...
Selecting previously unselected package libcommon-sense-perl.
Unpacking libcommon-sense-perl (from .../libcommon-sense-perl_3.72-2_amd64.deb) ...
Selecting previously unselected package libconvert-binhex-perl.
Unpacking libconvert-binhex-perl (from .../libconvert-binhex-perl_1.119+pristine-3_all.deb) ...
Selecting previously unselected package libcrypt-rijndael-perl.
Unpacking libcrypt-rijndael-perl (from .../libcrypt-rijndael-perl_1.11-1+b1_amd64.deb) ...
Selecting previously unselected package libcrypt-cbc-perl.
Unpacking libcrypt-cbc-perl (from .../libcrypt-cbc-perl_2.33-1_all.deb) ...
Selecting previously unselected package libcss-squish-perl.
Unpacking libcss-squish-perl (from .../libcss-squish-perl_0.09-1_all.deb) ...
Selecting previously unselected package libdata-dump-streamer-perl.
Unpacking libdata-dump-streamer-perl (from .../libdata-dump-streamer-perl_2.36-1+b1_amd64.deb) ...
Selecting previously unselected package libdata-dumper-concise-perl.
Unpacking libdata-dumper-concise-perl (from .../libdata-dumper-concise-perl_2.020-1_all.deb) ...
Selecting previously unselected package libdata-page-perl.
Unpacking libdata-page-perl (from .../libdata-page-perl_2.02-1_all.deb) ...
Selecting previously unselected package libdata-serializer-perl.
Unpacking libdata-serializer-perl (from .../libdata-serializer-perl_0.59-1_all.deb) ...
Selecting previously unselected package libdate-manip-perl.
Unpacking libdate-manip-perl (from .../libdate-manip-perl_6.41-1_all.deb) ...
Selecting previously unselected package libdatetime-locale-perl.
Unpacking libdatetime-locale-perl (from .../libdatetime-locale-perl_1%3a0.45-2_all.deb) ...
Selecting previously unselected package libdatetime-perl.
Unpacking libdatetime-perl (from .../libdatetime-perl_2%3a1.03-1+b1_amd64.deb) ...
Selecting previously unselected package libdatetime-format-strptime-perl.
Unpacking libdatetime-format-strptime-perl (from .../libdatetime-format-strptime-perl_1.5400-1_all.deb) ...
Selecting previously unselected package libdatetime-format-builder-perl.
Unpacking libdatetime-format-builder-perl (from .../libdatetime-format-builder-perl_0.8100-1_all.deb) ...
Selecting previously unselected package libdatetime-format-iso8601-perl.
Unpacking libdatetime-format-iso8601-perl (from .../libdatetime-format-iso8601-perl_0.08-1_all.deb) ...
Selecting previously unselected package libdbi-perl.
Unpacking libdbi-perl (from .../libdbi-perl_1.628-1+b1_amd64.deb) ...
Selecting previously unselected package libdbd-sqlite3-perl.
Unpacking libdbd-sqlite3-perl (from .../libdbd-sqlite3-perl_1.40-1+b1_amd64.deb) ...
Selecting previously unselected package libfreezethaw-perl.
Unpacking libfreezethaw-perl (from .../libfreezethaw-perl_0.5001-1_all.deb) ...
Selecting previously unselected package libdbix-dbschema-perl.
Unpacking libdbix-dbschema-perl (from .../libdbix-dbschema-perl_0.40-3_all.deb) ...
Selecting previously unselected package libdbm-deep-perl.
Unpacking libdbm-deep-perl (from .../libdbm-deep-perl_2.0008-2_all.deb) ...
Selecting previously unselected package libpadwalker-perl.
Unpacking libpadwalker-perl (from .../libpadwalker-perl_1.96-1+b1_amd64.deb) ...
Selecting previously unselected package libdevel-caller-perl.
Unpacking libdevel-caller-perl (from .../libdevel-caller-perl_2.06-1+b1_amd64.deb) ...
Selecting previously unselected package libdevel-cover-perl.
Unpacking libdevel-cover-perl (from .../libdevel-cover-perl_1.07-2+b1_amd64.deb) ...
Selecting previously unselected package libdevel-lexalias-perl.
Unpacking libdevel-lexalias-perl (from .../libdevel-lexalias-perl_0.05-1+b1_amd64.deb) ...
Selecting previously unselected package libfile-which-perl.
Unpacking libfile-which-perl (from .../libfile-which-perl_1.09-1_all.deb) ...
Selecting previously unselected package libfile-homedir-perl.
Unpacking libfile-homedir-perl (from .../libfile-homedir-perl_0.99-1_all.deb) ...
Selecting previously unselected package libfile-next-perl.
Unpacking libfile-next-perl (from .../libfile-next-perl_1.10-1_all.deb) ...
Selecting previously unselected package liblexical-persistence-perl.
Unpacking liblexical-persistence-perl (from .../liblexical-persistence-perl_1.022-1_all.deb) ...
Selecting previously unselected package libmodule-refresh-perl.
Unpacking libmodule-refresh-perl (from .../libmodule-refresh-perl_0.17-1_all.deb) ...
Selecting previously unselected package libmoosex-attributehelpers-perl.
Unpacking libmoosex-attributehelpers-perl (from .../libmoosex-attributehelpers-perl_0.23-2_all.deb) ...
Selecting previously unselected package libmoosex-getopt-perl.
Unpacking libmoosex-getopt-perl (from .../libmoosex-getopt-perl_0.56-1_all.deb) ...
Selecting previously unselected package libmoosex-object-pluggable-perl.
Unpacking libmoosex-object-pluggable-perl (from .../libmoosex-object-pluggable-perl_0.0011-2_all.deb) ...
Selecting previously unselected package libsub-identify-perl.
Unpacking libsub-identify-perl (from .../libsub-identify-perl_0.04-1+b3_amd64.deb) ...
Selecting previously unselected package libnamespace-clean-perl.
Unpacking libnamespace-clean-perl (from .../libnamespace-clean-perl_0.24-1_all.deb) ...
Selecting previously unselected package libio-string-perl.
Unpacking libio-string-perl (from .../libio-string-perl_1.08-2_all.deb) ...
Selecting previously unselected package libppi-perl.
Unpacking libppi-perl (from .../libppi-perl_1.215-1_all.deb) ...
Selecting previously unselected package libscope-guard-perl.
Unpacking libscope-guard-perl (from .../libscope-guard-perl_0.20-1_all.deb) ...
Selecting previously unselected package libsys-sigaction-perl.
Unpacking libsys-sigaction-perl (from .../libsys-sigaction-perl_0.13-1_all.deb) ...
Selecting previously unselected package libdevel-repl-perl.
Unpacking libdevel-repl-perl (from .../libdevel-repl-perl_1.003013-1_all.deb) ...
Selecting previously unselected package libdevel-stacktrace-ashtml-perl.
Unpacking libdevel-stacktrace-ashtml-perl (from .../libdevel-stacktrace-ashtml-perl_0.14-1_all.deb) ...
Selecting previously unselected package libemail-date-format-perl.
Unpacking libemail-date-format-perl (from .../libemail-date-format-perl_1.004-1_all.deb) ...
Selecting previously unselected package libemail-simple-perl.
Unpacking libemail-simple-perl (from .../libemail-simple-perl_2.201-1_all.deb) ...
Selecting previously unselected package libemail-abstract-perl.
Unpacking libemail-abstract-perl (from .../libemail-abstract-perl_3.004-2_all.deb) ...
Selecting previously unselected package libemail-foldertype-perl.
Unpacking libemail-foldertype-perl (from .../libemail-foldertype-perl_0.813-1_all.deb) ...
Selecting previously unselected package libemail-folder-perl.
Unpacking libemail-folder-perl (from .../libemail-folder-perl_0.857-1_all.deb) ...
Selecting previously unselected package libfile-path-expand-perl.
Unpacking libfile-path-expand-perl (from .../libfile-path-expand-perl_1.02-1_all.deb) ...
Selecting previously unselected package libemail-localdelivery-perl.
Unpacking libemail-localdelivery-perl (from .../libemail-localdelivery-perl_1.200-1_all.deb) ...
Selecting previously unselected package libemail-messageid-perl.
Unpacking libemail-messageid-perl (from .../libemail-messageid-perl_1.402-1_all.deb) ...
Selecting previously unselected package libemail-mime-contenttype-perl.
Unpacking libemail-mime-contenttype-perl (from .../libemail-mime-contenttype-perl_1.017-1_all.deb) ...
Selecting previously unselected package libhtml-tokeparser-simple-perl.
Unpacking libhtml-tokeparser-simple-perl (from .../libhtml-tokeparser-simple-perl_3.16-1_all.deb) ...
Selecting previously unselected package liblog-trace-perl.
Unpacking liblog-trace-perl (from .../liblog-trace-perl_1.070-2_all.deb) ...
Selecting previously unselected package libmime-types-perl.
Unpacking libmime-types-perl (from .../libmime-types-perl_1.38-1_all.deb) ...
Selecting previously unselected package libemail-mime-encodings-perl.
Unpacking libemail-mime-encodings-perl (from .../libemail-mime-encodings-perl_1.315-1_all.deb) ...
Selecting previously unselected package libemail-mime-perl.
Unpacking libemail-mime-perl (from .../libemail-mime-perl_1.911-1_all.deb) ...
Selecting previously unselected package libtest-assertions-perl.
Unpacking libtest-assertions-perl (from .../libtest-assertions-perl_1.054-2_all.deb) ...
Selecting previously unselected package libfile-slurp-perl.
Unpacking libfile-slurp-perl (from .../libfile-slurp-perl_9999.19-3_all.deb) ...
Selecting previously unselected package libfile-policy-perl.
Unpacking libfile-policy-perl (from .../libfile-policy-perl_1.005-1_all.deb) ...
Selecting previously unselected package libemail-mime-createhtml-perl.
Unpacking libemail-mime-createhtml-perl (from .../libemail-mime-createhtml-perl_1.030-1_all.deb) ...
Selecting previously unselected package libreturn-value-perl.
Unpacking libreturn-value-perl (from .../libreturn-value-perl_1.666001-1_all.deb) ...
Selecting previously unselected package libemail-send-perl.
Unpacking libemail-send-perl (from .../libemail-send-perl_2.198-4_all.deb) ...
Selecting previously unselected package libexception-class-perl.
Unpacking libexception-class-perl (from .../libexception-class-perl_1.32-1_all.deb) ...
Selecting previously unselected package libexporter-lite-perl.
Unpacking libexporter-lite-perl (from .../libexporter-lite-perl_0.02-2_all.deb) ...
Selecting previously unselected package libfcgi-procmanager-perl.
Unpacking libfcgi-procmanager-perl (from .../libfcgi-procmanager-perl_0.24-1_all.deb) ...
Selecting previously unselected package libnumber-compare-perl.
Unpacking libnumber-compare-perl (from .../libnumber-compare-perl_0.03-1_all.deb) ...
Selecting previously unselected package libtext-glob-perl.
Unpacking libtext-glob-perl (from .../libtext-glob-perl_0.09-1_all.deb) ...
Selecting previously unselected package libfile-find-rule-perl.
Unpacking libfile-find-rule-perl (from .../libfile-find-rule-perl_0.33-1_all.deb) ...
Selecting previously unselected package libfile-mmagic-perl.
Unpacking libfile-mmagic-perl (from .../libfile-mmagic-perl_1.29-1_all.deb) ...
Selecting previously unselected package libfile-remove-perl.
Unpacking libfile-remove-perl (from .../libfile-remove-perl_1.52-1_all.deb) ...
Selecting previously unselected package libfile-sharedir-perl.
Unpacking libfile-sharedir-perl (from .../libfile-sharedir-perl_1.03-1_all.deb) ...
Selecting previously unselected package libfilesys-notify-simple-perl.
Unpacking libfilesys-notify-simple-perl (from .../libfilesys-notify-simple-perl_0.12-1_all.deb) ...
Selecting previously unselected package libhash-merge-perl.
Unpacking libhash-merge-perl (from .../libhash-merge-perl_0.12-2_all.deb) ...
Selecting previously unselected package libhash-multivalue-perl.
Unpacking libhash-multivalue-perl (from .../libhash-multivalue-perl_0.12-1_all.deb) ...
Selecting previously unselected package libhtml-lint-perl.
Unpacking libhtml-lint-perl (from .../libhtml-lint-perl_2.20+dfsg-1_all.deb) ...
Selecting previously unselected package liblog-any-perl.
Unpacking liblog-any-perl (from .../liblog-any-perl_0.15-1_all.deb) ...
Selecting previously unselected package libhtml-mason-perl.
Unpacking libhtml-mason-perl (from .../libhtml-mason-perl_1%3a1.51-1_all.deb) ...
Selecting previously unselected package libxml-xpathengine-perl.
Unpacking libxml-xpathengine-perl (from .../libxml-xpathengine-perl_0.13-1_all.deb) ...
Selecting previously unselected package libhtml-treebuilder-xpath-perl.
Unpacking libhtml-treebuilder-xpath-perl (from .../libhtml-treebuilder-xpath-perl_0.14-1_all.deb) ...
Selecting previously unselected package libpath-class-perl.
Unpacking libpath-class-perl (from .../libpath-class-perl_0.32-1_all.deb) ...
Selecting previously unselected package libyaml-perl.
Unpacking libyaml-perl (from .../libyaml-perl_0.84-1_all.deb) ...
Selecting previously unselected package libhttp-body-perl.
Unpacking libhttp-body-perl (from .../libhttp-body-perl_1.17-1_all.deb) ...
Selecting previously unselected package libio-tee-perl.
Unpacking libio-tee-perl (from .../libio-tee-perl_0.64-2_all.deb) ...
Selecting previously unselected package libtest-http-server-simple-perl.
Unpacking libtest-http-server-simple-perl (from .../libtest-http-server-simple-perl_0.10-1_all.deb) ...
Selecting previously unselected package libhttp-server-simple-recorder-perl.
Unpacking libhttp-server-simple-recorder-perl (from .../libhttp-server-simple-recorder-perl_0.03-1_all.deb) ...
Selecting previously unselected package libio-handle-util-perl.
Unpacking libio-handle-util-perl (from .../libio-handle-util-perl_0.01-1_all.deb) ...
Selecting previously unselected package libossp-uuid16.
Unpacking libossp-uuid16 (from .../libossp-uuid16_1.6.2-1.3+b1_amd64.deb) ...
Selecting previously unselected package libossp-uuid-perl.
Unpacking libossp-uuid-perl (from .../libossp-uuid-perl_1.6.2-1.3+b1_amd64.deb) ...
Selecting previously unselected package libipc-pubsub-perl.
Unpacking libipc-pubsub-perl (from .../libipc-pubsub-perl_0.29-1_all.deb) ...
Selecting previously unselected package libipc-run3-perl.
Unpacking libipc-run3-perl (from .../libipc-run3-perl_0.046-1_all.deb) ...
Selecting previously unselected package liblingua-en-inflect-perl.
Unpacking liblingua-en-inflect-perl (from .../liblingua-en-inflect-perl_1.895-1_all.deb) ...
Selecting previously unselected package libsub-override-perl.
Unpacking libsub-override-perl (from .../libsub-override-perl_0.08-4_all.deb) ...
Selecting previously unselected package libobject-declare-perl.
Unpacking libobject-declare-perl (from .../libobject-declare-perl_0.22-2_all.deb) ...
Selecting previously unselected package libscalar-defer-perl.
Unpacking libscalar-defer-perl (from .../libscalar-defer-perl_0.23-1_all.deb) ...
Selecting previously unselected package libtime-duration-perl.
Unpacking libtime-duration-perl (from .../libtime-duration-perl_1.10-1_all.deb) ...
Selecting previously unselected package libtime-duration-parse-perl.
Unpacking libtime-duration-parse-perl (from .../libtime-duration-parse-perl_0.06-1_all.deb) ...
Selecting previously unselected package libjifty-dbi-perl.
Unpacking libjifty-dbi-perl (from .../libjifty-dbi-perl_0.76-1_all.deb) ...
Selecting previously unselected package libjs-jquery.
Unpacking libjs-jquery (from .../libjs-jquery_1.7.2+dfsg-3_all.deb) ...
Selecting previously unselected package libjs-prototype.
Unpacking libjs-prototype (from .../libjs-prototype_1.7.1-3_all.deb) ...
Selecting previously unselected package libjs-scriptaculous.
Unpacking libjs-scriptaculous (from .../libjs-scriptaculous_1.9.0-2_all.deb) ...
Selecting previously unselected package libjs-yui.
Unpacking libjs-yui (from .../libjs-yui_2.9.0.dfsg.0.1-0.1_all.deb) ...
Selecting previously unselected package libjson-xs-perl.
Unpacking libjson-xs-perl (from .../libjson-xs-perl_2.340-1+b1_amd64.deb) ...
Selecting previously unselected package liblocale-maketext-lexicon-perl.
Unpacking liblocale-maketext-lexicon-perl (from .../liblocale-maketext-lexicon-perl_0.96-1_all.deb) ...
Selecting previously unselected package liblog-log4perl-perl.
Unpacking liblog-log4perl-perl (from .../liblog-log4perl-perl_1.29-1_all.deb) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Unpacking libnet-smtp-ssl-perl (from .../libnet-smtp-ssl-perl_1.01-3_all.deb) ...
Selecting previously unselected package libmailtools-perl.
Unpacking libmailtools-perl (from .../libmailtools-perl_2.12-1_all.deb) ...
Selecting previously unselected package libmime-tools-perl.
Unpacking libmime-tools-perl (from .../libmime-tools-perl_5.503-1_all.deb) ...
Selecting previously unselected package libmodule-scandeps-perl.
Unpacking libmodule-scandeps-perl (from .../libmodule-scandeps-perl_1.10-1_all.deb) ...
Selecting previously unselected package libpar-dist-perl.
Unpacking libpar-dist-perl (from .../libpar-dist-perl_0.49-1_all.deb) ...
Selecting previously unselected package libyaml-tiny-perl.
Unpacking libyaml-tiny-perl (from .../libyaml-tiny-perl_1.51-2_all.deb) ...
Selecting previously unselected package libmodule-install-perl.
Unpacking libmodule-install-perl (from .../libmodule-install-perl_1.06-1_all.deb) ...
Selecting previously unselected package libstream-buffered-perl.
Unpacking libstream-buffered-perl (from .../libstream-buffered-perl_0.2-1_all.deb) ...
Selecting previously unselected package libtest-requires-perl.
Unpacking libtest-requires-perl (from .../libtest-requires-perl_0.07-1_all.deb) ...
Selecting previously unselected package libtest-sharedfork-perl.
Unpacking libtest-sharedfork-perl (from .../libtest-sharedfork-perl_0.19-1_all.deb) ...
Selecting previously unselected package libtest-tcp-perl.
Unpacking libtest-tcp-perl (from .../libtest-tcp-perl_2.00-1_all.deb) ...
Selecting previously unselected package libplack-perl.
Unpacking libplack-perl (from .../libplack-perl_1.0028-1_all.deb) ...
Selecting previously unselected package libplack-middleware-deflater-perl.
Unpacking libplack-middleware-deflater-perl (from .../libplack-middleware-deflater-perl_0.11-1_all.deb) ...
Selecting previously unselected package libshell-command-perl.
Unpacking libshell-command-perl (from .../libshell-command-perl_0.06-3_all.deb) ...
Selecting previously unselected package libspiffy-perl.
Unpacking libspiffy-perl (from .../libspiffy-perl_0.31-1_all.deb) ...
Selecting previously unselected package libsql-reservedwords-perl.
Unpacking libsql-reservedwords-perl (from .../libsql-reservedwords-perl_0.8-1_all.deb) ...
Selecting previously unselected package libstring-bufferstack-perl.
Unpacking libstring-bufferstack-perl (from .../libstring-bufferstack-perl_1.15-1_all.deb) ...
Selecting previously unselected package libstring-koremutake-perl.
Unpacking libstring-koremutake-perl (from .../libstring-koremutake-perl_0.30-3_all.deb) ...
Selecting previously unselected package libsub-uplevel-perl.
Unpacking libsub-uplevel-perl (from .../libsub-uplevel-perl_0.2400-1_all.deb) ...
Selecting previously unselected package libsuper-perl.
Unpacking libsuper-perl (from .../libsuper-perl_1.20120705-1_all.deb) ...
Selecting previously unselected package libtemplate-declare-perl.
Unpacking libtemplate-declare-perl (from .../libtemplate-declare-perl_0.45-1_all.deb) ...
Selecting previously unselected package libtext-diff-perl.
Unpacking libtext-diff-perl (from .../libtext-diff-perl_1.41-1_all.deb) ...
Selecting previously unselected package libtest-base-perl.
Unpacking libtest-base-perl (from .../libtest-base-perl_0.60-1_all.deb) ...
Selecting previously unselected package libtest-email-perl.
Unpacking libtest-email-perl (from .../libtest-email-perl_0.07-1_all.deb) ...
Selecting previously unselected package libtest-exception-perl.
Unpacking libtest-exception-perl (from .../libtest-exception-perl_0.32-1_all.deb) ...
Selecting previously unselected package libtree-dagnode-perl.
Unpacking libtree-dagnode-perl (from .../libtree-dagnode-perl_1.12-1_all.deb) ...
Selecting previously unselected package libtest-warn-perl.
Unpacking libtest-warn-perl (from .../libtest-warn-perl_0.24-1_all.deb) ...
Selecting previously unselected package libuniversal-isa-perl.
Unpacking libuniversal-isa-perl (from .../libuniversal-isa-perl_1.20120726-1_all.deb) ...
Selecting previously unselected package libuniversal-can-perl.
Unpacking libuniversal-can-perl (from .../libuniversal-can-perl_1.20120726-1_all.deb) ...
Selecting previously unselected package libtest-mockobject-perl.
Unpacking libtest-mockobject-perl (from .../libtest-mockobject-perl_1.20120301-1_all.deb) ...
Selecting previously unselected package libtest-script-run-perl.
Unpacking libtest-script-run-perl (from .../libtest-script-run-perl_0.05-1_all.deb) ...
Selecting previously unselected package libtest-www-declare-perl.
Unpacking libtest-www-declare-perl (from .../libtest-www-declare-perl_0.02-3_all.deb) ...
Selecting previously unselected package libtest-www-mechanize-psgi-perl.
Unpacking libtest-www-mechanize-psgi-perl (from .../libtest-www-mechanize-psgi-perl_0.35-1_all.deb) ...
Selecting previously unselected package libtest-www-selenium-perl.
Unpacking libtest-www-selenium-perl (from .../libtest-www-selenium-perl_1.36-1_all.deb) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Unpacking libxml-namespacesupport-perl (from .../libxml-namespacesupport-perl_1.09-3_all.deb) ...
Selecting previously unselected package libxml-sax-base-perl.
Unpacking libxml-sax-base-perl (from .../libxml-sax-base-perl_1.07-1_all.deb) ...
Selecting previously unselected package libxml-sax-perl.
Unpacking libxml-sax-perl (from .../libxml-sax-perl_0.99+dfsg-2_all.deb) ...
Selecting previously unselected package libxml-libxml-perl.
Unpacking libxml-libxml-perl (from .../libxml-libxml-perl_2.0010+dfsg-1+b1_amd64.deb) ...
Selecting previously unselected package libxml-parser-perl.
Unpacking libxml-parser-perl (from .../libxml-parser-perl_2.41-1+b2_amd64.deb) ...
Selecting previously unselected package libxml-simple-perl.
Unpacking libxml-simple-perl (from .../libxml-simple-perl_2.20-1_all.deb) ...
Selecting previously unselected package libxml-writer-perl.
Unpacking libxml-writer-perl (from .../libxml-writer-perl_0.623-1_all.deb) ...
Selecting previously unselected package libxml-xpath-perl.
Unpacking libxml-xpath-perl (from .../libxml-xpath-perl_1.13-7_all.deb) ...
Selecting previously unselected package libtest-mockmodule-perl.
Unpacking libtest-mockmodule-perl (from .../libtest-mockmodule-perl_0.05-2_all.deb) ...
Processing triggers for man-db ...
Not building database; man-db/auto-update is not 'true'.
Setting up libssl1.0.0:amd64 (1.0.1e-3) ...
Setting up liblockfile-bin (1.09-6) ...
Setting up liblockfile1:amd64 (1.09-6) ...
Setting up libparams-util-perl (1.07-1+b1) ...
Setting up libsub-install-perl (0.926-1) ...
Setting up libdata-optlist-perl (0.107-1) ...
Setting up libparams-classify-perl (0.013-4+b1) ...
Setting up libmodule-runtime-perl (0.013-1) ...
Setting up libtry-tiny-perl (0.18-1) ...
Setting up libmodule-implementation-perl (0.07-1) ...
Setting up libpackage-stash-perl (0.36-1) ...
Setting up libclass-load-perl (0.20-1) ...
Setting up libclass-singleton-perl (1.4-1) ...
Setting up libparams-validate-perl (1.06-1+b1) ...
Setting up libdatetime-timezone-perl (1:1.60-1+2013d) ...
Setting up libemail-address-perl (1.898-1) ...
Setting up libexpat1:amd64 (2.1.0-4) ...
Setting up libclass-load-xs-perl (0.06-1+b1) ...
Setting up libsub-exporter-progressive-perl (0.001009-1) ...
Setting up libdevel-globaldestruction-perl (0.11-1) ...
Setting up libsub-exporter-perl (0.984-1) ...
Setting up libeval-closure-perl (0.11-1) ...
Setting up liblist-moreutils-perl (0.33-1+b2) ...
Setting up libalgorithm-c3-perl (0.08-1) ...
Setting up libclass-c3-perl (0.25-1) ...
Setting up libmro-compat-perl (0.12-1) ...
Setting up libpackage-deprecationmanager-perl (0.13-1) ...
Setting up libpackage-stash-xs-perl (0.28-1+b1) ...
Setting up libsub-name-perl (0.05-1+b3) ...
Setting up libtask-weaken-perl (1.04-1) ...
Setting up libmoose-perl (2.1005-1+b1) ...
Setting up libmoosex-role-parameterized-perl (1.00-1) ...
Setting up libcarp-assert-perl (0.20-2) ...
Setting up libcarp-assert-more-perl (1.14-1) ...
Setting up libhttp-server-simple-perl (0.44-1) ...
Setting up libtest-longstring-perl (0.15-1) ...
Setting up liburi-perl (1.60-1) ...
Setting up libhtml-tagset-perl (3.20-2) ...
Setting up libhtml-parser-perl (3.71-1+b1) ...
Setting up libencode-locale-perl (1.03-1) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libio-html-perl (1.00-1) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Setting up libhttp-message-perl (6.06-1) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up libhtml-tree-perl (5.02-1) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up openssl (1.0.1e-3) ...
Setting up ca-certificates (20130906) ...
Setting up libfile-listing-perl (6.04-1) ...
Setting up libhttp-cookies-perl (6.00-2) ...
Setting up libhttp-negotiate-perl (6.00-2) ...
Setting up libnet-ssleay-perl (1.55-1+b2) ...
Setting up libio-socket-ssl-perl (1.954-1) ...
Setting up libnet-http-perl (6.06-1) ...
Setting up libwww-robotrules-perl (6.01-1) ...
Setting up libyaml-syck-perl (1.27-2+b1) ...
Setting up libclass-isa-perl (0.36-5) ...
Setting up ucf (3.0027+nmu1) ...
Setting up libalgorithm-diff-perl (1.19.02-3) ...
Setting up libmouse-perl (1.11-1+b1) ...
Setting up libany-moose-perl (0.21-1) ...
Setting up libapache-logformat-compiler-perl (0.12-1) ...
Setting up libapp-cli-perl (0.313-1) ...
Setting up libbrowser-open-perl (0.04-1) ...
Setting up libio-stringy-perl (2.110-5) ...
Setting up libgetopt-long-descriptive-perl (0.093-1) ...
Setting up libjson-perl (2.59-1) ...
Setting up libmodule-pluggable-perl (4.8-1) ...
Setting up libasa-perl (0.02-1) ...
Setting up libvariable-magic-perl (0.52-1+b1) ...
Setting up libb-hooks-endofscope-perl (0.12-1) ...
Setting up libb-keywords-perl (1.13-1) ...
Setting up libb-utils-perl (0.21-1+b1) ...
Setting up liberror-perl (0.17-1.1) ...
Setting up libipc-sharelite-perl (0.17-3+b1) ...
Setting up libcache-cache-perl (1.06-2) ...
Setting up libstring-crc32-perl (1.4-2+b4) ...
Setting up libcache-memcached-perl (1.30-1) ...
Setting up libcache-simple-timedexpiry-perl (0.27-2) ...
Setting up libcalendar-simple-perl (1.21-1) ...
Setting up libcarp-clan-perl (6.04-1) ...
Setting up libcgi-simple-perl (1.113-2) ...
Setting up libcgi-cookie-splitter-perl (0.02-2) ...
Setting up libclass-accessor-perl (0.34-1) ...
Setting up libclass-accessor-chained-perl (0.01.1~debian-2.1) ...
Setting up libuniversal-require-perl (0.13-1) ...
Setting up libhook-lexwrap-perl (0.24-1) ...
Setting up libclass-accessor-named-perl (0.008-1) ...
Setting up libclass-container-perl (0.12-3) ...
Setting up libclass-data-inheritable-perl (0.08-2) ...
Setting up libclass-factory-util-perl (1.7-2) ...
Setting up libclass-insideout-perl (1.13-2) ...
Setting up libclass-inspector-perl (1.28-1) ...
Setting up libdevel-stacktrace-perl (1.3000-1) ...
Setting up libclass-returnvalue-perl (0.55-1) ...
Setting up libclass-trigger-perl (0.14-1) ...
Setting up libclone-perl (0.35-1) ...
Setting up libcommon-sense-perl (3.72-2) ...
Setting up libconvert-binhex-perl (1.119+pristine-3) ...
Setting up libcrypt-rijndael-perl (1.11-1+b1) ...
Setting up libcrypt-cbc-perl (2.33-1) ...
Setting up libcss-squish-perl (0.09-1) ...
Setting up libdata-dump-streamer-perl (2.36-1+b1) ...
Setting up libdata-dumper-concise-perl (2.020-1) ...
Setting up libdata-page-perl (2.02-1) ...
Setting up libdata-serializer-perl (0.59-1) ...
Setting up libdate-manip-perl (6.41-1) ...
Setting up libdatetime-locale-perl (1:0.45-2) ...
Setting up libdatetime-perl (2:1.03-1+b1) ...
Setting up libdatetime-format-strptime-perl (1.5400-1) ...
Setting up libdatetime-format-builder-perl (0.8100-1) ...
Setting up libdatetime-format-iso8601-perl (0.08-1) ...
Setting up libdbi-perl (1.628-1+b1) ...
Setting up libdbd-sqlite3-perl (1.40-1+b1) ...
Setting up libfreezethaw-perl (0.5001-1) ...
Setting up libdbix-dbschema-perl (0.40-3) ...
Setting up libdbm-deep-perl (2.0008-2) ...
Setting up libpadwalker-perl (1.96-1+b1) ...
Setting up libdevel-caller-perl (2.06-1+b1) ...
Setting up libdevel-cover-perl (1.07-2+b1) ...
Setting up libdevel-lexalias-perl (0.05-1+b1) ...
Setting up libfile-which-perl (1.09-1) ...
Setting up libfile-homedir-perl (0.99-1) ...
Setting up libfile-next-perl (1.10-1) ...
Setting up liblexical-persistence-perl (1.022-1) ...
Setting up libmodule-refresh-perl (0.17-1) ...
Setting up libmoosex-attributehelpers-perl (0.23-2) ...
Setting up libmoosex-getopt-perl (0.56-1) ...
Setting up libmoosex-object-pluggable-perl (0.0011-2) ...
Setting up libsub-identify-perl (0.04-1+b3) ...
Setting up libnamespace-clean-perl (0.24-1) ...
Setting up libio-string-perl (1.08-2) ...
Setting up libppi-perl (1.215-1) ...
Setting up libscope-guard-perl (0.20-1) ...
Setting up libsys-sigaction-perl (0.13-1) ...
Setting up libdevel-stacktrace-ashtml-perl (0.14-1) ...
Setting up libemail-date-format-perl (1.004-1) ...
Setting up libemail-simple-perl (2.201-1) ...
Setting up libemail-abstract-perl (3.004-2) ...
Setting up libemail-foldertype-perl (0.813-1) ...
Setting up libemail-folder-perl (0.857-1) ...
Setting up libfile-path-expand-perl (1.02-1) ...
Setting up libemail-localdelivery-perl (1.200-1) ...
Setting up libemail-messageid-perl (1.402-1) ...
Setting up libemail-mime-contenttype-perl (1.017-1) ...
Setting up libhtml-tokeparser-simple-perl (3.16-1) ...
Setting up liblog-trace-perl (1.070-2) ...
Setting up libmime-types-perl (1.38-1) ...
Setting up libemail-mime-encodings-perl (1.315-1) ...
Setting up libemail-mime-perl (1.911-1) ...
Setting up libtest-assertions-perl (1.054-2) ...
Setting up libfile-slurp-perl (9999.19-3) ...
Setting up libfile-policy-perl (1.005-1) ...
Setting up libreturn-value-perl (1.666001-1) ...
Setting up libemail-send-perl (2.198-4) ...
Setting up libexception-class-perl (1.32-1) ...
Setting up libexporter-lite-perl (0.02-2) ...
Setting up libfcgi-procmanager-perl (0.24-1) ...
Setting up libnumber-compare-perl (0.03-1) ...
Setting up libtext-glob-perl (0.09-1) ...
Setting up libfile-find-rule-perl (0.33-1) ...
Setting up libfile-mmagic-perl (1.29-1) ...
Setting up libfile-remove-perl (1.52-1) ...
Setting up libfile-sharedir-perl (1.03-1) ...
Setting up libfilesys-notify-simple-perl (0.12-1) ...
Setting up libhash-merge-perl (0.12-2) ...
Setting up libhash-multivalue-perl (0.12-1) ...
Setting up libhtml-lint-perl (2.20+dfsg-1) ...
Setting up liblog-any-perl (0.15-1) ...
Setting up libhtml-mason-perl (1:1.51-1) ...
Setting up libxml-xpathengine-perl (0.13-1) ...
Setting up libhtml-treebuilder-xpath-perl (0.14-1) ...
Setting up libpath-class-perl (0.32-1) ...
Setting up libyaml-perl (0.84-1) ...
Setting up libio-tee-perl (0.64-2) ...
Setting up libtest-http-server-simple-perl (0.10-1) ...
Setting up libhttp-server-simple-recorder-perl (0.03-1) ...
Setting up libio-handle-util-perl (0.01-1) ...
Setting up libossp-uuid16 (1.6.2-1.3+b1) ...
Setting up libossp-uuid-perl (1.6.2-1.3+b1) ...
Setting up libipc-pubsub-perl (0.29-1) ...
Setting up libipc-run3-perl (0.046-1) ...
Setting up liblingua-en-inflect-perl (1.895-1) ...
Setting up libsub-override-perl (0.08-4) ...
Setting up libobject-declare-perl (0.22-2) ...
Setting up libscalar-defer-perl (0.23-1) ...
Setting up libtime-duration-perl (1.10-1) ...
Setting up libtime-duration-parse-perl (0.06-1) ...
Setting up libjifty-dbi-perl (0.76-1) ...
Setting up libjs-jquery (1.7.2+dfsg-3) ...
Setting up libjs-prototype (1.7.1-3) ...
Setting up libjs-scriptaculous (1.9.0-2) ...
Setting up libjs-yui (2.9.0.dfsg.0.1-0.1) ...
Setting up libjson-xs-perl (2.340-1+b1) ...
Setting up liblocale-maketext-lexicon-perl (0.96-1) ...
Setting up liblog-log4perl-perl (1.29-1) ...
Setting up libnet-smtp-ssl-perl (1.01-3) ...
Setting up libmailtools-perl (2.12-1) ...
Setting up libmime-tools-perl (5.503-1) ...
Setting up libmodule-scandeps-perl (1.10-1) ...
Setting up libpar-dist-perl (0.49-1) ...
Setting up libyaml-tiny-perl (1.51-2) ...
Setting up libstream-buffered-perl (0.2-1) ...
Setting up libtest-requires-perl (0.07-1) ...
Setting up libtest-sharedfork-perl (0.19-1) ...
Setting up libtest-tcp-perl (2.00-1) ...
Setting up libshell-command-perl (0.06-3) ...
Setting up libspiffy-perl (0.31-1) ...
Setting up libsql-reservedwords-perl (0.8-1) ...
Setting up libstring-bufferstack-perl (1.15-1) ...
Setting up libstring-koremutake-perl (0.30-3) ...
Setting up libsub-uplevel-perl (0.2400-1) ...
Setting up libsuper-perl (1.20120705-1) ...
Setting up libtemplate-declare-perl (0.45-1) ...
Setting up libtext-diff-perl (1.41-1) ...
Setting up libtest-base-perl (0.60-1) ...
Setting up libtest-email-perl (0.07-1) ...
Setting up libtest-exception-perl (0.32-1) ...
Setting up libtree-dagnode-perl (1.12-1) ...
Setting up libtest-warn-perl (0.24-1) ...
Setting up libuniversal-isa-perl (1.20120726-1) ...
Setting up libuniversal-can-perl (1.20120726-1) ...
Setting up libtest-mockobject-perl (1.20120301-1) ...
Setting up libtest-script-run-perl (0.05-1) ...
Setting up libxml-namespacesupport-perl (1.09-3) ...
Setting up libxml-sax-base-perl (1.07-1) ...
Setting up libxml-sax-perl (0.99+dfsg-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...

Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml-libxml-perl (2.0010+dfsg-1+b1) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml-simple-perl (2.20-1) ...
Setting up libxml-writer-perl (0.623-1) ...
Setting up libtest-mockmodule-perl (0.05-2) ...
Setting up liblwp-protocol-https-perl (6.04-1) ...
Setting up libwww-perl (6.05-1) ...
Setting up libwww-mechanize-perl (1.71-1) ...
Setting up libtest-www-mechanize-perl (1.42-1) ...
Setting up libapp-nopaste-perl (0.92-2) ...
Setting up libcgi-emulate-psgi-perl (0.15-1) ...
Setting up libdevel-repl-perl (1.003013-1) ...
Setting up libemail-mime-createhtml-perl (1.030-1) ...
Setting up libhttp-body-perl (1.17-1) ...
Setting up libmodule-install-perl (1.06-1) ...
Setting up libplack-perl (1.0028-1) ...
Setting up libplack-middleware-deflater-perl (0.11-1) ...
Setting up libtest-www-declare-perl (0.02-3) ...
Setting up libtest-www-mechanize-psgi-perl (0.35-1) ...
Setting up libtest-www-selenium-perl (1.36-1) ...
Setting up libxml-parser-perl (2.41-1+b2) ...
Setting up libxml-xpath-perl (1.13-7) ...
Processing triggers for libc-bin ...
Processing triggers for ca-certificates ...
Updating certificates in /etc/ssl/certs... 164 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  fakeroot
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 119 kB of archives.
After this operation, 347 kB of additional disk space will be used.
Get:1 http://proxy:9999/debian/ sid/main fakeroot amd64 1.19-2 [119 kB]
Fetched 119 kB in 0s (6422 kB/s)
Selecting previously unselected package fakeroot.
(Reading database ... 23242 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.19-2_amd64.deb) ...
Processing triggers for man-db ...
Not building database; man-db/auto-update is not 'true'.
Setting up fakeroot (1.19-2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
I: Copying source file
I: copying [tmp/jifty/jifty_1.10518+dfsg-3.dsc]
I: copying [tmp/jifty/jifty_1.10518+dfsg.orig.tar.gz]
I: copying [tmp/jifty/jifty_1.10518+dfsg-3.debian.tar.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Tue Jun 25 19:42:31 2013 UTC using RSA key ID 8649AA06
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./jifty_1.10518+dfsg-3.dsc
dpkg-source: info: extracting jifty in jifty-1.10518+dfsg
dpkg-source: info: unpacking jifty_1.10518+dfsg.orig.tar.gz
dpkg-source: info: unpacking jifty_1.10518+dfsg-3.debian.tar.gz
dpkg-source: info: applying content_lacks-wants-scalar-not-regex.patch
dpkg-source: info: applying follow-symlink.patch
dpkg-source: info: applying spelling.patch
dpkg-source: info: applying img_tag_has_no_height_and_width.patch
dpkg-source: info: applying yaml-syck.patch
I: Building the package
I: Running cd tmp/buildd/*/ && env PATH="/usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" dpkg-buildpackage -us -uc  -us -uc -b -rfakeroot
dpkg-buildpackage: source package jifty
dpkg-buildpackage: source version 1.10518+dfsg-3
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by gregor herrmann <gregoa at debian.org>
 dpkg-source --before-build jifty-1.10518+dfsg
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   debian/rules override_dh_clean
make[1]: Entering directory `/tmp/buildd/jifty-1.10518+dfsg'
dh_clean
rm -rf t/TestApp-RestartServer/var
find /tmp/buildd/jifty-1.10518+dfsg -name "*testapp*" -delete
make[1]: Leaving directory `/tmp/buildd/jifty-1.10518+dfsg'
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Any::Moose                  ...loaded. (0.21)
- App::CLI                    ...loaded. (0.313 >= 0.08)
- Cache::Cache                ...loaded. (1.06)
- Calendar::Simple            ...loaded. (1.21)
- Carp::Clan                  ...loaded. (6.04)
- Class::Accessor             ...loaded. (0.34)
- Class::Container            ...loaded. (0.12)
- Class::Data::Inheritable    ...loaded. (0.08)
- Class::Trigger              ...loaded. (0.14 >= 0.13)
- Clone                       ...loaded. (0.35 >= 0.27)
- CGI                         ...loaded. (3.63 >= 3.30)
- CGI::Cookie::Splitter       ...loaded. (0.02)
- CGI::Emulate::PSGI          ...loaded. (0.15 >= 0.06)
- Class::Inspector            ...loaded. (1.28 >= 1.2)
- Crypt::CBC                  ...loaded. (2.33)
- Crypt::Rijndael             ...loaded. (1.11)
- Compress::Zlib              ...loaded. (2.06)
- CSS::Squish                 ...loaded. (0.09 >= 0.07)
- DBI                         ...loaded. (1.628)
- DBD::SQLite                 ...loaded. (1.40 >= 1.11)
- Data::Page                  ...loaded. (2.02)
- Data::UUID                  ...loaded. (1.0602)
- DateTime                    ...loaded. (1.03)
- DateTime::Locale            ...loaded. (0.45)
- Date::Manip                 ...loaded. (6.41 >= 6.01)
- Email::Folder               ...loaded. (0.857)
- Email::LocalDelivery        ...loaded. (1.200 >= 0.217)
- Email::MIME                 ...loaded. (1.911 >= 1.9)
- Email::MIME::ContentType    ...loaded. (1.017 >= 1.012)
- Email::MIME::CreateHTML     ...loaded. (1.030)
- Email::Send                 ...loaded. (2.198 >= 2.10)
- Email::Simple               ...loaded. (2.201 >= 2.003)
- Email::Simple::Creator      ...loaded. (2.201 >= 1.4)
- Exception::Class            ...loaded. (1.32)
- Exporter::Lite              ...loaded. (0.02)
- File::Find::Rule            ...loaded. (0.33)
- File::MMagic                ...loaded. (1.29)
- File::ShareDir              ...loaded. (1.03 >= 1.00)
- File::Spec                  ...loaded. (3.40 >= 3.14)
- File::Temp                  ...loaded. (0.23 >= 0.15)
- HTML::Entities              ...loaded. (3.69)
- HTML::Lint                  ...loaded. (2.20)
- HTML::Mason                 ...defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
loaded. (1.51 >= 1.3101)
- HTML::Mason::Plugin         ...loaded. (1.51)
- HTML::TreeBuilder::XPath    ...loaded. (0.14)
- HTTP::Cookies               ...loaded. (6.00)
- HTTP::Date                  ...loaded. (6.02)
- Hash::Merge                 ...loaded. (0.12 >= 0.12)
- Hash::MultiValue            ...loaded. (0.12 >= 0.05)
- IO::Handle::Util            ...loaded. (0.01)
- IPC::PubSub                 ...loaded. (0.29 >= 0.23)
- IPC::Run3                   ...loaded. (0.046)
- Jifty::DBI                  ...loaded. (0.76 >= 0.68)
- JSON                        ...loaded. (2.59 >= 2.17)
- List::MoreUtils             ...loaded. (0.33)
- Locale::Maketext::Extract   ...loaded. (0.96 >= 0.35)
- Locale::Maketext::Lexicon   ...loaded. (0.96 >= 0.77)
- Log::Log4perl               ...loaded. (1.29 >= 1.11)
- LWP::UserAgent              ...loaded. (6.05)
- MIME::Types                 ...loaded. (1.38)
- Module::Pluggable           ...loaded. (4.8 >= 3.7)
- Module::Pluggable::Object   ...loaded. (4.8)
- Module::CoreList            ...loaded. (2.96)
- Module::Refresh             ...loaded. (0.17)
- Module::ScanDeps            ...loaded. (1.10)
- Object::Declare             ...loaded. (0.22 >= 0.13)
- Params::Validate            ...loaded. (1.06)
- Plack                       ...loaded. (1.0028 >= 0.9940)
- Plack::Middleware::Deflater ...loaded. (0.11)
- Scalar::Defer               ...loaded. (0.23 >= 0.12)
- Shell::Command              ...loaded. (0.06)
- String::BufferStack         ...loaded. (1.15 >= 1.12)
- String::Koremutake          ...loaded. (0.30)
- SUPER                       ...loaded. (1.20120705)
- SQL::ReservedWords          ...loaded. (0.8)
- Template::Declare           ...loaded. (0.45 >= 0.36)
- Test::Base                  ...loaded. (0.60)
- Test::Exception             ...loaded. (0.32)
- Test::LongString            ...loaded. (0.15)
- Test::More                  ...loaded. (0.98 >= 0.62)
- Test::Script::Run           ...loaded. (0.05 >= 0.03)
- Test::WWW::Mechanize        ...loaded. (1.42 >= 1.04)
- Test::WWW::Mechanize::PSGI  ...loaded. (0.35 >= 0.35)
- Test::WWW::Selenium         ...loaded. (1.36 >= 1.18)
- WWW::Mechanize              ...loaded. (1.71 >= 1.51)
- UNIVERSAL::require          ...loaded. (0.13)
- URI                         ...loaded. (1.60 >= 1.31)
- URI::Escape                 ...loaded. (3.31)
- XML::Writer                 ...loaded. (0.623 >= 0.601)
- XML::Simple                 ...loaded. (2.20)
- version                     ...loaded. (0.9902)
- YAML::Syck                  ...loaded. (1.27 >= 0.71)
- YAML                        ...loaded. (0.84 >= 0.35)
- JSON::XS                    ...loaded. (2.34 >= 2.27)
[FastCGI support]
- FCGI::ProcManager           ...loaded. (0.24 >= 0.19)
[Memcached support for serving compressed CSS and JS from Jifty's CAS]
- Cache::Memcached            ...loaded. (1.30 >= 1.25)
[Administrative Interface (web)]
- Pod::Simple                 ...loaded. (3.28)
[Development of a jifty application]
- DBD::SQLite                 ...loaded. (1.40 >= 1.11)
- Test::Base                  ...loaded. (0.60 >= 0.44)
- Module::Install::Admin      ...loaded. (1.06 >= 0.50)
- Test::HTML::Lint            ...loaded. (2.20)
- Test::MockModule            ...loaded. (0.05 >= 0.05)
- Test::MockObject            ...loaded. (1.20120301 >= 1.07)
- Module::Refresh             ...loaded. (0.17 >= 0.09)
- Sub::Exporter               ...loaded. (0.984)
- Test::Email                 ...loaded. (0.07)
- Email::Abstract             ...loaded. (3.004)
[Development of the jifty framework]
- DBD::SQLite                 ...loaded. (1.40)
- Class::Accessor::Named      ...loaded. (0.008)
- Devel::Cover                ...loaded. (1.07)
- Module::CoreList            ...loaded. (2.96)
- Module::Install::Admin      ...loaded. (1.06 >= 0.50)
[Improved halos]
- Data::Dump::Streamer        ...loaded. (2.36)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Warning: the following files are missing in your kit:
	debian/libjifty-plugin-authentication-cas-perl.install
	debian/libjifty-plugin-authentication-facebook-perl.install
	debian/libjifty-plugin-authentication-ldap-perl.install
	debian/libjifty-plugin-authzldap-perl.install
	debian/libjifty-plugin-chart-perl.install
	debian/libjifty-plugin-chart-perl.links
	debian/libjifty-plugin-comment-perl.install
	debian/libjifty-plugin-editinplace-perl.install
	debian/libjifty-plugin-googlemap-perl.install
	debian/libjifty-plugin-halo-perl.install
	debian/libjifty-plugin-openid-perl.install
	debian/libjifty-plugin-sitenews-perl.install
	debian/libjifty-plugin-userpic-perl.install
	debian/libjifty-plugin-wikitoolbar-perl.install
	debian/patches/auth-plugin-manpage-has-bad-whatis.patch
	debian/patches/jifty-plugin-manpage-has-bad-whatis.patch
	debian/patches/main-jifty-manpage-has-bad-whatis.patch
	debian/patches/oldplugins.path
	debian/patches/openid-plugin-manpage-has-bad-whatis.patch
	debian/patches/skip-second-template-region-internal-redirect.patch
	debian/README
	debian/README.source
Please inform the author.
Writing Makefile for Jifty
Writing MYMETA.yml and MYMETA.json
   dh_auto_build
make[1]: Entering directory `/tmp/buildd/jifty-1.10518+dfsg'
cp lib/Jifty/Plugin/OnlineDocs.pm blib/lib/Jifty/Plugin/OnlineDocs.pm
cp lib/Jifty/Script/Adopt.pm blib/lib/Jifty/Script/Adopt.pm
cp lib/Jifty/Event/Model.pm blib/lib/Jifty/Event/Model.pm
cp lib/Jifty/Manual/Tutorial_ja.pod blib/lib/Jifty/Manual/Tutorial_ja.pod
cp lib/Jifty/Web/Form/Field/Textarea.pm blib/lib/Jifty/Web/Form/Field/Textarea.pm
cp lib/Jifty/API.pm blib/lib/Jifty/API.pm
cp lib/Jifty/Handle.pm blib/lib/Jifty/Handle.pm
cp lib/Jifty/Plugin/REST/Dispatcher.pm blib/lib/Jifty/Plugin/REST/Dispatcher.pm
cp lib/Jifty/Web/Form/Field/DateTime.pm blib/lib/Jifty/Web/Form/Field/DateTime.pm
cp lib/Jifty/CAS/Store.pm blib/lib/Jifty/CAS/Store.pm
cp lib/Jifty/View/Declare.pm blib/lib/Jifty/View/Declare.pm
cp lib/Jifty/Web.pm blib/lib/Jifty/Web.pm
cp lib/Jifty/Script/Help.pm blib/lib/Jifty/Script/Help.pm
cp lib/Jifty/Plugin/TestServerWarnings.pm blib/lib/Jifty/Plugin/TestServerWarnings.pm
cp lib/Jifty/DateTime.pm blib/lib/Jifty/DateTime.pm
cp lib/Jifty/Action/Autocomplete.pm blib/lib/Jifty/Action/Autocomplete.pm
cp lib/Jifty/Manual/JavaScript.pod blib/lib/Jifty/Manual/JavaScript.pod
cp lib/Jifty/Plugin/Compat.pm blib/lib/Jifty/Plugin/Compat.pm
cp lib/Jifty/Plugin/ViewDeclarePage/Page.pm blib/lib/Jifty/Plugin/ViewDeclarePage/Page.pm
cp lib/Jifty/Plugin/SkeletonApp/View.pm blib/lib/Jifty/Plugin/SkeletonApp/View.pm
cp lib/Jifty/Script/Server.pm blib/lib/Jifty/Script/Server.pm
cp lib/Jifty/Plugin/SinglePage/Dispatcher.pm blib/lib/Jifty/Plugin/SinglePage/Dispatcher.pm
cp lib/Jifty/Plugin/Config/Action/Restart.pm blib/lib/Jifty/Plugin/Config/Action/Restart.pm
cp lib/Jifty/Param/Schema.pm blib/lib/Jifty/Param/Schema.pm
cp lib/Jifty/Plugin/SetupWizard/View.pm blib/lib/Jifty/Plugin/SetupWizard/View.pm
cp lib/Jifty/Web/Session/None.pm blib/lib/Jifty/Web/Session/None.pm
cp lib/Jifty/Manual/Deploying.pod blib/lib/Jifty/Manual/Deploying.pod
cp lib/Jifty/Script/Po.pm blib/lib/Jifty/Script/Po.pm
cp lib/Jifty/Web/Form/Field/Collection.pm blib/lib/Jifty/Web/Form/Field/Collection.pm
cp lib/Jifty/Script/Action.pm blib/lib/Jifty/Script/Action.pm
cp lib/Jifty/Plugin/SetupWizard/Action/TestDatabaseConnectivity.pm blib/lib/Jifty/Plugin/SetupWizard/Action/TestDatabaseConnectivity.pm
cp lib/Jifty/Test/WWW/Mechanize.pm blib/lib/Jifty/Test/WWW/Mechanize.pm
cp lib/Jifty/Action.pm blib/lib/Jifty/Action.pm
cp lib/Jifty/Event/Log.pm blib/lib/Jifty/Event/Log.pm
cp lib/Jifty/Test/Email.pm blib/lib/Jifty/Test/Email.pm
cp lib/Jifty/Action/Record/Execute.pm blib/lib/Jifty/Action/Record/Execute.pm
cp lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm blib/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm
cp lib/Jifty/View/Declare/Handler.pm blib/lib/Jifty/View/Declare/Handler.pm
cp lib/Jifty/Object.pm blib/lib/Jifty/Object.pm
cp lib/Jifty/Action/Record/Bulk.pm blib/lib/Jifty/Action/Record/Bulk.pm
cp lib/Jifty/Plugin/SetupWizard.pm blib/lib/Jifty/Plugin/SetupWizard.pm
cp lib/Jifty/Web/Session/ClientSide.pm blib/lib/Jifty/Web/Session/ClientSide.pm
cp lib/Jifty/Manual/Deploying_zhtw.pod blib/lib/Jifty/Manual/Deploying_zhtw.pod
cp lib/Jifty/View.pm blib/lib/Jifty/View.pm
cp lib/Jifty/Web/Session.pm blib/lib/Jifty/Web/Session.pm
cp lib/Jifty/Web/Form/Field/Radio.pm blib/lib/Jifty/Web/Form/Field/Radio.pm
cp lib/Jifty/Manual/AccessControl.pod blib/lib/Jifty/Manual/AccessControl.pod
cp lib/Jifty/Client.pm blib/lib/Jifty/Client.pm
cp lib/Jifty/Script/Schema.pm blib/lib/Jifty/Script/Schema.pm
cp lib/Jifty/Manual/Tutorial.pod blib/lib/Jifty/Manual/Tutorial.pod
cp lib/Jifty/Web/Form/Link.pm blib/lib/Jifty/Web/Form/Link.pm
cp lib/Jifty/Manual/JavaScript_zhtw.pod blib/lib/Jifty/Manual/JavaScript_zhtw.pod
cp lib/Jifty/Plugin/SQLQueries.pm blib/lib/Jifty/Plugin/SQLQueries.pm
cp lib/Jifty/Plugin/AdminUI/View.pm blib/lib/Jifty/Plugin/AdminUI/View.pm
cp lib/Jifty/Plugin/Halo.pm blib/lib/Jifty/Plugin/Halo.pm
cp lib/Jifty/Manual/Style.pod blib/lib/Jifty/Manual/Style.pod
cp lib/Jifty/Plugin/I18N/Action/SetLang.pm blib/lib/Jifty/Plugin/I18N/Action/SetLang.pm
cp lib/Jifty/Plugin/SkeletonApp/Dispatcher.pm blib/lib/Jifty/Plugin/SkeletonApp/Dispatcher.pm
cp lib/Jifty/Script/App.pm blib/lib/Jifty/Script/App.pm
cp lib/Jifty/Plugin/ActorMetadata.pm blib/lib/Jifty/Plugin/ActorMetadata.pm
cp lib/Jifty/Web/Form/Field/Select.pm blib/lib/Jifty/Web/Form/Field/Select.pm
cp lib/Jifty/Web/Form/Field/Time.pm blib/lib/Jifty/Web/Form/Field/Time.pm
cp lib/Jifty/Manual/ObjectModel.pod blib/lib/Jifty/Manual/ObjectModel.pod
cp lib/Jifty/TestServer.pm blib/lib/Jifty/TestServer.pm
cp lib/Jifty/Manual/Actions_zhtw.pod blib/lib/Jifty/Manual/Actions_zhtw.pod
cp lib/Jifty/Plugin/Authentication/Password/Action/ConfirmEmail.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/ConfirmEmail.pm
cp lib/Jifty/Manual/Logging.pod blib/lib/Jifty/Manual/Logging.pod
cp lib/Jifty/Plugin/User/Mixin/Model/User.pm blib/lib/Jifty/Plugin/User/Mixin/Model/User.pm
cp lib/Jifty/Plugin/Authentication/Password.pm blib/lib/Jifty/Plugin/Authentication/Password.pm
cp lib/Jifty/Web/Form.pm blib/lib/Jifty/Web/Form.pm
cp lib/Jifty/Manual/Cookbook.pod blib/lib/Jifty/Manual/Cookbook.pod
cp lib/Jifty/Test/Dist.pm blib/lib/Jifty/Test/Dist.pm
cp lib/Jifty/Plugin/Deflater.pm blib/lib/Jifty/Plugin/Deflater.pm
cp lib/Jifty/CAS.pm blib/lib/Jifty/CAS.pm
cp lib/Jifty/Plugin/SkeletonApp.pm blib/lib/Jifty/Plugin/SkeletonApp.pm
cp lib/Jifty/Result.pm blib/lib/Jifty/Result.pm
cp lib/Jifty/Manual/FAQ.pod blib/lib/Jifty/Manual/FAQ.pod
cp lib/Jifty/Script/Plugin.pm blib/lib/Jifty/Script/Plugin.pm
cp lib/Jifty/Plugin/RequestInspector/Model/Request.pm blib/lib/Jifty/Plugin/RequestInspector/Model/Request.pm
cp lib/Jifty/View/Declare/Page.pm blib/lib/Jifty/View/Declare/Page.pm
cp lib/Jifty/View/Mason/Halo.pm blib/lib/Jifty/View/Mason/Halo.pm
cp lib/Jifty/Manual/RequestHandling.pod blib/lib/Jifty/Manual/RequestHandling.pod
cp lib/Jifty/Web/Form/Clickable.pm blib/lib/Jifty/Web/Form/Clickable.pm
cp lib/Jifty/Manual/Tutorial_zhtw.pod blib/lib/Jifty/Manual/Tutorial_zhtw.pod
cp lib/Jifty/Manual/TutorialRest.pod blib/lib/Jifty/Manual/TutorialRest.pod
cp lib/Jifty/Continuation.pm blib/lib/Jifty/Continuation.pm
cp lib/Jifty/Manual/Models.pod blib/lib/Jifty/Manual/Models.pod
cp lib/Jifty/Web/Form/Field/InlineButton.pm blib/lib/Jifty/Web/Form/Field/InlineButton.pm
cp lib/Jifty/Plugin/ClassLoader.pm blib/lib/Jifty/Plugin/ClassLoader.pm
cp lib/Jifty/Dispatcher.pm blib/lib/Jifty/Dispatcher.pm
cp lib/Jifty/Script.pm blib/lib/Jifty/Script.pm
cp lib/Jifty/Script/Env.pm blib/lib/Jifty/Script/Env.pm
cp lib/Jifty/View/Static/Handler.pm blib/lib/Jifty/View/Static/Handler.pm
cp lib/Jifty/Plugin/OnlineDocs/Dispatcher.pm blib/lib/Jifty/Plugin/OnlineDocs/Dispatcher.pm
cp lib/Jifty/LetMe.pm blib/lib/Jifty/LetMe.pm
cp lib/Jifty/Manual/AccessControl_zhtw.pod blib/lib/Jifty/Manual/AccessControl_zhtw.pod
cp lib/Jifty/Plugin/Authentication/Password/Action/SendPasswordReminder.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/SendPasswordReminder.pm
cp lib/Jifty/Plugin/Authentication/Password/Action/Logout.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/Logout.pm
cp lib/Jifty/Subs/Render.pm blib/lib/Jifty/Subs/Render.pm
cp lib/Jifty/Web/Session/ApacheSession.pm blib/lib/Jifty/Web/Session/ApacheSession.pm
cp lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/Signup.pm
cp lib/Jifty/Test.pm blib/lib/Jifty/Test.pm
cp lib/Jifty/CurrentUser.pm blib/lib/Jifty/CurrentUser.pm
cp lib/Jifty/View/Declare/BaseClass.pm blib/lib/Jifty/View/Declare/BaseClass.pm
cp lib/Jifty/View/Declare/Helpers.pm blib/lib/Jifty/View/Declare/Helpers.pm
cp lib/Jifty/Plugin/Config/View.pm blib/lib/Jifty/Plugin/Config/View.pm
cp lib/Jifty/Action/Record/Create.pm blib/lib/Jifty/Action/Record/Create.pm
cp lib/Jifty/YAML.pm blib/lib/Jifty/YAML.pm
cp lib/Jifty/Subs.pm blib/lib/Jifty/Subs.pm
cp lib/Jifty/Response.pm blib/lib/Jifty/Response.pm
cp lib/Jifty/Param.pm blib/lib/Jifty/Param.pm
cp lib/Jifty/I18N.pm blib/lib/Jifty/I18N.pm
cp lib/Jifty/Config.pm blib/lib/Jifty/Config.pm
cp lib/Jifty/Util.pm blib/lib/Jifty/Util.pm
cp lib/Jifty/Plugin/CSSQuery.pm blib/lib/Jifty/Plugin/CSSQuery.pm
cp lib/Jifty/Plugin/Authentication/Password/Action/SendAccountConfirmation.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/SendAccountConfirmation.pm
cp lib/Jifty/Web/Form/Field/Upload.pm blib/lib/Jifty/Web/Form/Field/Upload.pm
cp lib/Jifty/Plugin/Authentication/Password/Action/ResendConfirmation.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/ResendConfirmation.pm
cp lib/Jifty/Action/Redirect.pm blib/lib/Jifty/Action/Redirect.pm
cp lib/Jifty/Plugin/LetMe/Dispatcher.pm blib/lib/Jifty/Plugin/LetMe/Dispatcher.pm
cp lib/Jifty/Event.pm blib/lib/Jifty/Event.pm
cp lib/Jifty/Manual/Upgrading.pod blib/lib/Jifty/Manual/Upgrading.pod
cp lib/Jifty/Plugin/REST.pm blib/lib/Jifty/Plugin/REST.pm
cp lib/Jifty/Script/Model.pm blib/lib/Jifty/Script/Model.pm
cp lib/Jifty/Module/Pluggable.pm blib/lib/Jifty/Module/Pluggable.pm
cp lib/Jifty/Web/Form/Field/Uploads.pm blib/lib/Jifty/Web/Form/Field/Uploads.pm
cp lib/Jifty/View/Declare/CoreTemplates.pm blib/lib/Jifty/View/Declare/CoreTemplates.pm
cp lib/Jifty/Action/Record/Delete.pm blib/lib/Jifty/Action/Record/Delete.pm
cp lib/Jifty/Plugin/Authentication/Password/Action/ResetLostPassword.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/ResetLostPassword.pm
cp lib/Jifty/Manual/UsingCSSandJS.pod blib/lib/Jifty/Manual/UsingCSSandJS.pod
cp lib/Jifty/Plugin/Authentication/Password/Action/Login.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/Login.pm
cp lib/Jifty/Plugin/ErrorTemplates/View.pm blib/lib/Jifty/Plugin/ErrorTemplates/View.pm
cp lib/Jifty/Request/Mapper.pm blib/lib/Jifty/Request/Mapper.pm
cp lib/Jifty/Manual.pm blib/lib/Jifty/Manual.pm
cp lib/Jifty/Upgrade/Internal.pm blib/lib/Jifty/Upgrade/Internal.pm
cp lib/Jifty/Model/Metadata.pm blib/lib/Jifty/Model/Metadata.pm
cp lib/Jifty/Action/Record.pm blib/lib/Jifty/Action/Record.pm
cp lib/Jifty/Schema.pm blib/lib/Jifty/Schema.pm
cp lib/Jifty/RightsFrom.pm blib/lib/Jifty/RightsFrom.pm
cp lib/Jifty/Plugin/I18N.pm blib/lib/Jifty/Plugin/I18N.pm
cp lib/Jifty/Web/Form/Field/OrderedList.pm blib/lib/Jifty/Web/Form/Field/OrderedList.pm
cp lib/Jifty/Manual/PageRegions.pod blib/lib/Jifty/Manual/PageRegions.pod
cp lib/Jifty/Web/Form/Field/Password.pm blib/lib/Jifty/Web/Form/Field/Password.pm
cp lib/Jifty/Plugin/ErrorTemplates.pm blib/lib/Jifty/Plugin/ErrorTemplates.pm
cp lib/Jifty/Web/Form/Field/Checkboxes.pm blib/lib/Jifty/Web/Form/Field/Checkboxes.pm
cp lib/Jifty/Manual/jQueryMigrationGuide.pod blib/lib/Jifty/Manual/jQueryMigrationGuide.pod
cp lib/Jifty/Plugin/IEFixes.pm blib/lib/Jifty/Plugin/IEFixes.pm
cp lib/Jifty/Logger.pm blib/lib/Jifty/Logger.pm
cp lib/Jifty/Web/Form/Field/Combobox.pm blib/lib/Jifty/Web/Form/Field/Combobox.pm
cp lib/Jifty/Manual/Continuations.pod blib/lib/Jifty/Manual/Continuations.pod
cp lib/Jifty/Record.pm blib/lib/Jifty/Record.pm
cp lib/Jifty/Web/Form/Field/Checkbox.pm blib/lib/Jifty/Web/Form/Field/Checkbox.pm
cp lib/Jifty/Manual/Preload.pod blib/lib/Jifty/Manual/Preload.pod
cp lib/Jifty/Web/PageRegion.pm blib/lib/Jifty/Web/PageRegion.pm
cp lib/Jifty/Web/Session/JDBI.pm blib/lib/Jifty/Web/Session/JDBI.pm
cp lib/Jifty/Plugin/User.pm blib/lib/Jifty/Plugin/User.pm
cp lib/Jifty/Plugin/Config/Action/Config.pm blib/lib/Jifty/Plugin/Config/Action/Config.pm
cp lib/Jifty/Upgrade.pm blib/lib/Jifty/Upgrade.pm
cp lib/Jifty/Web/Form/Field/Hidden.pm blib/lib/Jifty/Web/Form/Field/Hidden.pm
cp lib/Jifty/Manual/Glossary.pod blib/lib/Jifty/Manual/Glossary.pod
cp lib/Jifty/Collection.pm blib/lib/Jifty/Collection.pm
cp lib/Jifty/View/Mason/Handler.pm blib/lib/Jifty/View/Mason/Handler.pm
cp lib/Jifty/Web/Menu.pm blib/lib/Jifty/Web/Menu.pm
cp lib/Jifty/Plugin/Authentication/Password/View.pm blib/lib/Jifty/Plugin/Authentication/Password/View.pm
cp lib/Jifty.pm blib/lib/Jifty.pm
cp lib/Jifty/Model/SessionCollection.pm blib/lib/Jifty/Model/SessionCollection.pm
cp lib/Jifty/Plugin/AdminUI/Dispatcher.pm blib/lib/Jifty/Plugin/AdminUI/Dispatcher.pm
cp lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmEmail.pm blib/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmEmail.pm
cp lib/Jifty/Web/Form/Field/Text.pm blib/lib/Jifty/Web/Form/Field/Text.pm
cp lib/Jifty/Everything.pm blib/lib/Jifty/Everything.pm
cp lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmLostPassword.pm blib/lib/Jifty/Plugin/Authentication/Password/Notification/ConfirmLostPassword.pm
cp lib/Jifty/Script/Script.pm blib/lib/Jifty/Script/Script.pm
cp lib/Jifty/TestServer/Inline.pm blib/lib/Jifty/TestServer/Inline.pm
cp lib/Jifty/Handler.pm blib/lib/Jifty/Handler.pm
cp lib/Jifty/Plugin/CompressedCSSandJS.pm blib/lib/Jifty/Plugin/CompressedCSSandJS.pm
cp lib/Jifty/Web/FileUpload.pm blib/lib/Jifty/Web/FileUpload.pm
cp lib/Jifty/Manual/Actions.pod blib/lib/Jifty/Manual/Actions.pod
cp lib/Jifty/Manual/Tutorial_de.pod blib/lib/Jifty/Manual/Tutorial_de.pod
cp lib/Jifty/Plugin/SinglePage.pm blib/lib/Jifty/Plugin/SinglePage.pm
cp lib/Jifty/Plugin/LetMe.pm blib/lib/Jifty/Plugin/LetMe.pm
cp lib/Jifty/Plugin/TestServerWarnings/View.pm blib/lib/Jifty/Plugin/TestServerWarnings/View.pm
cp lib/Jifty/Plugin/Authentication/Password/Dispatcher.pm blib/lib/Jifty/Plugin/Authentication/Password/Dispatcher.pm
cp lib/Jifty/Request.pm blib/lib/Jifty/Request.pm
cp lib/Jifty/Logger/EventAppender.pm blib/lib/Jifty/Logger/EventAppender.pm
cp lib/Jifty/Bootstrap.pm blib/lib/Jifty/Bootstrap.pm
cp lib/Jifty/Plugin/Config.pm blib/lib/Jifty/Plugin/Config.pm
cp lib/Jifty/Plugin/Config/Action/AddConfig.pm blib/lib/Jifty/Plugin/Config/Action/AddConfig.pm
cp lib/Jifty/CAS/Blob.pm blib/lib/Jifty/CAS/Blob.pm
cp lib/Jifty/Action/Record/Search.pm blib/lib/Jifty/Action/Record/Search.pm
cp lib/Jifty/Plugin/AdminUI.pm blib/lib/Jifty/Plugin/AdminUI.pm
cp lib/Jifty/Model/Session.pm blib/lib/Jifty/Model/Session.pm
cp lib/Jifty/Plugin.pm blib/lib/Jifty/Plugin.pm
cp lib/Jifty/Plugin/Authentication/Password/Action/GeneratePasswordToken.pm blib/lib/Jifty/Plugin/Authentication/Password/Action/GeneratePasswordToken.pm
cp lib/Jifty/Filter/DateTime.pm blib/lib/Jifty/Filter/DateTime.pm
cp lib/Jifty/Notification.pm blib/lib/Jifty/Notification.pm
cp lib/Jifty/Web/Form/Field.pm blib/lib/Jifty/Web/Form/Field.pm
cp lib/Jifty/Web/Form/Field/ResetButton.pm blib/lib/Jifty/Web/Form/Field/ResetButton.pm
cp lib/Jifty/Web/Form/Element.pm blib/lib/Jifty/Web/Form/Element.pm
cp lib/Jifty/JSON.pm blib/lib/Jifty/JSON.pm
cp lib/Jifty/Plugin/RequestInspector/View.pm blib/lib/Jifty/Plugin/RequestInspector/View.pm
cp lib/Jifty/Plugin/TestServerWarnings/Appender.pm blib/lib/Jifty/Plugin/TestServerWarnings/Appender.pm
cp lib/Jifty/View/Mason/Request.pm blib/lib/Jifty/View/Mason/Request.pm
cp lib/Jifty/Plugin/SQLQueries/View.pm blib/lib/Jifty/Plugin/SQLQueries/View.pm
cp lib/Jifty/Test/WWW/Selenium.pm blib/lib/Jifty/Test/WWW/Selenium.pm
cp lib/Jifty/View/Declare/CRUD.pm blib/lib/Jifty/View/Declare/CRUD.pm
cp lib/Jifty/Plugin/Prototypism.pm blib/lib/Jifty/Plugin/Prototypism.pm
cp lib/Jifty/Plugin/Config/Dispatcher.pm blib/lib/Jifty/Plugin/Config/Dispatcher.pm
cp lib/Jifty/Web/Form/Field/Unrendered.pm blib/lib/Jifty/Web/Form/Field/Unrendered.pm
cp lib/Jifty/CAS/Store/Memcached.pm blib/lib/Jifty/CAS/Store/Memcached.pm
cp lib/Jifty/Web/Form/Field/Button.pm blib/lib/Jifty/Web/Form/Field/Button.pm
cp lib/Jifty/Plugin/RequestInspector.pm blib/lib/Jifty/Plugin/RequestInspector.pm
cp lib/Jifty/Plugin/ActorMetadata/Mixin/Model/ActorMetadata.pm blib/lib/Jifty/Plugin/ActorMetadata/Mixin/Model/ActorMetadata.pm
cp lib/Jifty/ClassLoader.pm blib/lib/Jifty/ClassLoader.pm
cp lib/Jifty/Plugin/ViewDeclarePage.pm blib/lib/Jifty/Plugin/ViewDeclarePage.pm
cp lib/Jifty/Action/AboutMe.pm blib/lib/Jifty/Action/AboutMe.pm
cp lib/Jifty/Web/Form/Field/Date.pm blib/lib/Jifty/Web/Form/Field/Date.pm
cp lib/Jifty/Script/FastCGI.pm blib/lib/Jifty/Script/FastCGI.pm
cp lib/Jifty/Action/Record/Update.pm blib/lib/Jifty/Action/Record/Update.pm
cp bin/jifty blib/script/jifty
/usr/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/jifty
Manifying blib/man3/Jifty::Util.3pm
Manifying blib/man3/Jifty::Manual::UsingCSSandJS.3pm
Manifying blib/man3/Jifty::Plugin::ErrorTemplates::View.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Checkboxes.3pm
Manifying blib/man3/Jifty::Plugin::CSSQuery.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::ResetLostPassword.3pm
Manifying blib/man3/Jifty::Manual::PageRegions.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::Login.3pm
Manifying blib/man3/Jifty::Action::Redirect.3pm
Manifying blib/man3/Jifty::Plugin::ErrorTemplates.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Uploads.3pm
Manifying blib/man3/Jifty::Plugin::REST.3pm
Manifying blib/man3/Jifty::RightsFrom.3pm
Manifying blib/man3/Jifty::Schema.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Upload.3pm
Manifying blib/man3/Jifty::Module::Pluggable.3pm
Manifying blib/man3/Jifty::Manual::FAQ.3pm
Manifying blib/man3/Jifty::Manual::Tutorial_zhtw.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::Signup.3pm
Manifying blib/man3/Jifty::Web::Form::Clickable.3pm
Manifying blib/man3/Jifty::Action::Record::Create.3pm
Manifying blib/man3/Jifty::Script::Model.3pm
Manifying blib/man3/Jifty::Web::Session::ApacheSession.3pm
Manifying blib/man3/Jifty::Param.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::ResendConfirmation.3pm
Manifying blib/man3/Jifty::Plugin::IEFixes.3pm
Manifying blib/man3/Jifty::Manual::jQueryMigrationGuide.3pm
Manifying blib/man3/Jifty::Continuation.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::Logout.3pm
Manifying blib/man3/Jifty::Response.3pm
Manifying blib/man3/Jifty::Manual::AccessControl_zhtw.3pm
Manifying blib/man3/Jifty::View::Declare::BaseClass.3pm
Manifying blib/man3/Jifty::Script::Env.3pm
Manifying blib/man3/Jifty::Subs::Render.3pm
Manifying blib/man3/Jifty::View::Static::Handler.3pm
Manifying blib/man3/Jifty::Script::Plugin.3pm
Manifying blib/man3/Jifty::Collection.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Checkbox.3pm
Manifying blib/man3/Jifty.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Combobox.3pm
Manifying blib/man3/Jifty::Upgrade.3pm
Manifying blib/man3/Jifty::Event.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Dispatcher.3pm
Manifying blib/man3/Jifty::Manual::Continuations.3pm
Manifying blib/man3/Jifty::Plugin::AdminUI::Dispatcher.3pm
Manifying blib/man3/Jifty::View::Mason::Handler.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Hidden.3pm
Manifying blib/man3/Jifty::Manual::Preload.3pm
Manifying blib/man3/Jifty::Record.3pm
Manifying blib/man3/Jifty::Handler.3pm
Manifying blib/man3/Jifty::Web::PageRegion.3pm
Manifying blib/man3/Jifty::Web::Form::Field::OrderedList.3pm
Manifying blib/man3/Jifty::Manual::Upgrading.3pm
Manifying blib/man3/Jifty::Plugin::LetMe::Dispatcher.3pm
Manifying blib/man3/Jifty::Model::Metadata.3pm
Manifying blib/man3/Jifty::Request::Mapper.3pm
Manifying blib/man3/Jifty::Logger.3pm
Manifying blib/man3/Jifty::Upgrade::Internal.3pm
Manifying blib/man3/Jifty::Manual.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Password.3pm
Manifying blib/man3/Jifty::Action::Record::Delete.3pm
Manifying blib/man3/Jifty::View::Declare::CoreTemplates.3pm
Manifying blib/man3/Jifty::Plugin::I18N.3pm
Manifying blib/man3/Jifty::Action::Record.3pm
Manifying blib/man3/Jifty::Plugin::TestServerWarnings::View.3pm
Manifying blib/man3/Jifty::Plugin::Config::Action::Config.3pm
Manifying blib/man3/Jifty::Bootstrap.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Button.3pm
Manifying blib/man3/Jifty::Test::WWW::Selenium.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Date.3pm
Manifying blib/man3/Jifty::CAS::Store::Memcached.3pm
Manifying blib/man3/Jifty::Action::Record::Search.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Unrendered.3pm
Manifying blib/man3/Jifty::View::Mason::Request.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::View.3pm
Manifying blib/man3/Jifty::Plugin::CompressedCSSandJS.3pm
Manifying blib/man3/Jifty::Manual::Tutorial_de.3pm
Manifying blib/man3/Jifty::Manual::Actions.3pm
Manifying blib/man3/Jifty::Logger::EventAppender.3pm
Manifying blib/man3/Jifty::Script::Script.3pm
Manifying blib/man3/Jifty::Model::SessionCollection.3pm
Manifying blib/man3/Jifty::Request.3pm
Manifying blib/man3/Jifty::Plugin::User.3pm
Manifying blib/man3/Jifty::Manual::Glossary.3pm
Manifying blib/man3/Jifty::Plugin::LetMe.3pm
Manifying blib/man3/Jifty::Web::FileUpload.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Text.3pm
Manifying blib/man3/Jifty::Web::Session::JDBI.3pm
Manifying blib/man3/Jifty::Plugin::SinglePage.3pm
Manifying blib/man3/Jifty::TestServer::Inline.3pm
Manifying blib/man3/Jifty::Web::Menu.3pm
Manifying blib/man3/Jifty::Everything.3pm
Manifying blib/man3/Jifty::Plugin::RequestInspector.3pm
Manifying blib/man3/Jifty::Plugin::TestServerWarnings::Appender.3pm
Manifying blib/man3/Jifty::Plugin::RequestInspector::View.3pm
Manifying blib/man3/Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata.3pm
Manifying blib/man3/Jifty::Plugin.3pm
Manifying blib/man3/Jifty::Action::Record::Update.3pm
Manifying blib/man3/Jifty::Plugin::ViewDeclarePage.3pm
Manifying blib/man3/Jifty::ClassLoader.3pm
Manifying blib/man3/Jifty::JSON.3pm
Manifying blib/man3/Jifty::Script::FastCGI.3pm
Manifying blib/man3/Jifty::Web::Form::Field.3pm
Manifying blib/man3/Jifty::Action::AboutMe.3pm
Manifying blib/man3/Jifty::Filter::DateTime.3pm
Manifying blib/man3/Jifty::Plugin::Config::Action::AddConfig.3pm
Manifying blib/man3/Jifty::Plugin::Config.3pm
Manifying blib/man3/Jifty::Plugin::AdminUI.3pm
Manifying blib/man3/Jifty::Plugin::Prototypism.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::GeneratePasswordToken.3pm
Manifying blib/man3/Jifty::View::Declare::CRUD.3pm
Manifying blib/man3/Jifty::CAS::Blob.3pm
Manifying blib/man3/Jifty::Notification.3pm
Manifying blib/man3/Jifty::Web::Form::Field::ResetButton.3pm
Manifying blib/man3/Jifty::Plugin::SQLQueries::View.3pm
Manifying blib/man3/Jifty::Plugin::Config::Dispatcher.3pm
Manifying blib/man3/Jifty::Model::Session.3pm
Manifying blib/man3/Jifty::Web::Form::Element.3pm
Manifying blib/man3/Jifty::Script::Po.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Mixin::Model::User.3pm
Manifying blib/man3/Jifty::Manual::Deploying.3pm
Manifying blib/man3/Jifty::Script::Server.3pm
Manifying blib/man3/Jifty::Event::Model.3pm
Manifying blib/man3/Jifty::Plugin::OnlineDocs.3pm
Manifying blib/man3/Jifty::Plugin::ViewDeclarePage::Page.3pm
Manifying blib/man3/Jifty::Script::Help.3pm
Manifying blib/man3/Jifty::DateTime.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Collection.3pm
Manifying blib/man3/Jifty::Event::Log.3pm
Manifying blib/man3/Jifty::Plugin::SetupWizard::Action::TestDatabaseConnectivity.3pm
Manifying blib/man3/Jifty::View::Declare.3pm
Manifying blib/man3/Jifty::Web.3pm
Manifying blib/man3/Jifty::Plugin::SinglePage::Dispatcher.3pm
Manifying blib/man3/Jifty::Plugin::REST::Dispatcher.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Textarea.3pm
Manifying blib/man3/Jifty::Action::Record::Execute.3pm
Manifying blib/man3/Jifty::Manual::JavaScript.3pm
Manifying blib/man3/Jifty::Test::Email.3pm
Manifying blib/man3/Jifty::Plugin::Compat.3pm
Manifying blib/man3/Jifty::Test::WWW::Mechanize.3pm
Manifying blib/man3/Jifty::Script::Adopt.3pm
Manifying blib/man3/Jifty::CAS::Store.3pm
Manifying blib/man3/Jifty::Param::Schema.3pm
Manifying blib/man3/Jifty::Action::Autocomplete.3pm
Manifying blib/man3/Jifty::Action.3pm
Manifying blib/man3/Jifty::Plugin::TestServerWarnings.3pm
Manifying blib/man3/Jifty::Web::Session::None.3pm
Manifying blib/man3/Jifty::Manual::Cookbook.3pm
Manifying blib/man3/Jifty::Web::Form.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Select.3pm
Manifying blib/man3/Jifty::Plugin::Deflater.3pm
Manifying blib/man3/Jifty::Script::App.3pm
Manifying blib/man3/Jifty::Manual::ObjectModel.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Time.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::ConfirmEmail.3pm
Manifying blib/man3/Jifty::Test::Dist.3pm
Manifying blib/man3/Jifty::Object.3pm
Manifying blib/man3/Jifty::Web::Form::Link.3pm
Manifying blib/man3/Jifty::Manual::Actions_zhtw.3pm
Manifying blib/man3/Jifty::Client.3pm
Manifying blib/man3/Jifty::Plugin::SkeletonApp.3pm
Manifying blib/man3/Jifty::Manual::Deploying_zhtw.3pm
Manifying blib/man3/Jifty::CAS.3pm
Manifying blib/man3/Jifty::Plugin::SkeletonApp::Dispatcher.3pm
Manifying blib/man3/Jifty::Plugin::SkeletonApp::View.3pm
Manifying blib/man3/Jifty::Web::Session::ClientSide.3pm
Manifying blib/man3/Jifty::Web::Form::Field::DateTime.3pm
Manifying blib/man3/Jifty::Handle.3pm
Manifying blib/man3/Jifty::Plugin::SetupWizard::View.3pm
Manifying blib/man3/Jifty::API.3pm
Manifying blib/man3/Jifty::View::Declare::Handler.3pm
Manifying blib/man3/Jifty::Plugin::Config::Action::Restart.3pm
Manifying blib/man3/Jifty::Script::Action.3pm
Manifying blib/man3/Jifty::Manual::Tutorial_ja.3pm
Manifying blib/man3/Jifty::Manual::Tutorial.3pm
Manifying blib/man3/Jifty::Web::Form::Field::Radio.3pm
Manifying blib/man3/Jifty::Plugin::User::Mixin::Model::User.3pm
Manifying blib/man3/Jifty::Manual::JavaScript_zhtw.3pm
Manifying blib/man3/Jifty::Plugin::SQLQueries.3pm
Manifying blib/man3/Jifty::Action::Record::Bulk.3pm
Manifying blib/man3/Jifty::Manual::Style.3pm
Manifying blib/man3/Jifty::Script::Schema.3pm
Manifying blib/man3/Jifty::Plugin::Halo.3pm
Manifying blib/man3/Jifty::Manual::Logging.3pm
Manifying blib/man3/Jifty::Web::Session.3pm
Manifying blib/man3/Jifty::TestServer.3pm
Manifying blib/man3/Jifty::Result.3pm
Manifying blib/man3/Jifty::Manual::AccessControl.3pm
Manifying blib/man3/Jifty::Plugin::ActorMetadata.3pm
Manifying blib/man3/Jifty::Plugin::SetupWizard.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password.3pm
Manifying blib/man3/Jifty::Plugin::AdminUI::View.3pm
Manifying blib/man3/Jifty::View.3pm
Manifying blib/man3/Jifty::View::Declare::Page.3pm
Manifying blib/man3/Jifty::Plugin::RequestInspector::Model::Request.3pm
Manifying blib/man3/Jifty::I18N.3pm
Manifying blib/man3/Jifty::Dispatcher.3pm
Manifying blib/man3/Jifty::Script.3pm
Manifying blib/man3/Jifty::YAML.3pm
Manifying blib/man3/Jifty::Manual::Models.3pm
Manifying blib/man3/Jifty::Subs.3pm
Manifying blib/man3/Jifty::Manual::TutorialRest.3pm
Manifying blib/man3/Jifty::Plugin::OnlineDocs::Dispatcher.3pm
Manifying blib/man3/Jifty::Plugin::ClassLoader.3pm
Manifying blib/man3/Jifty::Config.3pm
Manifying blib/man3/Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder.3pm
Manifying blib/man3/Jifty::Test.3pm
Manifying blib/man3/Jifty::Plugin::Config::View.3pm
Manifying blib/man3/Jifty::Plugin::I18N::Action::SetLang.3pm
Manifying blib/man3/Jifty::Web::Form::Field::InlineButton.3pm
Manifying blib/man3/Jifty::Manual::RequestHandling.3pm
Manifying blib/man3/Jifty::View::Mason::Halo.3pm
Manifying blib/man3/Jifty::View::Declare::Helpers.3pm
Manifying blib/man3/Jifty::LetMe.3pm
Manifying blib/man3/Jifty::CurrentUser.3pm
make[1]: Leaving directory `/tmp/buildd/jifty-1.10518+dfsg'
   debian/rules override_dh_auto_test
make[1]: Entering directory `/tmp/buildd/jifty-1.10518+dfsg'
# copy dfsg-free json.js here, otherwise tests won't find it and fail
cp debian/json.js blib/lib/auto/share/dist/Jifty/web/static/js/
LANG=C http_proxy= dh_auto_test
make[2]: Entering directory `/tmp/buildd/jifty-1.10518+dfsg'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/00-load.t ............................................ 
1..2
ok 1 - use Jifty::Everything;
ok 2 - use Jifty::Test;
Done.
ok
t/01-dependencies.t .................................... 
ok 1 - Opened Makefile
ok 2 - Any::Moose in Makefile.PL
ok 3 - App::CLI in Makefile.PL
ok 4 - App::CLI::Command in Makefile.PL
ok 5 - App::CLI::Command::Help in Makefile.PL
ok 6 - CGI::Cookie::Splitter in Makefile.PL
ok 7 - CGI::Emulate::PSGI in Makefile.PL
ok 8 - CSS::Squish in Makefile.PL
ok 9 - Cache::Memcached in Makefile.PL
ok 10 - Carp::Clan in Makefile.PL
ok 11 - Class::Accessor::Fast in Makefile.PL
ok 12 - Class::Container in Makefile.PL
ok 13 - Class::Data::Inheritable in Makefile.PL
ok 14 - Class::Trigger in Makefile.PL
ok 15 - Clone in Makefile.PL
ok 16 - Compress::Zlib in Makefile.PL
ok 17 - Crypt::CBC in Makefile.PL
ok 18 - Crypt::Rijndael in Makefile.PL
ok 19 - Data::Page in Makefile.PL
ok 20 - Data::UUID in Makefile.PL
ok 21 - DateTime in Makefile.PL
ok 22 - DateTime::Locale in Makefile.PL
ok 23 - Email::Abstract in Makefile.PL
ok 24 - Email::Folder in Makefile.PL
ok 25 - Email::LocalDelivery in Makefile.PL
ok 26 - Email::MIME::ContentType in Makefile.PL
ok 27 - Email::MIME::CreateHTML in Makefile.PL
ok 28 - Email::Send in Makefile.PL
ok 29 - Exception::Class in Makefile.PL
ok 30 - Exporter::Lite in Makefile.PL
ok 31 - File::Find::Rule in Makefile.PL
ok 32 - File::MMagic in Makefile.PL
ok 33 - File::ShareDir in Makefile.PL
ok 34 - HTML::Entities in Makefile.PL
ok 35 - HTML::Lint in Makefile.PL
ok 36 - HTML::Mason in Makefile.PL
ok 37 - HTML::Mason::Exceptions in Makefile.PL
ok 38 - HTML::Mason::FakeApache in Makefile.PL
ok 39 - HTML::Mason::MethodMaker in Makefile.PL
ok 40 - HTML::Mason::Plugin in Makefile.PL
ok 41 - HTML::Mason::Request in Makefile.PL
ok 42 - HTML::Mason::Utils in Makefile.PL
ok 43 - HTML::TreeBuilder::XPath in Makefile.PL
ok 44 - HTTP::Cookies in Makefile.PL
ok 45 - HTTP::Date in Makefile.PL
ok 46 - HTTP::Message::PSGI in Makefile.PL
ok 47 - HTTP::Request in Makefile.PL
ok 48 - HTTP::Request::Common in Makefile.PL
ok 49 - Hash::Merge in Makefile.PL
ok 50 - IO::Handle::Util in Makefile.PL
ok 51 - IPC::PubSub in Makefile.PL
ok 52 - IPC::Run3 in Makefile.PL
ok 53 - JSON in Makefile.PL
ok 54 - LWP::Simple in Makefile.PL
ok 55 - LWP::UserAgent in Makefile.PL
ok 56 - List::MoreUtils in Makefile.PL
ok 57 - Locale::Maketext::Extract in Makefile.PL
ok 58 - Locale::Maketext::Lexicon in Makefile.PL
ok 59 - Log::Log4perl in Makefile.PL
ok 60 - Log::Log4perl::Appender in Makefile.PL
ok 61 - Log::Log4perl::Level in Makefile.PL
ok 62 - MIME::Types in Makefile.PL
ok 63 - Module::CoreList in Makefile.PL
ok 64 - Module::Pluggable in Makefile.PL
ok 65 - Module::Pluggable::Object in Makefile.PL
ok 66 - Net::HTTP in Makefile.PL
ok 67 - Object::Declare in Makefile.PL
ok 68 - Params::Validate in Makefile.PL
ok 69 - Plack::Builder in Makefile.PL
ok 70 - Plack::Handler::FCGI in Makefile.PL
ok 71 - Plack::Loader in Makefile.PL
ok 72 - Plack::Request in Makefile.PL
ok 73 - Plack::Response in Makefile.PL
ok 74 - Plack::Test in Makefile.PL
ok 75 - Plack::Util in Makefile.PL
ok 76 - SQL::ReservedWords in Makefile.PL
ok 77 - SUPER in Makefile.PL
ok 78 - Scalar::Defer in Makefile.PL
ok 79 - Shell::Command in Makefile.PL
ok 80 - String::BufferStack in Makefile.PL
ok 81 - String::Koremutake in Makefile.PL
ok 82 - Template::Declare in Makefile.PL
ok 83 - Template::Declare::Tags in Makefile.PL
ok 84 - Test::Base in Makefile.PL
ok 85 - Test::Base::Filter in Makefile.PL
ok 86 - Test::Email in Makefile.PL
ok 87 - Test::HTML::Lint in Makefile.PL
ok 88 - Test::LongString in Makefile.PL
ok 89 - Test::Script::Run in Makefile.PL
ok 90 - Test::WWW::Mechanize in Makefile.PL
ok 91 - Test::WWW::Mechanize::PSGI in Makefile.PL
ok 92 - UNIVERSAL::require in Makefile.PL
ok 93 - URI in Makefile.PL
ok 94 - WWW::Mechanize in Makefile.PL
ok 95 - XML::Simple in Makefile.PL
ok 96 - XML::Writer in Makefile.PL
ok 97 - version in Makefile.PL
1..97
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/01-test-mechanize.t .................................. 
1..6
ok 1 - use Jifty::Test::WWW::Mechanize;
ok 2 - psgi test server ok
ok 3 - contructed Jifty::Test::WWW::Mechanize
ok 4 - The object isa Jifty::Test::WWW::Mechanize
ok 5 - The object isa Test::WWW::Mechanize
ok 6 - The object isa WWW::Mechanize
Done.
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/01-test-web.t ........................................ 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/01-version_checks.t .................................. 
ok 1 - use Jifty::Everything;
ok 2
ok 3 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Action/Record/Create.pm
ok 4 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/YAML.pm
ok 5 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Request/Mapper.pm
ok 6 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Param.pm
ok 7 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/Menu.pm
ok 8 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Everything.pm
ok 9 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Param/Schema.pm
ok 10 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/API.pm
ok 11 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/CAS.pm
ok 12 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/View/Mason/Request.pm
ok 13 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/Session.pm
ok 14 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Model/SessionCollection.pm
ok 15 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Handle.pm
ok 16 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/View.pm
ok 17 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/View/Static/Handler.pm
ok 18 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/ClassLoader.pm
ok 19 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Module/Pluggable.pm
ok 20 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/Form/Clickable.pm
ok 21 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Action/AboutMe.pm
ok 22 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Object.pm
ok 23 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/CAS/Blob.pm
ok 24 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Result.pm
ok 25 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/View/Declare/Handler.pm
ok 26 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/I18N.pm
ok 27 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/Form.pm
ok 28 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Request.pm
ok 29 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Config.pm
ok 30 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/JSON.pm
ok 31 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/FileUpload.pm
ok 32 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Action/Autocomplete.pm
ok 33 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Model/Metadata.pm
ok 34 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Action/Record/Update.pm
ok 35 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web.pm
ok 36 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Response.pm
ok 37 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Record.pm
ok 38 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/Form/Link.pm
ok 39 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/PageRegion.pm
ok 40 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Action/Record/Delete.pm
ok 41 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/CurrentUser.pm
ok 42 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/Form/Element.pm
ok 43 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Action.pm
ok 44 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Web/Form/Field.pm
ok 45 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Subs.pm
ok 46 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Continuation.pm
ok 47 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Util.pm
ok 48 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Logger.pm
ok 49 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Action/Redirect.pm
ok 50 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/View/Mason/Handler.pm
ok 51 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Collection.pm
ok 52 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/CAS/Store.pm
ok 53 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Dispatcher.pm
ok 54 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Action/Record.pm
ok 55 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Handler.pm
ok 56 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/DateTime.pm
ok 57 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Subs/Render.pm
ok 58 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/LetMe.pm
ok 59 - /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Model/Session.pm
1..59
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/02-connect.t ......................................... 
1..6
Failed 6/6 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/03-form-protocol.t ................................... 
ok 1 - one action
ok 2 - two actions
ok 3 - two different actions
ok 4 - ignore arguments without actions
ok 5 - one active, one inactive action
ok 6 - two actions, no J:ACTIONS
ok 7 - ignore totally random stuff
ok 8 - order doesn't matter
ok 9 - fallbacks being ignored
ok 10 - fallbacks being ignored (other order)
ok 11 - fallbacks being used
ok 12 - two different actions, one with fallback, one without
1..12
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/03-is_passing-no_plan.t .............................. 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/03-is_passing.t ...................................... 
1..7
Failed 7/7 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/03-test-mailbox.t .................................... 
1..2
Failed 2/2 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/04-test_file.t ....................................... 
No subtests run 
t/05-dispatcher.t ...................................... skipped: Not written yet
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/06-forms.t ........................................... 
1..24
Failed 24/24 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/07-limit-actions.t ................................... 
1..21
ok 1 - use Jifty::API;
ok 2 - Some Jifty actions are allowed
ok 3 - Most are not
ok 4 - Unqualified tasks default to positive limit
ok 5 - Qualified tasks default to positive limit
ok 6 - Can't allow all actions
ok 7 - Positive limit doesn't cause negative limit
ok 8 - Later negative limit overrides
ok 9 - Even later positive limit overrides again
ok 10 - Regex negative limit
ok 11 - Regex negative limit, qualified
ok 12 - Matches anywhere
ok 13 - Matches anywhere
ok 14 - Doesn't impact other positive
ok 15 - Doesn't impact other positive, qualified
ok 16 - Positive string exact match, unqualified on unqualified
ok 17 - Positive string exact match, unqualified on qualified
ok 18 - Positive string subclass match, unqualified on unqualified
ok 19 - Positive string exact match, qualified on unqualified
ok 20 - Positive string exact match, qualified on qualified
ok 21 - Positive string subclass match, qualified on unqualified
Done.
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/08-client.t .......................................... 
1..4
Failed 4/4 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/09-url.t ............................................. 
1..6
Failed 6/6 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/10-i18n.t ............................................ 
1..2
ok 1
ok 2
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
# escape_uri
t/10-utf8.t ............................................ 
1..3
ok 1 - ASCII
ok 2 - latin small letter e with accute
ok 3 - russian small letter e
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/11-config-files.t .................................... 
1..1
ok 1 - We set the driver to what's in the site config file
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/12-param-schema.t .................................... 
1..16
ok 1 - keys okay
ok 2 - max_length ok
ok 3 - label ok
ok 4 - type ok
ok 5 - hints okay
ok 6 - default_value okay
ok 7 - keys okay
ok 8 - label undefined
ok 9 - type defaults to "text"
ok 10 - hints undefined
ok 11 - default_value defaults to ""
ok 12 - keys okay
ok 13 - label ok
ok 14 - type ok
ok 15 - hints ok
ok 16 - default_value set to 1
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/13-sessions.t ........................................ 
1..21
Failed 21/21 subtests 
t/99-pod-coverage.t .................................... skipped: Coverage tests only run for authors
t/99-pod-spelling.t .................................... skipped: Spelling tests only run for authors
t/99-pod.t ............................................. skipped: Coverage tests only run for authors
t/99-tabs.t ............................................ skipped: Tab tests only run for authors
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/cas-memcached.t ...................................... 
1..17
Failed 17/17 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/Continuations/t/00-prototype.t ....................... 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/Continuations/t/01-raw-api.t ......................... 
1..49
Failed 49/49 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/Continuations/t/02-api.t ............................. 
1..31
Failed 31/31 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/Continuations/t/03-gc.t .............................. 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/Continuations/t/04-before-blocks.t ................... 
1..9
Failed 9/9 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/DateTime.t ........................................... 
1..8
Failed 8/8 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/Mapper/t/00-prototype.t .............................. 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/Mapper/t/01-raw-api.t ................................ 
1..32
Failed 32/32 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/Mapper/t/02-api.t .................................... 
1..13
Failed 13/13 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Collection-Select/t/collection-select.t ...... 
1..15
Failed 15/15 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Dispatcher/t/00-basic.t ...................... 
1..9
Failed 9/9 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Dispatcher/t/on.t ............................ 
1..25
Failed 25/25 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Dispatcher/t/under.t ......................... 
1..32
Failed 32/32 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/00-action-AddTwoNumbers.t .......... 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/00-action-Play.t ................... 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/00-action-Play2.t .................. 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/00-model-Offer.t ................... 
1..11
Failed 11/11 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/1-jifty-update.t ................... 
1..29
Failed 29/29 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/2-behaviour.t ...................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/3-continuation.t ................... 
1..24
Failed 24/24 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/4-tangent.t ........................ 
1..17
Failed 17/17 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/5-action.t ......................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/6-offer-actions.t .................. 
1..17
ok 1 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 2 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 3 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 4 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 5 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 6 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 7 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 8 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 9 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 10 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 11 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 12 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 13 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 14 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 15 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 16 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
ok 17 # skip No selenium: requires Alien::SeleniumRC to start selenium-rc. at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty/Test/WWW/Selenium.pm line 99, <DATA> chunk 1.
# 
Done.
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/7-redirect.t ....................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-JiftyJS/t/8-placeholder.t .................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Mason/t/content.t ............................ 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Mason/t/index_vs_dhandler.t .................. 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Notifications/t/encoding.t ................... 
1..8
Failed 8/8 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Notifications/t/generated-urls.t ............. 
1..24
Failed 24/24 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-ActorMetadata/t/actormetadata.t ....... 
1..26
Failed 26/26 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-ActorMetadata/t/mixin.t ............... 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-AppPluginHasModels/t/app-model-ref.t .. 
1..20
Failed 20/20 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-AppPluginHasModels/t/app-model.t ...... 
1..16
Failed 16/16 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-AppPluginHasModels/t/plugin-model.t ... 
1..12
Failed 12/12 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-CompressedCSSandJS/t/css.t ............ 
1..7
Failed 7/7 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-OnClick/t/onclick.t ................... 
1..10
Failed 10/10 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-PasswordAuth/t/00-model-User.t ........ 
1..24
Failed 24/24 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-PasswordAuth/t/01-tokengen.t .......... 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-PasswordAuth/t/11-current_user.t ...... 
1..14
Failed 14/14 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-PasswordAuth/t/12-i18n.t .............. 
1..7
Failed 7/7 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-PasswordAuth/t/12-signup.t ............ 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-REST/t/00-model-User.t ................ 
1..12
Failed 12/12 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-REST/t/00-prototype.t ................. 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-REST/t/02-basic-use.t ................. 
1..88
Failed 88/88 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-REST/t/03-format.t .................... 
1..104
Failed 104/104 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-SetupWizard/t/001-basic.t ............. 
1..14
Failed 14/14 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Plugin-SinglePage/t/history.t ................ 
1..10
Failed 10/10 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Regions/t/01-region.t ........................ 
1..5
Failed 5/5 subtests 
t/TestApp-RestartServer/t/restart.t .................... skipped: disabled for psgi
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Template-Declare/t/td.t ...................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Uploads/t/back-compat.t ...................... 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Uploads/t/rest.t ............................. 
1..7
Failed 7/7 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp-Uploads/t/uploads-js.t ....................... 
1..8
Failed 8/8 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/00-model-User.t ............................ 
1..24
Failed 24/24 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/00-prototype.t ............................. 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/01-config.t ................................ 
1..1
ok 1 - test nested config
Done.
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/02-dispatch-protocol.t ..................... 
1..7
Failed 7/7 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/02-dispatch-show-rule-in-wrong-ruleset.t ... 
1..9
Failed 9/9 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/02-dispatch.t .............................. 
1..29
Failed 29/29 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/03-static.t ................................ 
1..6
Failed 6/6 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/04-sessions.t .............................. 
1..10
Failed 10/10 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/05-editactions-Cachable.t .................. 
1..7
Failed 7/7 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/05-editactions-Record.t .................... 
1..9
Failed 9/9 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/06-validation.t ............................ 
1..27
Failed 27/27 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/07-sandboxing.t ............................ 
1..104
Failed 104/104 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/08-notifications.t ......................... 
1..4
Failed 4/4 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/09-redirect.t .............................. 
1..8
Failed 8/8 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/10-compress.t .............................. 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/11-current_user.t .......................... 
1..33
Failed 33/33 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/12-search.t ................................ 
1..53
Failed 53/53 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/13-page-regions.t .......................... 
1..39
Failed 39/39 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/14-template-paths.t ........................ 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/15-template-subclass.t ..................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/16-template-region.t ....................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/17-template-region-internal-redirect.t ..... 
1..7
Failed 7/7 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/19-rightsfrom.t ............................ 
1..56
Failed 56/56 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/20-error-pages.t ........................... 
1..59
Failed 59/59 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/21-js-arguments.t .......................... 
1..7
Failed 7/7 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/22-execute-action.t ........................ 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/23-extend-update-action.t .................. 
1..4
Failed 4/4 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/24-extend-create-action.t .................. 
1..5
Failed 5/5 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/99deprecation.t ............................ 
1..3
Failed 3/3 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/before_access.t ............................ 
1..4
Failed 4/4 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/config/01-basic.t .......................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/config/02-individual.t ..................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/config/03-nosubtest.t ...................... 
No subtests run 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/continuation-by-hand.t ..................... 
1..6
Failed 6/6 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/crud.t ..................................... 
1..4
Failed 4/4 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/css_content_type.t ......................... 
1..6
Failed 6/6 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/i18n-standalone.t .......................... 
1..20
ok 1 - The object isa Jifty::TestServer
ok 2 - psgi test server ok
ok 3 - can access admin console
ok 4 - en works
ok 5 - can access concrete
ok 6 - en works for an unknown string
ok 7 - can access concrete
ok 8 - en works for an unknown string
ok 9 - can access admin console
ok 10 - ja works
ok 11 - can access concrete
ok 12 - ja works for an unknown string
ok 13 - can access concrete
ok 14 - en works for an unknown string
ok 15 - can access admin console
ok 16 - fr locale works
ok 17 - can access admin console
ok 18 - zh-cn works
ok 19 - can access admin console
ok 20 - zh-tw works
Done.
ok
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/instance_id.t .............................. 
1..3
Failed 3/3 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/regex_meta_in_path_info.t .................. 
1..2
Failed 2/2 subtests 
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
t/TestApp/t/upgrade.t .................................. 
1..1
Failed 1/1 subtests 
Use of the encoding pragma is deprecated at /tmp/buildd/jifty-1.10518+dfsg/blib/lib/Jifty.pm line 7.
defined(@array) is deprecated at /usr/share/perl5/Log/Log4perl/Config.pm line 864.
	(Maybe you should just omit the defined()?)
t/TestApp/t/use_mason_wrapper.t ........................ 
1..7
Failed 7/7 subtests 

Test Summary Report
-------------------
t/01-test-web.t                                      (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/02-connect.t                                       (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/03-is_passing-no_plan.t                            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/03-is_passing.t                                    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/03-test-mailbox.t                                  (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 2 tests but ran 0.
t/04-test_file.t                                     (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/06-forms.t                                         (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 24 tests but ran 0.
t/08-client.t                                        (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/09-url.t                                           (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/13-sessions.t                                      (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 21 tests but ran 0.
t/cas-memcached.t                                    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 17 tests but ran 0.
t/Continuations/t/00-prototype.t                     (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/Continuations/t/01-raw-api.t                       (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 49 tests but ran 0.
t/Continuations/t/02-api.t                           (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 31 tests but ran 0.
t/Continuations/t/03-gc.t                            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/Continuations/t/04-before-blocks.t                 (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
t/DateTime.t                                         (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
t/Mapper/t/00-prototype.t                            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/Mapper/t/01-raw-api.t                              (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 32 tests but ran 0.
t/Mapper/t/02-api.t                                  (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 13 tests but ran 0.
t/TestApp-Collection-Select/t/collection-select.t    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 15 tests but ran 0.
t/TestApp-Dispatcher/t/00-basic.t                    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
t/TestApp-Dispatcher/t/on.t                          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 25 tests but ran 0.
t/TestApp-Dispatcher/t/under.t                       (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 32 tests but ran 0.
t/TestApp-JiftyJS/t/00-action-AddTwoNumbers.t        (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/TestApp-JiftyJS/t/00-action-Play.t                 (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/TestApp-JiftyJS/t/00-action-Play2.t                (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/TestApp-JiftyJS/t/00-model-Offer.t                 (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 11 tests but ran 0.
t/TestApp-JiftyJS/t/1-jifty-update.t                 (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 29 tests but ran 0.
t/TestApp-JiftyJS/t/2-behaviour.t                    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp-JiftyJS/t/3-continuation.t                 (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 24 tests but ran 0.
t/TestApp-JiftyJS/t/4-tangent.t                      (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 17 tests but ran 0.
t/TestApp-JiftyJS/t/5-action.t                       (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp-JiftyJS/t/7-redirect.t                     (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp-JiftyJS/t/8-placeholder.t                  (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp-Mason/t/content.t                          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp-Mason/t/index_vs_dhandler.t                (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp-Notifications/t/encoding.t                 (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
t/TestApp-Notifications/t/generated-urls.t           (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 24 tests but ran 0.
t/TestApp-Plugin-ActorMetadata/t/actormetadata.t     (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 26 tests but ran 0.
t/TestApp-Plugin-ActorMetadata/t/mixin.t             (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/TestApp-Plugin-AppPluginHasModels/t/app-model-ref.t (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 20 tests but ran 0.
t/TestApp-Plugin-AppPluginHasModels/t/app-model.t    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 16 tests but ran 0.
t/TestApp-Plugin-AppPluginHasModels/t/plugin-model.t (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 12 tests but ran 0.
t/TestApp-Plugin-CompressedCSSandJS/t/css.t          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/TestApp-Plugin-OnClick/t/onclick.t                 (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 10 tests but ran 0.
t/TestApp-Plugin-PasswordAuth/t/00-model-User.t      (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 24 tests but ran 0.
t/TestApp-Plugin-PasswordAuth/t/01-tokengen.t        (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp-Plugin-PasswordAuth/t/11-current_user.t    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 14 tests but ran 0.
t/TestApp-Plugin-PasswordAuth/t/12-i18n.t            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/TestApp-Plugin-PasswordAuth/t/12-signup.t          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp-Plugin-REST/t/00-model-User.t              (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 12 tests but ran 0.
t/TestApp-Plugin-REST/t/00-prototype.t               (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/TestApp-Plugin-REST/t/02-basic-use.t               (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 88 tests but ran 0.
t/TestApp-Plugin-REST/t/03-format.t                  (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 104 tests but ran 0.
t/TestApp-Plugin-SetupWizard/t/001-basic.t           (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 14 tests but ran 0.
t/TestApp-Plugin-SinglePage/t/history.t              (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 10 tests but ran 0.
t/TestApp-Regions/t/01-region.t                      (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp-Template-Declare/t/td.t                    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp-Uploads/t/back-compat.t                    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp-Uploads/t/rest.t                           (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/TestApp-Uploads/t/uploads-js.t                     (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
t/TestApp/t/00-model-User.t                          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 24 tests but ran 0.
t/TestApp/t/00-prototype.t                           (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/TestApp/t/02-dispatch-protocol.t                   (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/TestApp/t/02-dispatch-show-rule-in-wrong-ruleset.t (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
t/TestApp/t/02-dispatch.t                            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 29 tests but ran 0.
t/TestApp/t/03-static.t                              (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/TestApp/t/04-sessions.t                            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 10 tests but ran 0.
t/TestApp/t/05-editactions-Cachable.t                (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/TestApp/t/05-editactions-Record.t                  (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
t/TestApp/t/06-validation.t                          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 27 tests but ran 0.
t/TestApp/t/07-sandboxing.t                          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 104 tests but ran 0.
t/TestApp/t/08-notifications.t                       (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/TestApp/t/09-redirect.t                            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
t/TestApp/t/10-compress.t                            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp/t/11-current_user.t                        (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 33 tests but ran 0.
t/TestApp/t/12-search.t                              (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 53 tests but ran 0.
t/TestApp/t/13-page-regions.t                        (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 39 tests but ran 0.
t/TestApp/t/14-template-paths.t                      (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp/t/15-template-subclass.t                   (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp/t/16-template-region.t                     (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp/t/17-template-region-internal-redirect.t   (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/TestApp/t/19-rightsfrom.t                          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 56 tests but ran 0.
t/TestApp/t/20-error-pages.t                         (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 59 tests but ran 0.
t/TestApp/t/21-js-arguments.t                        (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/TestApp/t/22-execute-action.t                      (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp/t/23-extend-update-action.t                (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/TestApp/t/24-extend-create-action.t                (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 5 tests but ran 0.
t/TestApp/t/99deprecation.t                          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
t/TestApp/t/before_access.t                          (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/TestApp/t/config/01-basic.t                        (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp/t/config/02-individual.t                   (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp/t/config/03-nosubtest.t                    (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/TestApp/t/continuation-by-hand.t                   (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/TestApp/t/crud.t                                   (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 4 tests but ran 0.
t/TestApp/t/css_content_type.t                       (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 6 tests but ran 0.
t/TestApp/t/instance_id.t                            (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
t/TestApp/t/regex_meta_in_path_info.t                (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 2 tests but ran 0.
t/TestApp/t/upgrade.t                                (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/TestApp/t/use_mason_wrapper.t                      (Wstat: 11 Tests: 0 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
Files=120, Tests=257, 85 wallclock secs ( 0.67 usr  0.32 sys + 76.91 cusr  7.02 csys = 84.92 CPU)
Result: FAIL
Failed 101/120 test programs. 0/257 subtests failed.
make[2]: *** [test_dynamic] Error 255
make[2]: Leaving directory `/tmp/buildd/jifty-1.10518+dfsg'
dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
make[1]: *** [override_dh_auto_test] Error 2
make[1]: Leaving directory `/tmp/buildd/jifty-1.10518+dfsg'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting /var/cache/pbuilder/ccache filesystem
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//3189 and its subdirectories
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20130928/d5da7cef/attachment-0001.sig>


More information about the pkg-perl-maintainers mailing list