don't index ::ScopeGuard
Jesse Luehrs [Sun, 28 Nov 2010 22:41:25 +0000 (16:41 -0600)]
lib/Try/Tiny.pm

index 4a804db..7e5a1d0 100644 (file)
@@ -130,7 +130,8 @@ sub finally (&;@) {
 }
 
 {
-  package Try::Tiny::ScopeGuard;
+  package # hide from PAUSE
+    Try::Tiny::ScopeGuard;
 
   sub _new {
     shift;