RSS | Module Info | Add a review of Data-Lazy
This module "just worked" for me. I realized I had a testing library that was creating a database handle for every test script whether it was needed or not. With Data::Lazy, it was easy to only create the handle if it was needed by making the a change in one place.