cpantestlogs/Device::USB_genfailure.log
2017-05-02 18:44:36 -07:00

469 lines
21 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/1493017471.7050
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 Device::USB () on cpanmetadb ...
Unpacking Device-USB-0.36.tar.gz
--> Working on Device::USB
Fetching http://www.cpan.org/authors/id/G/GW/GWADEJ/Device-USB-0.36.tar.gz ... OK
Device-USB-0.36/
Device-USB-0.36/t/
Device-USB-0.36/t/TestTools.pm
Device-USB-0.36/t/11-usb-device-methods.t
Device-USB-0.36/t/16-usb_dev_interface.t
Device-USB-0.36/t/06-list_devices.t
Device-USB-0.36/t/03-list_busses.t
Device-USB-0.36/t/04-find_device.t
Device-USB-0.36/t/05-find_device_if.t
Device-USB-0.36/t/07-list_devices_if.t
Device-USB-0.36/t/12-constants.t
Device-USB-0.36/t/00-load.t
Device-USB-0.36/t/18-usb_device-configurations.t
Device-USB-0.36/t/15-usb_dev_configuration.t
Device-USB-0.36/t/13-bus_find_device_if.t
Device-USB-0.36/t/17-usb_dev_endpoint.t
Device-USB-0.36/t/01-create-usb.t
Device-USB-0.36/t/02-find_busses_devices.t
Device-USB-0.36/t/14-bus_list_devices_if.t
Device-USB-0.36/t/08-get_busses.t
Device-USB-0.36/t/10-usb-device-accessors.t
Device-USB-0.36/t/09-usb-bus.t
Device-USB-0.36/lib/
Device-USB-0.36/lib/Device/
Device-USB-0.36/lib/Device/USB.pm
Device-USB-0.36/lib/Device/USB/
Device-USB-0.36/lib/Device/USB/DevInterface.pm
Device-USB-0.36/lib/Device/USB/Bus.pm
Device-USB-0.36/lib/Device/USB/DevEndpoint.pm
Device-USB-0.36/lib/Device/USB/FAQ.pod
Device-USB-0.36/lib/Device/USB/Device.pm
Device-USB-0.36/lib/Device/USB/DevConfig.pm
Device-USB-0.36/USB.pm
Device-USB-0.36/README
Device-USB-0.36/META.json
Device-USB-0.36/dump_usb.pl
Device-USB-0.36/Changes
Device-USB-0.36/Makefile.PL
Device-USB-0.36/META.yml
Device-USB-0.36/MANIFEST
Device-USB-0.36/xt/
Device-USB-0.36/xt/boilerplate.t
Device-USB-0.36/xt/pod.t
Device-USB-0.36/xt/pod-coverage.t
Device-USB-0.36/MANIFEST.SKIP
Entering Device-USB-0.36
Checking configure dependencies from META.json
Checking if you have Inline::MakeMaker 0 ... Yes (0.80)
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Device-USB-0.36 ... Checking if your kit is complete...
Looks good
Failed to find module path for 'USB.pm' at Makefile.PL line 50.
Generating a Unix-style Makefile
Writing Makefile for Device::USB
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Inline 0 ... Yes (0.80)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have Inline::C 0 ... Yes (0.76)
Checking if you have Carp 0 ... Yes (1.38)
N/A
Building and testing Device-USB-0.36 ... cp lib/Device/USB/Device.pm blib/lib/Device/USB/Device.pm
cp lib/Device/USB/DevInterface.pm blib/lib/Device/USB/DevInterface.pm
cp dump_usb.pl blib/lib/Device/dump_usb.pl
cp lib/Device/USB/DevEndpoint.pm blib/lib/Device/USB/DevEndpoint.pm
cp lib/Device/USB/DevConfig.pm blib/lib/Device/USB/DevConfig.pm
cp lib/Device/USB.pm blib/lib/Device/USB.pm
cp lib/Device/USB/FAQ.pod blib/lib/Device/USB/FAQ.pod
cp lib/Device/USB/Bus.pm blib/lib/Device/USB/Bus.pm
Skip blib/lib/Device/USB.pm (unchanged)
Manifying 9 pod documents
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'use Device::USB;'
# at t/00-load.t line 8.
# Tried to use 'Device::USB'.
# Error: The extension 'Device::USB' is not properly installed in path:
# '/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
#
# If this is a CPAN/distributed module, you may need to reinstall it on your
# system.
#
# To allow Inline to compile the module in a temporary cache, simply remove the
# Inline config option 'VERSION=' from the Device::USB module.
#
# at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
# Compilation failed in require at t/00-load.t line 8, <DATA> line 1.
# BEGIN failed--compilation aborted at t/00-load.t line 8, <DATA> line 1.
Use of uninitialized value $Device::USB::VERSION in concatenation (.) or string at t/00-load.t line 11, <DATA> line 1.
# Testing Device::USB , Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
# Looks like you failed 1 test of 1.
t/00-load.t .......................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/01-create-usb.t line 7, <DATA> line 1.
BEGIN failed--compilation aborted at t/01-create-usb.t line 7, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/01-create-usb.t .................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/02-find_busses_devices.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/02-find_busses_devices.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/02-find_busses_devices.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/03-list_busses.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/03-list_busses.t line 4, <DATA> line 1.
t/03-list_busses.t ................ skipped: (no reason given)
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/04-find_device.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/04-find_device.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/04-find_device.t ................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/05-find_device_if.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/05-find_device_if.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/05-find_device_if.t .............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/06-list_devices.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/06-list_devices.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/06-list_devices.t ...............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/07-list_devices_if.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/07-list_devices_if.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/07-list_devices_if.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/11 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/08-get_busses.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/08-get_busses.t line 4, <DATA> line 1.
t/08-get_busses.t ................. skipped: (no reason given)
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/09-usb-bus.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/09-usb-bus.t line 4, <DATA> line 1.
t/09-usb-bus.t .................... skipped: (no reason given)
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/10-usb-device-accessors.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/10-usb-device-accessors.t line 4, <DATA> line 1.
t/10-usb-device-accessors.t .......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/11-usb-device-methods.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/11-usb-device-methods.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/11-usb-device-methods.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/12-constants.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/12-constants.t line 4, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/12-constants.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 18/18 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/13-bus_find_device_if.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/13-bus_find_device_if.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/13-bus_find_device_if.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/8 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/14-bus_list_devices_if.t line 6, <DATA> line 1.
BEGIN failed--compilation aborted at t/14-bus_list_devices_if.t line 6, <DATA> line 1.
# Looks like your test exited with 2 before it could output anything.
t/14-bus_list_devices_if.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/15-usb_dev_configuration.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/15-usb_dev_configuration.t line 4, <DATA> line 1.
t/15-usb_dev_configuration.t ......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/16-usb_dev_interface.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/16-usb_dev_interface.t line 4, <DATA> line 1.
t/16-usb_dev_interface.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/17-usb_dev_endpoint.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/17-usb_dev_endpoint.t line 4, <DATA> line 1.
t/17-usb_dev_endpoint.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
The extension 'Device::USB' is not properly installed in path:
'/home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/arch'
If this is a CPAN/distributed module, you may need to reinstall it on your
system.
To allow Inline to compile the module in a temporary cache, simply remove the
Inline config option 'VERSION=' from the Device::USB module.
at /home/ryan/.cpanm/work/1493017471.7050/Device-USB-0.36/blib/lib/Device/USB.pm line 20.
Compilation failed in require at t/18-usb_device-configurations.t line 4, <DATA> line 1.
BEGIN failed--compilation aborted at t/18-usb_device-configurations.t line 4, <DATA> line 1.
t/18-usb_device-configurations.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/00-load.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/01-create-usb.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/02-find_busses_devices.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/03-list_busses.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
t/04-find_device.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/05-find_device_if.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/06-list_devices.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/07-list_devices_if.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/08-get_busses.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
t/09-usb-bus.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
t/10-usb-device-accessors.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/11-usb-device-methods.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/12-constants.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 18 tests but ran 0.
t/13-bus_find_device_if.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/14-bus_list_devices_if.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/15-usb_dev_configuration.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/16-usb_dev_interface.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/17-usb_dev_endpoint.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/18-usb_device-configurations.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=19, Tests=1, 4 wallclock secs ( 0.03 usr 0.00 sys + 0.60 cusr 0.07 csys = 0.70 CPU)
Result: FAIL
Failed 19/19 test programs. 1/1 subtests failed.
Makefile:884: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
! Installing Device::USB failed. See /home/ryan/.cpanm/work/1493017471.7050/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Device::USB] 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