masak / proto

A a hyper-lightweight dependency tracking and project installation system
http://modules.perl6.org
Artistic License 2.0
72 stars 35 forks source link

Attempt to call d on a Str in Installer.pm6 #8

Open mfollett opened 14 years ago

mfollett commented 14 years ago

Line 497 reads: if $dir !~~ :d { and should probably read: if $dir.IO !~~ :d { because it appears d can't be invoked on $dir which is of type string.