+2.20 Tue Dec 1 2009
+ fix [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with
+ -Dusethreads (Tim Bunce)
+
2.19 Tue Aug 25 2009
t/safeuniversal.t failure under 5.8.9 (Jerry D. Hedden)
--- #YAML:1.0
name: Safe
-version: 2.19
+version: 2.20
abstract: ~
license: ~
author: ~
use Config qw(%Config);
use constant is_usethreads => $Config{usethreads};
-$Safe::VERSION = "2.19";
+$Safe::VERSION = "2.20";
# *** Don't declare any lexicals above this point ***
#
-#!./perl -w
+#!perl -w
$|=1;
BEGIN {
- if($ENV{PERL_CORE}) {
- chdir 't' if -d 't';
- @INC = '../lib';
- }
require Config; import Config;
if ($Config{'extensions'} !~ /\bOpcode\b/ && $Config{'osname'} ne 'VMS') {
print "1..0\n";