From 3d6c5fec8cb3579a30be60177e31058bc31285d7 Mon Sep 17 00:00:00 2001 From: David Golden Date: Thu, 23 May 2013 18:08:48 -0400 Subject: fix various podcheck nits --- dist/Safe/Safe.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dist/Safe') diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm index f00853e386..bee3718593 100644 --- a/dist/Safe/Safe.pm +++ b/dist/Safe/Safe.pm @@ -3,7 +3,7 @@ package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); -$Safe::VERSION = "2.35"; +$Safe::VERSION = "2.36"; # *** Don't declare any lexicals above this point *** # @@ -590,9 +590,7 @@ Deny I the listed operators from being used when compiling code in the compartment (I other operators will be permitted, so you probably don't want to use this method). -=head2 trap (OP, ...) - -=head2 untrap (OP, ...) +=head2 trap (OP, ...), untrap (OP, ...) The trap and untrap methods are synonyms for deny and permit respectfully. -- cgit v1.2.1