If we use @{[]} (a.k.a. baby-cart) interpolation, we got warnings
[p5sagit/p5-mst-13.2.git] / lib / DBM_Filter / utf8.pm
index 89d8238..30e02b4 100644 (file)
@@ -22,17 +22,18 @@ sub Fetch { $_ = Encode::decode_utf8($_) if defined $_ }
 
 __END__
 
-=head1 DBM_Filter::utf8
+=head1 NAME
+
+DBM_Filter::utf8 - filter for DBM_Filter
 
 =head1 SYNOPSIS
 
     use SDBM_File; # or DB_File, or GDBM_File, or NDBM_File, or ODBM_File
     use DBM_Filter ;
-    
 
     $db = tie %hash, ...
     $db->Filter_Push('utf8');
-    
+
 =head1 DESCRIPTION
 
 This Filter will ensure that all data written to the DBM will be encoded