You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perl6 -e'use BSON; BSON.new;'
You cannot create an instance of this type
in block <unit> at -e:1
Previously BSON was Role and it could be used as standalone object instance.
Now it is a package, but documentation still says in SYNOPSIS that BSON.new is valid usage.
The text was updated successfully, but these errors were encountered:
Hi
Previously BSON was Role and it could be used as standalone object instance.
Now it is a package, but documentation still says in SYNOPSIS that
BSON.new
is valid usage.The text was updated successfully, but these errors were encountered: