Skip to content

Instantly share code, notes, and snippets.

@isleofmax
Created January 1, 2015 23:10
Show Gist options
  • Save isleofmax/772fea4af9d33ef66354 to your computer and use it in GitHub Desktop.
Save isleofmax/772fea4af9d33ef66354 to your computer and use it in GitHub Desktop.
deprecated code in BSON testing files
C:\ModuliPerl6\File-Find\lib\File>panda install BSON
==> Fetching BSON
==> Building BSON
Compiling lib\BSON\ObjectId.pm to mbc
Compiling lib\BSON.pm to mbc
==> Testing BSON
Saw 1 call to deprecated code during execution.
================================================================================
%samples = itemized hash called at:
t/extended.t, line 9
Deprecated since v2014.7, will be removed with release v2015.7!
Please use %samples = %(itemized hash) instead.
--------------------------------------------------------------------------------
Please contact the author to have these calls to deprecated code adapted,
so that this message will disappear!
t/extended.t .. ok
Saw 2 calls to deprecated code during execution.
================================================================================
%samples = itemized hash called at:
t/native.t, line 15
Deprecated since v2014.7, will be removed with release v2015.7!
Please use %samples = %(itemized hash) instead.
--------------------------------------------------------------------------------
%flattening = itemized hash called at:
t/native.t, line 74
Deprecated since v2014.7, will be removed with release v2015.7!
Please use %flattening = %(itemized hash) instead.
--------------------------------------------------------------------------------
Please contact the author to have these calls to deprecated code adapted,
so that this message will disappear!
t/native.t .... ok
All tests successful.
Files=2, Tests=25, 5 wallclock secs ( 0.08 usr + 0.05 sys = 0.12 CPU)
Result: PASS
==> Installing BSON
Copying blib\lib\BSON.pm to C:\rakudo\languages\perl6\site/lib\BSON.pm
Copying blib\lib\BSON\ObjectId.pm to C:\rakudo\languages\perl6\site/lib\BSON\Obj
ectId.pm
Copying blib\lib\BSON.pm.moarvm to C:\rakudo\languages\perl6\site/lib\BSON.pm.mo
arvm
Copying blib\lib\BSON\ObjectId.pm.moarvm to C:\rakudo\languages\perl6\site/lib\B
SON\ObjectId.pm.moarvm
==> Successfully installed BSON
@bbkr
Copy link

bbkr commented Jan 6, 2015

Thanks for the info.
I'll fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment