summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST17
1 files changed, 9 insertions, 8 deletions
diff --git a/MANIFEST b/MANIFEST
index e34fe18094..706787214e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -647,8 +647,8 @@ ext/List/Util/t/sum.t List::Util
ext/List/Util/t/tainted.t Scalar::Util
ext/List/Util/t/weak.t Scalar::Util
ext/List/Util/Util.xs Util extension
-ext/Math/BigInt/FastCalc/FastCalc.xs Math::BigInt::FastCalc extension
ext/Math/BigInt/FastCalc/FastCalc.pm Math::BigInt::FastCalc extension
+ext/Math/BigInt/FastCalc/FastCalc.xs Math::BigInt::FastCalc extension
ext/Math/BigInt/FastCalc/Makefile.PL Math::BigInt::FastCalc extension
ext/Math/BigInt/FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension
ext/Math/BigInt/FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension
@@ -847,12 +847,12 @@ ext/Thread/README Thread README
ext/Thread/README.threads Notes about multithreading
ext/threads/Changes ithreads
ext/Thread/Semaphore.pmx Threadsafe semaphore
-ext/threads/Makefile.PL ithreads
ext/threads/hints/linux.pl thread shared variables
+ext/threads/Makefile.PL ithreads
ext/Thread/specific.tx Test thread-specific user data
ext/threads/README ithreads
-ext/threads/shared/Makefile.PL thread shared variables
ext/threads/shared/hints/linux.pl thread shared variables
+ext/threads/shared/Makefile.PL thread shared variables
ext/threads/shared/README thread shared variables
ext/threads/shared/shared.pm thread shared variables
ext/threads/shared/shared.xs thread shared variables
@@ -926,10 +926,10 @@ ext/Unicode/Normalize/t/test.t Unicode::Normalize
ext/util/make_ext Used by Makefile to execute extension Makefiles
ext/XS/APItest/APItest.pm XS::APItest extension
ext/XS/APItest/APItest.xs XS::APItest extension
+ext/XS/APItest/exception.c XS::APItest extension
ext/XS/APItest/Makefile.PL XS::APItest extension
ext/XS/APItest/MANIFEST XS::APItest extension
ext/XS/APItest/README XS::APItest extension
-ext/XS/APItest/exception.c XS::APItest extension
ext/XS/APItest/t/call.t XS::APItest extension
ext/XS/APItest/t/exception.t XS::APItest extension
ext/XS/APItest/t/hash.t XS::APItest extension
@@ -1222,8 +1222,8 @@ lib/CGI/t/util.t See if CGI.pm works
lib/CGI/Util.pm Utility functions
lib/charnames.pm Character names
lib/charnames.t See if character names work
-lib/Class/ISA.pm Class::ISA
lib/Class/ISA/ChangeLog Changes for Class::ISA
+lib/Class/ISA.pm Class::ISA
lib/Class/ISA/t/00_about_verbose.t Tests for Class::ISA
lib/Class/ISA/t/01_old_junk.t Tests for Class::ISA
lib/Class/Struct.pm Declare struct-like datatypes as Perl classes
@@ -1268,8 +1268,8 @@ lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
lib/Devel/SelfStubber.t See if Devel::SelfStubber works
lib/diagnostics.pm Print verbose diagnostics
lib/diagnostics.t See if diagnostics.pm works
-lib/Digest/Changes Digest changelog
lib/Digest/base.pm Digest extensions
+lib/Digest/Changes Digest changelog
lib/Digest/file.pm Digest extensions
lib/Digest.pm Digest extensions
lib/Digest/t/base.t See if Digest extensions work
@@ -2268,6 +2268,7 @@ pod/perl58delta.pod Perl changes in version 5.8.0
pod/perl590delta.pod Perl changes in version 5.9.0
pod/perl591delta.pod Perl changes in version 5.9.1
pod/perl592delta.pod Perl changes in version 5.9.2
+pod/perl593delta.pod Perl changes in version 5.9.3
pod/perlapio.pod Perl internal IO abstraction interface
pod/perlapi.pod Perl API listing (autogenerated)
pod/perlartistic.pod Perl Artistic License
@@ -2747,10 +2748,10 @@ t/op/read.t See if read() works
t/op/recurse.t See if deep recursion works
t/op/ref.t See if refs and objects work
t/op/regexp_noamp.t See if regular expressions work with optimizations
-t/op/regexp_qr.t See if regular expressions work as qr//
-t/op/regexp_trielist.t See if regular expressions work with trie optimisation
t/op/regexp_notrie.t See if regular expressions work without trie optimisation
+t/op/regexp_qr.t See if regular expressions work as qr//
t/op/regexp.t See if regular expressions work
+t/op/regexp_trielist.t See if regular expressions work with trie optimisation
t/op/regmesg.t See if one can get regular expression errors
t/op/repeat.t See if x operator works
t/op/re_tests Regular expressions for regexp.t