This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reorganize dist/threads-shared
[perl5.git]
/
dist
/
threads-shared
/
lib
/
threads
/
shared.pm
diff --git
a/dist/threads-shared/shared.pm
b/dist/threads-shared/lib/threads/shared.pm
similarity index 99%
rename from
dist/threads-shared/shared.pm
rename to
dist/threads-shared/lib/threads/shared.pm
index
200f0a7
..
420c984
100644
(file)
--- a/
dist/threads-shared/shared.pm
+++ b/
dist/threads-shared/lib/threads/shared.pm
@@
-7,7
+7,7
@@
use warnings;
use Scalar::Util qw(reftype refaddr blessed);
use Scalar::Util qw(reftype refaddr blessed);
-our $VERSION = '1.33_0
1
';
+our $VERSION = '1.33_0
2
';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;