Bump the version of Safe
Rafael Garcia-Suarez [Mon, 28 Jan 2008 17:18:53 +0000 (17:18 +0000)]
p4raw-id: //depot/perl@33096

ext/Opcode/Safe.pm

index 5ec376b..1a0ac75 100644 (file)
@@ -3,7 +3,7 @@ package Safe;
 use 5.003_11;
 use strict;
 
-$Safe::VERSION = "2.12";
+$Safe::VERSION = "2.13";
 
 # *** Don't declare any lexicals above this point ***
 #