| CPAN Ratings Reviews by Adrian Howard | |
| Home | Search | About | Bitcard Account | Login |
Less boilerplate is good. Does what it says. Handy :)
Adrian Howard - 2010-02-05T08:02:12
Let's me update and use .htaccess files. Trez useful. Does what it says on the tin.
Adrian Howard - 2009-10-05T08:46:47
Saves all that tedious mucking about with escape codes. Recommended.
Adrian Howard - 2009-09-01T04:27:58
Hugely useful list of utility functions that I find make my code easier to write, easier to read and faster.
Well documented. Does what it says it does.
Adrian Howard - 2009-08-03T02:54:33
Does what it says on the tin. Simple to use. Sane API. Recommended.
Adrian Howard - 2009-07-06T03:58:28
It works. What more can you say. Sane APIs. Useful functionality. HTML::LinkExtor is an especially useful tool for folk having to munge HTML. Very nice.
Adrian Howard - 2009-06-03T04:52:18
It adds commas to numbers in TT (1000 => 1,000, etc.).
I like small modules that do what they say :-)
Adrian Howard - 2009-05-01T04:48:03
Does what it says on the tin and does it well.
Adrian Howard - 2009-03-01T11:00:18
Trez handy module for producing pretty Excel output in Catalyst. Saved me a whole bunch of time.
Adrian Howard - 2009-02-02T03:36:57
Completely agree with Adam's review. Does exactly what it says on the tin. Works well on every platform I've used it on. ++
Adrian Howard - 2009-01-02T01:39:42
Does exactly what it says on the tin.
Adrian Howard - 2008-12-06T06:18:37
Nice set of functions for testing validity. Simple. Do the job. ++
Adrian Howard - 2008-11-03T10:41:40
You want sane datetime handing in Perl. You want this module. Does the job. Few odd corners in the API - but leaps and bounds ahead of everything else that I've played with on CPAN for accurate date/time handling.
Adrian Howard - 2008-10-05T07:37:44
I've found Perl::Critic an invaluable tool with legacy code - making it very easy to focus down on trouble spots that need immediate attention.
Trivially customisable to make it only complain about the things I care about. Large library of policies on CPAN so I mostly can just pick and choose without having to write my own. Nice API for those few times when I do have to code something myself.
Been an essential part of my toolkit for some time.
Adrian Howard - 2008-09-02T14:21:12
The slower a test suite runs, the less likely folk will run it - so Test::Aggregate is a useful addition to my tool set when I've got a traditional set of *.t Perl tests that need to be run more quickly.
When I applied T::A to one $work project I cut 30% off the wall clock time for the core test suite. Useful.
Adrian Howard - 2008-08-03T13:16:00
Makes a whole bunch of platform specific code just go away. Trez useful.
Adrian Howard - 2008-07-01T17:05:31
Test::Harness has always been useful - but since the 3.x release we've had something much more flexible that's letting me do some things easily that used to take terribly evil hacks with Test::Harness::Straps. Often just with the standard prove commend line. Nice.
Adrian Howard - 2008-06-24T09:34:17
Simple, flexible and blindingly fast code profiling system. Stupidly useful. Thoroughly recommended.
Adrian Howard - 2008-05-08T09:29:35
ASCII Art Visio - it rocks!
Adrian Howard - 2008-04-09T00:49:29
It's lightweight. It does what it says on the tin. The bugs I report get fixed. I like it :-)
Adrian Howard - 2008-03-20T04:17:00
It sends commit messages. You can make them pretty. You can configure the heck out of it. Is good.
Adrian Howard - 2008-03-12T16:20:23
Nice API, and would be a pleasure to use if it didn't reject some valid postcodes - hence the low rating. Would be a five otherwise.
There is an outstanding RT issue with a patch for the problem since 2006 :-)
Adrian Howard - 2007-05-10T04:37:05
Clean. Elegant. Fast. So far every time I've looked for a bit of functionality it's been there hiding in the docs. Thoroughly recommended.
Adrian Howard - 2007-02-27T02:25:01
Nice abstraction for handling database handles. Being able to register multiple DBHs for live/testing/etc. is a boon.
Adrian Howard - 2007-02-27T02:22:34
This rocks. Just removed a bunch of awk/sed/find/grep alias in my *.rc files since this handles them all much more nicely. Huzzah.
Adrian Howard - 2007-02-27T02:21:28
I like this rather a lot. A nice minimal implementation of inside out objects that doesn't get in the way, and doesn't force you to recast your entire OO infrastructure. No source filters, CHECK blocks, etc. so works fine with mod_perl. Nice.
Adrian Howard - 2006-05-13T03:23:27
Just a quick comment that you can use Test::Exception without prototypes if you so wish, and since 0.21 this is documented in the POD.
Adrian Howard - 2005-07-21T10:00:08
Growl is a rather funky open-source notification framework for Mac OS X. There are several different possible ways of talking to Growl via Perl (Applescript, command line, etc.) and Mac::Growl does a good job of hiding all of this behind a single API. Nice.
Adrian Howard - 2005-03-16T08:04:30
A simplified subset of Spreadsheet::ParseExcel functionality.
For many real world tasks with Excel spreadsheets all you need to do is read rows of data from sheets. This module provides a clean and simple API for doing just that.
Does exactly what it says on the tin.
Adrian Howard - 2004-09-01T05:36:09
Handy module for testing that your POD is syntactically correct. Reduced my POD test file from 40 odd lines of code to just 4.
Adrian Howard - 2003-11-24T08:55:44
Allows you to pretend to run a function in a higher stack frame. Useful for wrapping subroutines so that they don't realise that they're wrapped.
Adrian Howard - 2003-10-24T14:54:02
Replacement for ExtUtils::MakeMaker. Very nice. If you need to write custom build scripts try this instead of ExtUtils::MakeMaker. It's 100% Perl OO architecture makes everything so much more simple.
Adrian Howard - 2003-10-16T01:18:22
Nice module that allows you to check whether your subroutines are documented with POD. Very useful in test suites to make sure you keep everything documented.
Adrian Howard - 2003-10-01T06:34:20
Allows you to declare multiple exception classes concisely. API documented well. Easy to override default behaviour when you need to.
Adrian Howard - 2003-09-18T09:38:50
Handy for testing complex data structures.
Adrian Howard - 2003-09-10T12:39:40
Does the job and doesn't suck. Excellent module.
Adrian Howard - 2003-09-09T06:40:01
Handy module for testing contents of database rows.
Adrian Howard - 2003-09-07T15:03:31
Excellent module. Does the job.
Adrian Howard - 2003-09-03T09:51:32
Handy module for unit testing code that may throw warnings.
Adrian Howard - 2003-09-02T09:30:46
Very nice Wiki implementation. Very easy to setup. Very easy to customise.
The only thing I miss is an RSS view of recent changes.
Adrian Howard - 2003-09-01T08:13:28
It's a joke. Not a very good one mind, but a joke.
Adrian Howard - 2003-09-01T01:31:23
Very nice tool for generating simple parsers / screen scrapers. You write a template toolkit template that would generate your content (using a subset of TT commands) and Template::Extract does the rest.
Most funky.
Adrian Howard - 2003-08-31T09:31:24
Very handy module for creating globally unique identifiers. Simple. Does the job.
Adrian Howard - 2003-08-28T03:23:41
Excellent module for those who need to export various syndication formats. Supports RSS 0.9, 0.91 and RSS 1.0
Adrian Howard - 2003-08-28T03:17:38
Nice alternative to Email::Valid that provides several more mechanisms for validating email addresses.
Loses a few points on the interface since package behaviour is controlled by global variables, which can make it a bit of a pain in persistent environments like mod_perl.
Adrian Howard - 2003-08-22T04:00:25
No documentation. Covers some of the same ground as List::Util.
Adrian Howard - 2003-08-21T07:25:51
Handy little module for getting meta-data on a module (version, etc.)
Adrian Howard - 2003-08-16T02:13:55
Really excellent tool. I find it invaluable for writing acceptance tests for web based applications.
My only (minor) quibble is the lack of support for multiple submit buttons with the same name (see rt.cpan.org/NoAuth/Bug.html?id=2308), which can occasionally be annoying.
Adrian Howard - 2003-08-15T06:13:15
Powerful enough to get the job done. Simple enough not to get in your way. Very easy to customise. My favourite templating system.
Adrian Howard - 2003-08-13T14:16:18
The foundation of all recent Perl test libraries. Simple. Flexible. Nice design. Everybody should use it.
Adrian Howard - 2003-08-13T14:11:01
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|