| CPAN Ratings (Gamma) Reviews by Slaven Rezic | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of
3 out of 4 found this review helpful:
While I share Adam's ranting about SMTP being the only protocol for sending testers reports, I don't see why this should result in a low rating for Test::Reporter. This module does exactly what it should: sending testers reports over the only channel the current CPAN infrastructure provides, and it seems to do it well, looking at the tens of thousand reports at http://www.nntp.perl.org/group/perl.cpan.testers/
Slaven Rezic - 2007-09-26 01:26:40
Was this review helpful to you?
Yes
No
It seems to me that the author of previous rating did not understand the purpose of the module (being just the inverse of perl's localtime() function) and how to use it (like localtime, timelocal uses 0..11 as month range).
Slaven Rezic - 2006-12-05 01:25:36
Was this review helpful to you?
Yes
No
It's seems that the author of the previous rating is unfamiliar with the Bundles concept. Please see:
http://search.cpan.org/~andk/CPAN-1.87/lib/CPAN.pm#Bundles
Slaven Rezic - 2006-08-23 03:01:28
Was this review helpful to you?
Yes
No
This is really only an answer to Smylers' rating: the output of Data::JavaScript is verbose because of the ability to dump circular structures. So a general rule of thumb would be: if you know your data structure is free of circular references, use Data::JavaScript::Anon, otherwise use Data::JavaScript.
All in all, Data::JavaScript is easy to use and does what it should. The only missing thing is unicode support.
EDIT: As of 1.10, unicode support is available.
Slaven Rezic - 2005-11-22 05:37:22
Was this review helpful to you?
Yes
No
mysqldiff, the command line tool in the MySQL::Diff distribution, is a very handy tool for upgrading databases to new schemas without losing content and without hassle with ALTER, CREATE and DROP statements. The only downside is that the documentation is somewhat sparse (no Pod, just a reference to the web site).
Slaven Rezic - 2004-08-06 11:03:24
Was this review helpful to you?
Yes
No
With Tk::ObjEditor I am able to get a MLDBM editor with just a oneliner (well, nearly):
perl -MTk -MTk::ObjEditor -MMLDBM=DB_File,Storable -e 'tie %db, "MLDBM", "foo.mldbm" or die $!; %x = %db; tkinit->ObjEditor(caller => \%x, direct => 1)->pack;MainLoop; %db = %x'
Slaven Rezic - 2004-08-03 10:44:18
Was this review helpful to you?
Yes
No
Much better and more "perl-ish" than the rename command which comes with the util-linux package.
Slaven Rezic - 2004-02-11 11:40:42
Was this review helpful to you?
Yes
No
Author has abondened this module.
Slaven Rezic - 2003-08-13 05:59:50
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|