diff --git a/lib/CHI.pm b/lib/CHI.pm index 2b42a31..45a8e9f 100644 --- a/lib/CHI.pm +++ b/lib/CHI.pm @@ -115,7 +115,7 @@ CHI - Unified cache handling interface ); # Create your own driver - # + # my $cache = CHI->new( driver_class => 'My::Special::Driver', ... ); # Cache operations @@ -359,7 +359,7 @@ e.g. The default is to use raw Storable. -=back +=back Some drivers will take additional constructor options. For example, the File driver takes C and C options. @@ -693,12 +693,12 @@ e.g. label on_get_error on_set_error - + =item Standard read-only accessors namespace serializer - + =back =head2 Deprecated methods @@ -1109,7 +1109,7 @@ from the logs and report a summary. See L for details. CHI is intended as an evolution of DeWitt Clinton's L package. It starts with the same basic API (which has proven durable over time) but addresses some implementation shortcomings -that cannot be fixed in Cache::Cache due to backward compatibility concerns. +that cannot be fixed in Cache::Cache due to backward compatibility concerns. In particular: =over @@ -1257,4 +1257,6 @@ thanks to Hearst management for agreeing to this open source release. L +L - a cache dependencies (cache and like 'make' utility concept) + =cut