Revision history for Class::Simple::Cached
0.06 Sat Apr 5 08:20:10 EDT 2025
Use Test::DescribeMe to simplify tests
Use Test::Needs
Use gtar to create a distribution on Macs
Added t/30-basics.t
Better argument testing to new()
Handle https://github.com/Perl/perl5/issues/14673
Fix isa() to work properly on subclasses
Keep class name in the key to keep purges safer
Calling new on an object now returns a clone rather than setting the defaults in the new object
0.05 Mon Jul 29 21:29:15 EDT 2024
Commented out what I believe is legacy code
Added can() and isa() methods
0.04 Tue Mar 2 10:26:40 EST 2021
Fix "Can't use an undefined value as an ARRAY reference"
Allow cache to be a reference to a hash
0.03 Fri 20 Sep 13:19:59 EDT 2019
Improved handling of caching functions that return undef
Empty the cache when the object is destroyed
0.02 Thu 19 Sep 19:30:43 EDT 2019
Fix working with arrays
0.01 Wed 18 Sep 09:23:11 EDT 2019
First Version