'threads::shared' =>
{
'MAINTAINER' => 'jdhedden',
- 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.31.tar.gz',
+ 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.32.tar.gz',
'FILES' => q[dist/threads-shared],
'EXCLUDED' => [ qw(examples/class.pl
shared.h
'PM' => {
'shared.pm' => '$(INST_LIBDIR)/shared.pm',
},
- 'INSTALLDIRS' => 'perl',
+ 'INSTALLDIRS' => (($] < 5.011) ? 'perl' : 'site'),
((ExtUtils::MakeMaker->VERSION() lt '6.25') ?
('PL_FILES' => { }) : ()),
=head1 VERSION
-This document describes threads::shared version 1.31
+This document describes threads::shared version 1.32
=head1 SYNOPSIS
L<http://www.cpanforum.com/dist/threads-shared>
Annotated POD for L<threads::shared>:
-L<http://annocpan.org/~JDHEDDEN/threads-shared-1.31/shared.pm>
+L<http://annocpan.org/~JDHEDDEN/threads-shared-1.32/shared.pm>
Source repository:
L<http://code.google.com/p/threads-shared/>