Here's a patch. Ingy, could you please apply this and release a new
version of IO::All?
diff -u IO-All-0.35/Makefile.PL
/home/zev/.cpan/build/IO-All-0.35/Makefile.PL
--- IO-All-0.35/Makefile.PL 2006-05-08 04:01:57.000000000 -0400
+++ /home/zev/.cpan/build/IO-All-0.35/Makefile.PL 2006-07-20
18:38:26.000000000 -0400
@@ -4,7 +4,9 @@
all_from 'lib/IO/All.pm';
requires perl => '5.6.1';
+requires 'IO::String';
clean_files 't/output/';
+auto_install;
WriteAll;
On Tue May 16 11:16:39 2006, guest wrote:
Show quoted text> When trying to install Kwiki, IO::All get's installed as a dependency.
> IO::All seems to be dependent on IO::String which was not installed by
> default on my system. Is there anyway we can make IO::All's install
> process automatically install IO::String if IO::String is not already
> installed?