======================================================================= __ __ _ ___ _ _ ___ _ _ ___ \ \ / / /_\ | _ \ | \| | |_ _| | \| | / __| \ \/\/ / / _ \ | / | .` | | | | .` | | (_ | \_/\_/ /_/ \_\ |_|_\ |_|\_| |___| |_|\_| \___| ======================================================================= This module probably doesn't do what you expect it to do. Do not continue unless you have carefully read the documentation. Using this module can cause strange errors unless you understand it properly. Here's an example: $dt = new DateTime::LazyInit( year => 2005, month => 32 ); Normal DateTime will die at this point. However there is NO VALIDATION in this module. It WILL NOT DIE .. YET! $dt->month; # 32 -- sure it's illegal, but it's what we asked for. $dt->add( days => 1 ); # DIE # NOW it will die because we're doing something complex with the object and we've inflated it into a full DateTime object. Full DateTime objects validate the parameters and THERE IS NO month 32! This message is repeated in the README file. ======================================================================= Press return to acknowledge that you've read this warning. Checking if your kit is complete... Looks good Writing Makefile for DateTime::LazyInit cp lib/DateTime/LazyInit.pm blib/lib/DateTime/LazyInit.pm Manifying blib/man3/DateTime::LazyInit.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/DateTime-LazyInit....ok t/Pod..................ok All tests successful. Files=2, Tests=108, 0 wallclock secs ( 0.37 cusr + 0.08 csys = 0.45 CPU) Installing /Users/cpanrun/pristine/5.8.7/lib/site_perl/5.8.7/DateTime/LazyInit.pm Installing /Users/cpanrun/pristine/5.8.7/man/man3/DateTime::LazyInit.3 Appending installation info to /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/perllocal.pod /bin/sh -c true