From 218627934821471c089949c07af026df7fa2d28c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 12 Feb 2015 13:05:30 +0100 Subject: [PATCH] Remove obsolete comment --- vroom.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/vroom.pl b/vroom.pl index f5a4d9f..4d41f93 100755 --- a/vroom.pl +++ b/vroom.pl @@ -118,7 +118,6 @@ helper valid_id => sub { }; # Check email address -# TODO: replace with Email::Valid helper valid_email => sub { my $self = shift; my ($email) = @_;