Author: mjevans Date: Fri Jul 16 02:38:03 2010 New Revision: 14251 Modified: dbi/trunk/lib/DBD/DBM.pm
Log: Fix unterninated L<> Modified: dbi/trunk/lib/DBD/DBM.pm ============================================================================== --- dbi/trunk/lib/DBD/DBM.pm (original) +++ dbi/trunk/lib/DBD/DBM.pm Fri Jul 16 02:38:03 2010 @@ -886,7 +886,7 @@ Storable, and FreezeThaw. Data::Dumper is the default and Storable is the fastest. MLDBM can also make use of user-defined serialization methods or other serialization modules (e.g. L<YAML::MLDBM> or -L<MLDBM::Serializer::JSON). All of this is available to you through +L<MLDBM::Serializer::JSON>. All of this is available to you through DBD::DBM with just one attribute setting: I<dbm_mldbm>. Some examples:
