Skip to content

Instantly share code, notes, and snippets.

@knutov
Created February 14, 2013 22:48
Show Gist options
  • Save knutov/4957111 to your computer and use it in GitHub Desktop.
Save knutov/4957111 to your computer and use it in GitHub Desktop.
kola-VirtualBox src # tar xzf Dancer-Session-Cookie-0.17.tar.gz
kola-VirtualBox src # cd Dancer-Session-Cookie-0.17/
kola-VirtualBox Dancer-Session-Cookie-0.17 # ls -l
total 60
-rw-r--r-- 1 501 staff 1427 февр. 8 02:37 Changes
-rw-r--r-- 1 501 staff 405 февр. 8 02:37 dist.ini
drwxr-xr-x 3 501 staff 4096 февр. 15 04:46 lib
-rw-r--r-- 1 501 staff 18353 февр. 8 02:37 LICENSE
-rw-r--r-- 1 501 staff 1644 февр. 8 02:37 Makefile.PL
-rw-r--r-- 1 501 staff 399 февр. 8 02:37 MANIFEST
-rw-r--r-- 1 501 staff 2571 февр. 8 02:37 META.json
-rw-r--r-- 1 501 staff 1322 февр. 8 02:37 META.yml
-rw-r--r-- 1 501 staff 3247 февр. 8 02:37 README
drwxr-xr-x 3 501 staff 4096 февр. 15 04:46 t
drwxr-xr-x 4 501 staff 4096 февр. 8 02:37 xt
kola-VirtualBox Dancer-Session-Cookie-0.17 # perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Dancer::Session::Cookie
Writing MYMETA.yml and MYMETA.json
kola-VirtualBox Dancer-Session-Cookie-0.17 # make
cp lib/Dancer/Session/Cookie.pm blib/lib/Dancer/Session/Cookie.pm
Manifying blib/man3/Dancer::Session::Cookie.3pm
kola-VirtualBox Dancer-Session-Cookie-0.17 # make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ......... ok
t/01-session.t ......... ok
t/02-configfile.t ...... ok
t/03-path.t ............ ok
t/03-server.t .......... >> Dancer 1.311 server 3903 listening on http://0.0.0.0:50301
t/03-server.t .......... ok
t/04-session_name.t .... ok
t/05-session_secure.t .. ok
All tests successful.
Files=7, Tests=32, 2 wallclock secs ( 0.04 usr 0.00 sys + 1.38 cusr 0.18 csys = 1.60 CPU)
Result: PASS
kola-VirtualBox Dancer-Session-Cookie-0.17 # uname -a
Linux kola-VirtualBox 3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:46:35 UTC 2012 i686 i686 i386 GNU/Linux
kola-VirtualBox Dancer-Session-Cookie-0.17 # perl -v
This is perl 5, version 14, subversion 2 (v5.14.2) built for i686-linux-gnu-thread-multi-64int
(with 55 registered patches, see perl -V for more detail)
[...]
kola-VirtualBox Dancer-Session-Cookie-0.17 # dancer -v
Dancer 1.311
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment