Move Package::Constants from lib to ext
[p5sagit/p5-mst-13.2.git] / MANIFEST
index cbf01e4..a374ccb 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1183,6 +1183,8 @@ ext/Opcode/Opcode.xs              Opcode extension external subroutines
 ext/Opcode/ops.pm              "Pragma" form of Opcode extension Perl module
 ext/Opcode/t/Opcode.t          See if Opcode works
 ext/Opcode/t/ops.t             See if Opcode works
+ext/Package-Constants/lib/Package/Constants.pm Package::Constants
+ext/Package-Constants/t/01_list.t              Package::Constants tests
 ext/PerlIO-encoding/encoding.pm        PerlIO::encoding
 ext/PerlIO-encoding/encoding.xs        PerlIO::encoding
 ext/PerlIO-encoding/MANIFEST   PerlIO::encoding list of files
@@ -1279,6 +1281,9 @@ ext/SDBM_File/sdbm/tune.h SDBM kit
 ext/SDBM_File/sdbm/util.c      SDBM kit
 ext/SDBM_File/t/sdbm.t         See if SDBM_File works
 ext/SDBM_File/typemap          SDBM extension interface types
+ext/SelfLoader/lib/SelfLoader.pm       Load functions only on demand
+ext/SelfLoader/t/01SelfLoader.t                See if SelfLoader works
+ext/SelfLoader/t/02SelfLoader-buggy.t  See if SelfLoader works
 ext/Shell/Shell.pm             Make AUTOLOADed system() calls
 ext/Shell/t/Shell.t            Tests for above
 ext/Socket/Makefile.PL         Socket extension makefile writer
@@ -1567,14 +1572,24 @@ ext/Text-Balanced/t/06_extqlk.t         See if Text::Balanced works
 ext/Text-Balanced/t/07_exttag.t                See if Text::Balanced works
 ext/Text-Balanced/t/08_extvar.t                See if Text::Balanced works
 ext/Text-Balanced/t/09_gentag.t                See if Text::Balanced works
-ext/Text-ParseWords/ParseWords.pm      Perl module to split words on arbitrary delimiter
-ext/Text-ParseWords/t/ParseWords.t     See if Text::ParseWords works
-ext/Text-ParseWords/t/taint.t          See if Text::ParseWords works with tainting
 ext/Text-Soundex/Changes       Changelog for Text::Soundex
 ext/Text-Soundex/README                README for Text::Soundex
 ext/Text-Soundex/Soundex.pm    Text::Soundex extension Perl module
 ext/Text-Soundex/Soundex.xs    Text::Soundex extension external subroutines
 ext/Text-Soundex/t/Soundex.t   test for Text::Soundex
+ext/Thread-Queue/lib/Thread/Queue.pm   Thread-safe queues
+ext/Thread-Queue/t/01_basic.t          Thread::Queue tests
+ext/Thread-Queue/t/02_refs.t           Thread::Queue tests
+ext/Thread-Queue/t/03_peek.t           Thread::Queue tests
+ext/Thread-Queue/t/04_errs.t           Thread::Queue tests
+ext/Thread-Queue/t/05_extract.t                Thread::Queue tests
+ext/Thread-Queue/t/06_insert.t         Thread::Queue tests
+ext/Thread-Queue/t/07_lock.t           Thread::Queue tests
+ext/Thread-Queue/t/08_nothreads.t      Thread::Queue tests
+ext/Thread-Semaphore/lib/Thread/Semaphore.pm   Thread-safe semaphores
+ext/Thread-Semaphore/t/01_basic.t              Thread::Semaphore tests
+ext/Thread-Semaphore/t/02_errs.t               Thread::Semaphore tests
+ext/Thread-Semaphore/t/03_nothreads.t          Thread::Semaphore tests
 ext/threads/hints/hpux.pl      Hint file for HPUX
 ext/threads/hints/linux.pl     Hint file for Linux
 ext/threads/Makefile.PL                ithreads
@@ -2853,8 +2868,6 @@ lib/overloading.t         Tests for overloading.pm
 lib/overload/numbers.pm                Helper for overloading pragma
 lib/overload.pm                        Module for overloading perl operators
 lib/overload.t                 See if operator overloading works
-lib/Package/Constants.pm       Package::Constants
-lib/Package/Constants/t/01_list.t      Package::Constants tests
 lib/Params/Check.pm    Params::Check
 lib/Params/Check/t/01_Params-Check.t   Params::Check tests
 lib/parent.pm  Establish an ISA relationship with base classes at compile time
@@ -3160,9 +3173,6 @@ lib/Search/Dict.pm                Perform binary search on dictionaries
 lib/Search/Dict.t              See if Search::Dict works
 lib/SelectSaver.pm             Enforce proper select scoping
 lib/SelectSaver.t              See if SelectSaver works
-lib/SelfLoader.pm              Load functions only on demand
-lib/SelfLoader/t/01SelfLoader.t        See if SelfLoader works
-lib/SelfLoader/t/02SelfLoader-buggy.t  See if SelfLoader works
 lib/shellwords.pl              Perl library to split into words with shell quoting
 lib/sigtrap.pm                 For trapping an abort and giving traceback
 lib/sigtrap.t                  See if sigtrap works
@@ -3295,6 +3305,9 @@ lib/Test/t/todo.t         See if Test works
 lib/Test/Tutorial.pod          A tutorial on writing tests
 lib/Text/Abbrev.pm             An abbreviation table builder
 lib/Text/Abbrev.t              Test Text::Abbrev
+lib/Text/ParseWords.pm         Perl module to split words on arbitrary delimiter
+lib/Text/ParseWords.t          See if Text::ParseWords works
+lib/Text/ParseWords/taint.t    See if Text::ParseWords works with tainting
 lib/Text/Tabs.pm               Do expand and unexpand
 lib/Text/TabsWrap/CHANGELOG    ChangeLog for Tabs+Wrap
 lib/Text/TabsWrap/t/37000.t    See if Text::Tabs is working
@@ -3312,19 +3325,6 @@ lib/Text/TabsWrap/t/wrap_separator2.t    See if Text::Wrap::wrap works
 lib/Text/TabsWrap/t/wrap.t     See if Text::Wrap::wrap works
 lib/Text/Wrap.pm               Paragraph formatter
 lib/Thread.pm                  Thread extensions frontend
-lib/Thread/Queue.pm            Thread-safe queues
-lib/Thread/Queue/t/01_basic.t  Thread::Queue tests
-lib/Thread/Queue/t/02_refs.t   Thread::Queue tests
-lib/Thread/Queue/t/03_peek.t   Thread::Queue tests
-lib/Thread/Queue/t/04_errs.t   Thread::Queue tests
-lib/Thread/Queue/t/05_extract.t        Thread::Queue tests
-lib/Thread/Queue/t/06_insert.t Thread::Queue tests
-lib/Thread/Queue/t/07_lock.t   Thread::Queue tests
-lib/Thread/Queue/t/08_nothreads.t      Thread::Queue tests
-lib/Thread/Semaphore.pm                Thread-safe semaphores
-lib/Thread/Semaphore/t/01_basic.t      Thread::Semaphore tests
-lib/Thread/Semaphore/t/02_errs.t       Thread::Semaphore tests
-lib/Thread/Semaphore/t/03_nothreads.t  Thread::Semaphore tests
 lib/Thread.t                   Thread extensions frontend tests
 lib/Tie/Array.pm               Base class for tied arrays
 lib/Tie/Array/push.t           Test for Tie::Array