As we're not passing over (or copying in) a NUL, don't need that extra
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / README
index 0690835..db884f3 100644 (file)
@@ -1,26 +1,29 @@
-threads/shared version 0.02
-===========================
+threads::shared version 1.06
+============================
 
-This module needs perl 5.7.2 or later compiled with USEITHREADS, 
-It lets you share simple data structures between threads.
+This module needs Perl 5.8.0 or later compiled with USEITHREADS.
+It lets you share data structures between threads.
 
 INSTALLATION
 
 To install this module type the following:
 
-   perl Makefile.PL
-   make
-   make test
-   make install
+    perl Makefile.PL
+    make
+    make test
+    make install
 
 DEPENDENCIES
 
 This module requires these other modules and libraries:
 
-threads 0.03;
+    threads
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2001 Arthur Bergman artur at contiller.se
-Same licence as perl.
+Copyright (C) 2001 Artur Bergman <sky AT crucially DOT net>
+Same licence as Perl.
 
+CPAN version produced by Jerry D. Hedden <jdhedden AT cpan DOT org>
+
+# EOF