Sam Vilain wrote: > + my $uuid = $props->{'svm:uuid'}; > + $uuid =~ m{^[0-9a-f\-]{41,}} > + or croak "doesn't look right - svm:uuid is '$uuid'"; This joke back-fired. 41 is too long; UUIDs just *look* longer than SHA1's :). "36" seems a more appropriate value... Sam. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html