Move File::Temp from lib/ to ext/
authorChris Williams <chris@bingosnet.co.uk>
Fri, 11 Sep 2009 15:04:57 +0000 (16:04 +0100)
committerChris Williams <chris@bingosnet.co.uk>
Fri, 11 Sep 2009 15:04:57 +0000 (16:04 +0100)
commit7229c7f428510c1c410594e88b517785713f9df9
tree210d2bb3eb4f4f7422a80c7d6b9ae372266b4932
parent4c95a2f580386f7541420f402383c0e39e83a19c
Move File::Temp from lib/ to ext/
14 files changed:
MANIFEST
Porting/Maintainers.pl
ext/.gitignore
ext/File-Temp/lib/File/Temp.pm [moved from lib/File/Temp.pm with 100% similarity]
ext/File-Temp/t/cmp.t [moved from lib/File/Temp/t/cmp.t with 100% similarity]
ext/File-Temp/t/fork.t [moved from lib/File/Temp/t/fork.t with 100% similarity]
ext/File-Temp/t/lock.t [moved from lib/File/Temp/t/lock.t with 100% similarity]
ext/File-Temp/t/mktemp.t [moved from lib/File/Temp/t/mktemp.t with 100% similarity]
ext/File-Temp/t/object.t [moved from lib/File/Temp/t/object.t with 100% similarity]
ext/File-Temp/t/posix.t [moved from lib/File/Temp/t/posix.t with 100% similarity]
ext/File-Temp/t/security.t [moved from lib/File/Temp/t/security.t with 100% similarity]
ext/File-Temp/t/seekable.t [moved from lib/File/Temp/t/seekable.t with 100% similarity]
ext/File-Temp/t/tempfile.t [moved from lib/File/Temp/t/tempfile.t with 100% similarity]
lib/.gitignore