# New Ticket Created by  "Andy Bach" 
# Please include the string:  [perl #125338]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125338 >


Following the steps from:
http://rakudo.org/how-to-get-rakudo/

All went well through:
git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
echo 'export PATH=~/.rakudobrew/bin:$PATH' >> ~/.bash_profile
source ~/.bash_profile
rakudobrew build moar
rakudobrew build-panda

however the step:
panda install Task::Star

has:
Compiling lib/Bailador/Template/Mojo.pm to mbc
Saw 1 occurrence of deprecated code.
================================================================================
Semicolon form of 'class' without 'unit' seen at:
  /Users/afbach/src/.panda-work/1433538411_9/lib/Bailador/Template/Mojo.pm,
line 3
Deprecated since v2015.4, will be removed with release v2015.9!
Please use 'unit class' instead.

Semicolon form of 'module' without 'unit' seen at:
  /Users/afbach/src/.panda-work/1433538411_9/lib/Bailador.pm, line 7

Semicolon form of 'module' without 'unit' seen at:
  /Users/afbach/src/.panda-work/1433538411_9/lib/Bailador/Test.pm, line 6

ompiling lib/Bailador/Template/Mustache.pm to mbc
==> Testing Bailador
# Failed test 'route GET /foo exists'
# at t/01-route-existance.t line 13
# expected: [200, [:Content-Type("text/html")]]
#      got: [200, [:Content-Type("text/html")], Any]
# Failed test 'route POST /bar exists'
# at t/01-route-existance.t line 15
# expected: [200, [:Content-Type("text/html")]]
#      got: [200, [:Content-Type("text/html")], Any]
# Looks like you failed 2 tests of 9
Saw 3 occurrences of deprecated code.
================================================================================
Semicolon form of 'class' without 'unit' seen at:
  /Users/afbach/src/.panda-work/1433538411_9/lib/Bailador/Template/Mojo.pm,
line 3

Sub is_deeply (from Test) seen at:
  t/01-route-existance.t, lines 13,14,15,16,18,19,20,21,23

Semicolon form of 'module' without 'unit' seen at:
  /Users/afbach/src/.panda-work/1433538411_9/lib/Bailador.pm, line 7
Deprecated since v2015.4, will be removed with release v2015.9!
  /Users/afbach/src/.panda-work/1433538411_9/lib/Bailador/Test.pm, line 6

a few more and:
t/01-route-existance.t   (Wstat: 512 Tests: 9 Failed: 2)
  Failed tests:  1, 3
  Non-zero exit status: 2
Files=5, Tests=27,  7 wallclock secs ( 0.03 usr  0.01 sys +  7.23 cusr
0.35 csys =  7.62 CPU)
Result: FAIL
test stage failed for Bailador: Tests failed
  in method install at lib/Panda.pm:133
  in block  at lib/Panda.pm:210
  in method resolve at lib/Panda.pm:204
  in sub MAIN at
/Users/afbach/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/panda:20
  in block <unit> at
/Users/afbach/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/panda:87


a

Andy Bach,
afb...@gmail.com
608 658-1890 cell
608 261-5738 wk

Reply via email to