doy / try-tiny

minimal try/catch with proper preservation of $@
http://metacpan.org/release/Try-Tiny
10 stars 15 forks source link

Documentation improvements #4

Closed karenetheridge closed 11 years ago

karenetheridge commented 11 years ago

I was confused why

perl -MTry::Tiny -wle'my $x = try { die "foo" } // "bar"; print $x'

didn't work, so I added a few doc lines to give other alternatives.

In so doing, I noticed the git repo was missing in metadata, and then I saw other pod markup things that I could fix.