cjfields / bioperl6

reimplementation of BioPerl classes in Raku (e.g. the language formerly known as Perl6)
http://bioperl.org
Artistic License 2.0
48 stars 13 forks source link

Fix Outdated Stuff #7

Closed zoffixznet closed 8 years ago

zoffixznet commented 8 years ago

This fixes some stuff that changed in most recent Rakudo.

Note, @*INC is no longer available, I changed what I could, but I don't know how to convert the for (@*INC) bit in lib/Bio/Role/Pluggable.pm6.

cjfields commented 8 years ago

@zoffixznet yeah I figured out the :defined change but didn't commit it yet, was working out how to deal with @*INC fallout. Will go ahead and merge in, thx for the work!