Skip to content

Instantly share code, notes, and snippets.

Created November 12, 2014 16:12
Show Gist options
  • Save anonymous/2b3c2cda92d35ad50f6b to your computer and use it in GitHub Desktop.
Save anonymous/2b3c2cda92d35ad50f6b to your computer and use it in GitHub Desktop.
my $tz = try {
local $SIG{__DIE__};
DateTime::TimeZone->new( name => $name );
} catch {
warn "I got a lovely error: $_";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment