Skip to content

Instantly share code, notes, and snippets.

@melo
Created August 8, 2013 07:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melo/6182482 to your computer and use it in GitHub Desktop.
Save melo/6182482 to your computer and use it in GitHub Desktop.
Make up your mind, please...
if ($config->{sms_notifications_enabled}) {
$log->warn("SMS notifications are disabled, use ENV ENABLE_SMS_NOTIFICATIONS to enable")
unless $config->{i_know_sms_notifications_are_disabled_please_leave_me_alone};
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment