diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-14 13:02:40 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-14 13:03:06 -0700 |
commit | 97a3247adea926c98e663d6988a86fbd1fb29df5 (patch) | |
tree | 5d03e60445f0f388853e6ddc7ff505f1b593aa78 /dist | |
parent | e8a40f4ecf0d5000ea0ab99a5261915891d55f51 (diff) | |
download | perl-97a3247adea926c98e663d6988a86fbd1fb29df5.tar.gz |
Correct threads version
Diffstat (limited to 'dist')
-rw-r--r-- | dist/threads/lib/threads.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/threads/lib/threads.pm b/dist/threads/lib/threads.pm index bbef9c62a9..502ef7049f 100644 --- a/dist/threads/lib/threads.pm +++ b/dist/threads/lib/threads.pm @@ -5,7 +5,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.82'; +our $VERSION = '1.81_01'; my $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |