383 lines
17 KiB
Text
383 lines
17 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493168097.29528
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching SQL::Interpolate::Fragment () on cpanmetadb ...
|
|
Unpacking SQL-Interpolate-0.30.tar.gz
|
|
--> Working on SQL::Interpolate::Fragment
|
|
Fetching http://www.cpan.org/authors/id/D/DM/DMANURA/SQL-Interpolate-0.30.tar.gz ... OK
|
|
SQL-Interpolate-0.30/
|
|
SQL-Interpolate-0.30/t/
|
|
SQL-Interpolate-0.30/t/macro.t
|
|
SQL-Interpolate-0.30/t/lib/
|
|
SQL-Interpolate-0.30/t/lib/DBD/
|
|
SQL-Interpolate-0.30/t/lib/DBD/Mock.pm
|
|
SQL-Interpolate-0.30/t/dbi_interp.t
|
|
SQL-Interpolate-0.30/t/lib.pl
|
|
SQL-Interpolate-0.30/t/dbi.t
|
|
SQL-Interpolate-0.30/t/sql_interp.t
|
|
SQL-Interpolate-0.30/t/filter.t
|
|
SQL-Interpolate-0.30/Changes
|
|
SQL-Interpolate-0.30/MANIFEST
|
|
SQL-Interpolate-0.30/META.yml
|
|
SQL-Interpolate-0.30/ex/
|
|
SQL-Interpolate-0.30/ex/nofilter.pl
|
|
SQL-Interpolate-0.30/ex/orders.pl
|
|
SQL-Interpolate-0.30/ex/dbi.pl
|
|
SQL-Interpolate-0.30/ex/filter.pl
|
|
SQL-Interpolate-0.30/lib/
|
|
SQL-Interpolate-0.30/lib/SQL/
|
|
SQL-Interpolate-0.30/lib/SQL/Interpolate.pm
|
|
SQL-Interpolate-0.30/lib/SQL/Interpolate/
|
|
SQL-Interpolate-0.30/lib/SQL/Interpolate/Macro.pm
|
|
SQL-Interpolate-0.30/lib/SQL/Interpolate/Filter.pm
|
|
SQL-Interpolate-0.30/lib/DBIx/
|
|
SQL-Interpolate-0.30/lib/DBIx/Interpolate.pm
|
|
SQL-Interpolate-0.30/Makefile.PL
|
|
SQL-Interpolate-0.30/Build.PL
|
|
SQL-Interpolate-0.30/README
|
|
Entering SQL-Interpolate-0.30
|
|
Checking configure dependencies from META.yml
|
|
Checking if you have Module::Build 0.38 ... Yes (0.4222)
|
|
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
|
|
Running Build.PL
|
|
Configuring SQL-Interpolate-0.30 ... Created MYMETA.yml and MYMETA.json
|
|
Creating new 'Build' script for 'SQL-Interpolate' version '0.30'
|
|
Checking dependencies from MYMETA.json ...
|
|
OK
|
|
Building and testing SQL-Interpolate-0.30 ... Building SQL-Interpolate
|
|
t/dbi.t ......... ok
|
|
t/dbi_interp.t .. ok
|
|
|
|
# Failed test 'INSERT inline hashref'
|
|
# at t/filter.t line 60.
|
|
# got: '[ 'INSERT INTO mytable ', { 'one' => 1, 'two' => 2 } ]'
|
|
# expected: '[ 'INSERT INTO mytable ', { 'two' => 2, 'one' => 1 } ]'
|
|
# Looks like you failed 1 test of 17.
|
|
t/filter.t ......
|
|
Dubious, test returned 1 (wstat 256, 0x100)
|
|
Failed 1/17 subtests
|
|
|
|
# Failed test 'AB,BC'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as BC WHERE AB.msid_1 BC.msid_1 BC.msid_2'
|
|
# expected: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as BC WHERE AB.msid_2 = BC.msid_1 AB.msid_1 BC.msid_1 BC.msid_2'
|
|
|
|
# Failed test 'BA,BC'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as BA , messageset_messageset as BC WHERE B.msid = B.msid BA.msid_2 BC.msid_1 BC.msid_2'
|
|
# expected: 'SELECT * FROM messageset_messageset as BA , messageset_messageset as BC WHERE BA.msid_1 = BC.msid_1 BA.msid_2 BC.msid_1 BC.msid_2'
|
|
|
|
# Failed test 'AB,CB'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as CB WHERE AB.msid_1 CB.msid_2 CB.msid_1'
|
|
# expected: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as CB WHERE AB.msid_2 = CB.msid_2 AB.msid_1 CB.msid_2 CB.msid_1'
|
|
|
|
# Failed test 'AB,BC 2'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as BC WHERE AB.msid_1 BC.msid_1 BC.msid_2'
|
|
# expected: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as BC WHERE BC.msid_1 = AB.msid_2 AB.msid_1 BC.msid_1 BC.msid_2'
|
|
|
|
# Failed test 'AB,Bm'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as AB , messageset_message as Bm WHERE AB.msid_1 Bm.msid Bm.mid'
|
|
# expected: 'SELECT * FROM messageset_messageset as AB , messageset_message as Bm WHERE AB.msid_2 = Bm.msid AB.msid_1 Bm.msid Bm.mid'
|
|
|
|
# Failed test 'BA,Bm'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as BA , messageset_message as Bm WHERE B.msid = B.msid BA.msid_2 Bm.msid Bm.mid'
|
|
# expected: 'SELECT * FROM messageset_messageset as BA , messageset_message as Bm WHERE BA.msid_1 = Bm.msid BA.msid_2 Bm.msid Bm.mid'
|
|
|
|
# Failed test 'AB,A'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as AB , messageset as A WHERE A.msid = A.msid A.msid AB.msid_2'
|
|
# expected: 'SELECT * FROM messageset_messageset as AB , messageset as A WHERE AB.msid_1 = A.msid A.msid AB.msid_2'
|
|
|
|
# Failed test 'BA,A'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as BA , messageset as A WHERE A.msid BA.msid_1'
|
|
# expected: 'SELECT * FROM messageset_messageset as BA , messageset as A WHERE BA.msid_2 = A.msid A.msid BA.msid_1'
|
|
|
|
# Failed test 'AB,A 2'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as AB , messageset as A WHERE A.msid = A.msid A.msid AB.msid_2'
|
|
# expected: 'SELECT * FROM messageset_messageset as AB , messageset as A WHERE A.msid = AB.msid_1 A.msid AB.msid_2'
|
|
|
|
# Failed test 'Am,m'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_message as Am , message as m WHERE '
|
|
# expected: 'SELECT * FROM messageset_message as Am , message as m WHERE Am.mid = m.mid'
|
|
|
|
# Failed test 'Am,m 2'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_message as Am , message as m WHERE '
|
|
# expected: 'SELECT * FROM messageset_message as Am , message as m WHERE m.mid = Am.mid'
|
|
|
|
# Failed test 'Am,A'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_message as Am , messageset as A WHERE A.msid = A.msid'
|
|
# expected: 'SELECT * FROM messageset_message as Am , messageset as A WHERE Am.msid = A.msid'
|
|
|
|
# Failed test 'Am,A 2'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_message as Am , messageset as A WHERE A.msid = A.msid'
|
|
# expected: 'SELECT * FROM messageset_message as Am , messageset as A WHERE A.msid = Am.msid'
|
|
|
|
# Failed test 'AB,BC,CA'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as BC , messageset_messageset as CA WHERE '
|
|
# expected: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as BC , messageset_messageset as CA WHERE (AB.msid_2 = BC.msid_1 AND BC.msid_2 = CA.msid_1 AND AB.msid_1 = CA.msid_2)'
|
|
|
|
# Failed test 'AB,BC,Cm,m'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as BC , messageset_message as Cm , message as m WHERE '
|
|
# expected: 'SELECT * FROM messageset_messageset as AB , messageset_messageset as BC , messageset_message as Cm , message as m WHERE (AB.msid_2 = BC.msid_1 AND BC.msid_2 = Cm.msid AND Cm.mid = m.mid)'
|
|
|
|
# Failed test 'Am,Bm,Cm'
|
|
# at t/macro.t line 159.
|
|
# got: 'SELECT * FROM messageset_message as Am , messageset_message as Bm , messageset_message as Cm WHERE AND Am.msid Bm.msid Cm.msid Cm.mid'
|
|
# expected: 'SELECT * FROM messageset_message as Am , messageset_message as Bm , messageset_message as Cm WHERE (Am.mid = Bm.mid AND Bm.mid = Cm.mid) AND Am.msid Bm.msid Cm.msid Cm.mid'
|
|
# Looks like you failed 16 tests of 22.
|
|
t/macro.t .......
|
|
Dubious, test returned 16 (wstat 4096, 0x1000)
|
|
Failed 16/22 subtests
|
|
|
|
# Failed test 'INSERT hashref of size > 0'
|
|
# at t/sql_interp.t line 136.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES(?, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ?)'
|
|
|
|
# Failed test 'INSERT hashref of size > 0 OO'
|
|
# at t/sql_interp.t line 137.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES(?, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ?)'
|
|
|
|
# Failed test 'INSERT hashref of size > 0 closure'
|
|
# at t/sql_interp.t line 138.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES(?, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ?)'
|
|
|
|
# Failed test 'INSERT hashref of size > 0 closure2'
|
|
# at t/sql_interp.t line 139.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES(?, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ?)'
|
|
|
|
# Failed test 'INSERT hashref of size > 0 with sql_literal'
|
|
# at t/sql_interp.t line 136.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES(three, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, three)'
|
|
|
|
# Failed test 'INSERT hashref of size > 0 with sql_literal OO'
|
|
# at t/sql_interp.t line 137.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES(three, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, three)'
|
|
|
|
# Failed test 'INSERT hashref of size > 0 with sql_literal closure'
|
|
# at t/sql_interp.t line 138.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES(three, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, three)'
|
|
|
|
# Failed test 'INSERT hashref of size > 0 with sql_literal closure2'
|
|
# at t/sql_interp.t line 139.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES(three, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, three)'
|
|
|
|
# Failed test 'INSERT hashref of sql_var types, sql_literal'
|
|
# at t/sql_interp.t line 136.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one, three) VALUES( ?, ?, 3)'
|
|
# $expected->[0] = 'INSERT INTO mytable (three, one, two) VALUES(3, ?, ?)'
|
|
|
|
# Failed test 'INSERT hashref of sql_var types, sql_literal OO'
|
|
# at t/sql_interp.t line 137.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one, three) VALUES( ?, ?, 3)'
|
|
# $expected->[0] = 'INSERT INTO mytable (three, one, two) VALUES(3, ?, ?)'
|
|
|
|
# Failed test 'INSERT hashref of sql_var types, sql_literal closure'
|
|
# at t/sql_interp.t line 138.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one, three) VALUES( ?, ?, 3)'
|
|
# $expected->[0] = 'INSERT INTO mytable (three, one, two) VALUES(3, ?, ?)'
|
|
|
|
# Failed test 'INSERT hashref of sql_var types, sql_literal closure2'
|
|
# at t/sql_interp.t line 139.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one, three) VALUES( ?, ?, 3)'
|
|
# $expected->[0] = 'INSERT INTO mytable (three, one, two) VALUES(3, ?, ?)'
|
|
|
|
# Failed test 'INSERT hashref with macro'
|
|
# at t/sql_interp.t line 136.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES( ? * ?, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ? * ?)'
|
|
|
|
# Failed test 'INSERT hashref with macro OO'
|
|
# at t/sql_interp.t line 137.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES( ? * ?, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ? * ?)'
|
|
|
|
# Failed test 'INSERT hashref with macro closure'
|
|
# at t/sql_interp.t line 138.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES( ? * ?, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ? * ?)'
|
|
|
|
# Failed test 'INSERT hashref with macro closure2'
|
|
# at t/sql_interp.t line 139.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'INSERT INTO mytable (two, one) VALUES( ? * ?, ?)'
|
|
# $expected->[0] = 'INSERT INTO mytable (one, two) VALUES(?, ? * ?)'
|
|
|
|
# Failed test 'SET hashref'
|
|
# at t/sql_interp.t line 136.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'UPDATE mytable SET two=?, one=?'
|
|
# $expected->[0] = 'UPDATE mytable SET one=?, two=?'
|
|
|
|
# Failed test 'SET hashref OO'
|
|
# at t/sql_interp.t line 137.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'UPDATE mytable SET two=?, one=?'
|
|
# $expected->[0] = 'UPDATE mytable SET one=?, two=?'
|
|
|
|
# Failed test 'SET hashref closure'
|
|
# at t/sql_interp.t line 138.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'UPDATE mytable SET two=?, one=?'
|
|
# $expected->[0] = 'UPDATE mytable SET one=?, two=?'
|
|
|
|
# Failed test 'SET hashref closure2'
|
|
# at t/sql_interp.t line 139.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'UPDATE mytable SET two=?, one=?'
|
|
# $expected->[0] = 'UPDATE mytable SET one=?, two=?'
|
|
|
|
# Failed test 'SET hashref of sql_var types, sql_literal'
|
|
# at t/sql_interp.t line 136.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'UPDATE mytable SET one=?, three=3, two= ?'
|
|
# $expected->[0] = 'UPDATE mytable SET three=3, one=?, two= ?'
|
|
|
|
# Failed test 'SET hashref of sql_var types, sql_literal OO'
|
|
# at t/sql_interp.t line 137.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'UPDATE mytable SET one=?, three=3, two= ?'
|
|
# $expected->[0] = 'UPDATE mytable SET three=3, one=?, two= ?'
|
|
|
|
# Failed test 'SET hashref of sql_var types, sql_literal closure'
|
|
# at t/sql_interp.t line 138.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'UPDATE mytable SET one=?, three=3, two= ?'
|
|
# $expected->[0] = 'UPDATE mytable SET three=3, one=?, two= ?'
|
|
|
|
# Failed test 'SET hashref of sql_var types, sql_literal closure2'
|
|
# at t/sql_interp.t line 139.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'UPDATE mytable SET one=?, three=3, two= ?'
|
|
# $expected->[0] = 'UPDATE mytable SET three=3, one=?, two= ?'
|
|
|
|
# Failed test 'WHERE hashref of size > 0'
|
|
# at t/sql_interp.t line 136.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'WHERE (two=? AND one=?)'
|
|
# $expected->[0] = 'WHERE (one=? AND two=?)'
|
|
|
|
# Failed test 'WHERE hashref of size > 0 OO'
|
|
# at t/sql_interp.t line 137.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'WHERE (two=? AND one=?)'
|
|
# $expected->[0] = 'WHERE (one=? AND two=?)'
|
|
|
|
# Failed test 'WHERE hashref of size > 0 closure'
|
|
# at t/sql_interp.t line 138.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'WHERE (two=? AND one=?)'
|
|
# $expected->[0] = 'WHERE (one=? AND two=?)'
|
|
|
|
# Failed test 'WHERE hashref of size > 0 closure2'
|
|
# at t/sql_interp.t line 139.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'WHERE (two=? AND one=?)'
|
|
# $expected->[0] = 'WHERE (one=? AND two=?)'
|
|
|
|
# Failed test 'WHERE hashref of \$x, sql_literal'
|
|
# at t/sql_interp.t line 136.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'WHERE (x=? AND y=z)'
|
|
# $expected->[0] = 'WHERE (y=z AND x=?)'
|
|
|
|
# Failed test 'WHERE hashref of \$x, sql_literal OO'
|
|
# at t/sql_interp.t line 137.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'WHERE (x=? AND y=z)'
|
|
# $expected->[0] = 'WHERE (y=z AND x=?)'
|
|
|
|
# Failed test 'WHERE hashref of \$x, sql_literal closure'
|
|
# at t/sql_interp.t line 138.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'WHERE (x=? AND y=z)'
|
|
# $expected->[0] = 'WHERE (y=z AND x=?)'
|
|
|
|
# Failed test 'WHERE hashref of \$x, sql_literal closure2'
|
|
# at t/sql_interp.t line 139.
|
|
# Structures begin differing at:
|
|
# $got->[0] = 'WHERE (x=? AND y=z)'
|
|
# $expected->[0] = 'WHERE (y=z AND x=?)'
|
|
# Looks like you failed 32 tests of 116.
|
|
t/sql_interp.t ..
|
|
Dubious, test returned 32 (wstat 8192, 0x2000)
|
|
Failed 32/116 subtests
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/filter.t (Wstat: 256 Tests: 17 Failed: 1)
|
|
Failed test: 12
|
|
Non-zero exit status: 1
|
|
t/macro.t (Wstat: 4096 Tests: 22 Failed: 16)
|
|
Failed tests: 7-22
|
|
Non-zero exit status: 16
|
|
t/sql_interp.t (Wstat: 8192 Tests: 116 Failed: 32)
|
|
Failed tests: 29-44, 73-80, 85-88, 113-116
|
|
Non-zero exit status: 32
|
|
Files=5, Tests=192, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.19 cusr 0.00 csys = 0.22 CPU)
|
|
Result: FAIL
|
|
Failed 3/5 test programs. 49/192 subtests failed.
|
|
! Installing SQL::Interpolate::Fragment failed. See /home/ryan/.cpanm/work/1493168097.29528/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose SQL::Interpolate::Fragment] terminated with exit code 1 ($? = 256) under the following perl environment:
|
|
Command terminated with non-zero status.
|
|
|
|
|
|
Current perl:
|
|
Name: perl-blead
|
|
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
|
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
Compiled at: Mar 30 2017 03:10:09
|
|
|
|
perlbrew:
|
|
version: 0.78
|
|
ENV:
|
|
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
|
|
PERLBREW_HOME: /home/ryan/.perlbrew
|
|
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man
|