From: Karen Etheridge Date: Mon, 3 Oct 2016 20:56:58 +0000 (-0700) Subject: capitalize abstract X-Git-Tag: v0.28~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=052d84619f2f1a8d31c3159c1d3823aaf9014fff;p=p5sagit%2FTry-Tiny.git capitalize abstract --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index c4b52a2..d47f2e7 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -1,6 +1,6 @@ package Try::Tiny; use 5.006; -# ABSTRACT: minimal try/catch with proper preservation of $@ +# ABSTRACT: Minimal try/catch with proper preservation of $@ our $VERSION = '0.28';