| CPAN Ratings (Gamma) Reviews by Shawn M Moore | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of
3 out of 3 found this review helpful:
This is an excellent module with an exemplary author. Steven is very responsive to all of my feature requests.
If you're parsing dates, you'd do well to use this module.
Shawn M Moore - 2007-11-24 12:12:22
Was this review helpful to you?
Yes
No
This module just saved me I don't know how much development time. Thank you Miyagawa!
Shawn M Moore - 2007-11-02 12:52:49
Was this review helpful to you?
Yes
No
This project is very exciting. Just look at this snippet from t/simple.t:
method bar {
$args1 = join(', ', @_);
};
Keep in mind this is running happily with use strict, and is not a brittle source filter.
You want to see some real magic? Check out t/sugar.t:
method foo ($foo) {
return (ref $self).': Foo: '.$foo;
};
Friends, we're looking at the beginnings of Real Macros. I anxiously await further releases of Devel::Declare.
Shawn M Moore - 2007-10-27 20:13:46
Was this review helpful to you?
Yes
No
Version 0.01_02 has no interface documentation or test suite. This makes it very difficult to figure out how to use this module. Hopefully these improve in future versions.
Shawn M Moore - 2007-09-08 23:08:59
Was this review helpful to you?
Yes
No
Test::Tester is your best choice if you're writing a testing module. Its interface is far superior to that of Test::Builder::Tester. Great work, Fergal.
Shawn M Moore - 2007-09-01 21:20:52
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|