Test-Exception-LessClever
(0.006)
This module has outlived its usefulness -- Test::Exception has been fixed, so it is better to either use that, or use Test::Fatal which is a lighter approach to the same general problem.
This module should be deprecated and removed.
Karen Etheridge - 2013-03-17T14:44:10 (permalink)
Was this review helpful to you?
Yes
No
UNIVERSAL-moniker
(0.08)
Perl is not ruby. Monkey-patching UNIVERSAL is horrible. Do not use!
Karen Etheridge - 2012-12-24T12:51:51 (permalink)
5 out of 6 found this review helpful.
Was this review helpful to you?
Yes
No
Bundle-Moose
(0.01)
- Does not list what version of Moose it is providing dependencies for.
- Does not list how these dependencies were determined. e.g. What does common::sense have to do with Moose? Where does this dependency come from?
- This would be better written as a generic CPAN meta-tool that traversed the dependency heirarchy for any named dist. I don't want to see an explosion of Bundle::Catalyst, Bundle::DBIx::Class, etc dists on the CPAN.
Karen Etheridge - 2011-12-24T13:12:31 (permalink)
6 out of 6 found this review helpful.
Was this review helpful to you?
Yes
No
UNIVERSAL-require
(0.13)
Instead of using this, use Class::Load instead.
Karen Etheridge - 2011-09-30T11:43:44 (permalink)
2 out of 2 found this review helpful.
Was this review helpful to you?
Yes
No
Hash-Work
(0.03)
General "utility libraries" such as these are not useful; this one provides harder-to-use and slower implementations than just performing native operations.
for example:
- merge_hashes{ \%hash1, \%hash2, \%hash3) just calls into Hash::Merge
- copy_hash_values is longer to type *and slower* than %newhash = %hash; as it copies every hash element separately.
Karen Etheridge - 2010-12-10T12:09:46 (permalink)
4 out of 6 found this review helpful.
Was this review helpful to you?
Yes
No
Acme-SafetyGoggles
(0.02)
Handy when playing around with various Acme modules!
Karen Etheridge - 2010-05-25T17:00:23 (permalink)
Was this review helpful to you?
Yes
No

