Move FileCache from lib to ext
authorSteffen Mueller <smueller@cpan.org>
Thu, 3 Sep 2009 15:10:25 +0000 (17:10 +0200)
committerSteffen Mueller <smueller@cpan.org>
Thu, 3 Sep 2009 15:20:38 +0000 (17:20 +0200)
commitd9268716ae5100c271d6031c5c04fc4b1d4b48ff
tree051a7e4ee2e1acee53232ab484960363462dc06d
parent34c716a1bfb8a5ea74e130083c2e997aaecb4d63
Move FileCache from lib to ext

At the same time, remove PERL_CORE logic from tests and convert tests to
use Test::More instead of t/test.pl.
15 files changed:
MANIFEST
Porting/Maintainers.pl
ext/.gitignore
ext/FileCache/lib/FileCache.pm [moved from lib/FileCache.pm with 100% similarity]
ext/FileCache/t/01open.t [new file with mode: 0644]
ext/FileCache/t/02maxopen.t [moved from lib/FileCache/t/02maxopen.t with 57% similarity]
ext/FileCache/t/03append.t [moved from lib/FileCache/t/03append.t with 54% similarity]
ext/FileCache/t/04twoarg.t [moved from lib/FileCache/t/04twoarg.t with 54% similarity]
ext/FileCache/t/05override.t [new file with mode: 0644]
ext/FileCache/t/06export.t [new file with mode: 0644]
ext/FileCache/t/07noimport.t [moved from lib/FileCache/t/07noimport.t with 71% similarity]
lib/.gitignore
lib/FileCache/t/01open.t [deleted file]
lib/FileCache/t/05override.t [deleted file]
lib/FileCache/t/06export.t [deleted file]