Change the plan - 2.14 gets the copy permission behaviour change,
[p5sagit/p5-mst-13.2.git] / lib / DBM_Filter / utf8.pm
index 89d8238..677e661 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Carp;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 BEGIN
 {
@@ -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