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

in the installed-modules branch proto can't install the 'all' meta target #3

Open moritz opened 14 years ago

moritz commented 14 years ago
moritz@trudi:~/tmp/proto>./proto install all
Downloading all...Use of uninitialized value
Use of uninitialized value
Use of uninitialized value
Use of uninitialized value
Unknown home type '' for project 'all'
in submethod Installer::download (lib/Installer.pm:333)
called from submethod Installer::download-and-build-projects-and-their-deps (lib/Installer.pm:258)
called from method Installer::install (lib/Installer.pm:397)
called from Main (installer:1)