Re: [code-review] Hello!

Jean-Michel Hiver <[email protected]> Sat, 31 Jan 2004 11:50:03 +0000
Newsgroups gmane.comp.lang.perl.code-review-ladder
Message-ID <[email protected]>
>     Yesterday I uploaded the first version of my first CPAN module, 
> Tie::Hash::Expire, a package providing hash keys that expire and cease 
> to exist after a user-set period.  I would be much obliged if anyone 
> here would take a look.

That's quite an fun / interesting module. It would be nice to allow 
expiration times under one second when Time::HiRes is installed.


I did 'make test' quite a few times, and the following test failed once:

t/1....ok 1/19#     Failed test (t/1.t at line 20)
#          got: undef
#     expected: 'barney'
t/1....ok 17/19# Looks like you failed 1 tests of 19.


Cheers,
Jean-Michel