RSS | Module Info | Add a review of

2 out of 4 found this review helpful:

V (0.13) *****

Who can live without # perl -MV=Tk ?

H.Merijn Brand - 2007-11-14 11:41:31
Was this review helpful to you?  Yes No


(more reviews of V)

2 out of 7 found this review helpful:

Text-CSV-Simple (1.00) *

A *Simple* module should not require modules beyond simplicity:

Warning: prerequisite Class::Trigger 0 not found.
Warning: prerequisite File::Slurp 0 not found.

Classes only complicate things.

H.Merijn Brand - 2007-05-07 04:59:06
Was this review helpful to you?  Yes No


(more reviews of Text-CSV-Simple)

5 out of 13 found this review helpful:

Archive-Zip (1.18) *

1.17_03 Sat 16 Sep 2006 - Adam Kennedy
- Adding dependency on File::Which to deal with problems on systems
that lack zip and unzip programs. This really should be a build-time
dependency only, but ExtUtils::MakeMaker lacks that capability.

PLEASE REMOVE THAT DEPENDENCY!
This makes the module completely uninstallable/useable on systems where File::Which is not installed, and doesn't need to be installed as those problems do not exist!

Or make it *optional*, so that systems that would profit from it's availability can use it when available.

As I have no intention to install File::Which, for which I see no reason whatsoever, I'm going to stick with 1.16

H.Merijn Brand - 2006-12-06 08:56:01
Was this review helpful to you?  Yes No


(more reviews of Archive-Zip)

8 out of 8 found this review helpful:

Sys-Filesystem (1.22) **

1. There are no example files.
It would be very useful to have an example/ subdirectory with files that use Sys::Filesystem to mimic 'mount' and 'df'

2. There is no support (yet) for HP-UX
Yes, it's on the TODO list, but as this is my major working environment, it is missing.

3. The documentation is wrong on more than one level
# Method 3 (nice but naughty)
my @filesystems = Sys::Filesystem->filesystems ();

yields:
Can't use string ("Sys::Filesystem") as a HASH ref while "strict refs" in use at /usr/lib/perl5/site_perl/5.8.7/Sys/Filesystem.pm line 118.

and the obvious change to
my @filesystems = Sys::Filesystem::filesystems ();

yields:
Odd number of elements passed when even number was expected at fsinfo.pl line 8

This module has potential value, but is not really useful in this version.

H.Merijn Brand - 2006-09-20 02:04:18
Was this review helpful to you?  Yes No


(more reviews of Sys-Filesystem)


the camel