Merge remote branch 'kc/new/bug_5611' into kcmaster

This commit is contained in:
Chris Cormack 2011-01-13 08:19:46 +13:00
commit 2390b4e1dc

View file

@ -37,7 +37,7 @@ my %scrubbertypes = (
sub new {
shift; # ignore our class we are wraooer
shift; # ignore our class we are wrapper
my $type = (@_) ? shift : 'default';
if ( !exists $scrubbertypes{$type} ) {
croak "New called with unrecognized type '$type'";