Change the plan - 2.14 gets the copy permission behaviour change,
[p5sagit/p5-mst-13.2.git] / lib / DBM_Filter / null.pm
index 1eb9556..ffa10e9 100644 (file)
@@ -3,7 +3,7 @@ package DBM_Filter::null ;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 sub Store
 {
@@ -21,7 +21,9 @@ sub Fetch
 
 __END__
 
-=head1 DBM_Filter::null
+=head1 NAME
+
+DBM_Filter::null - filter for DBM_Filter
 
 =head1 SYNOPSIS
 
@@ -30,7 +32,7 @@ __END__
 
     $db = tie %hash, ...
     $db->Filter_Push('null');
-    
+
 =head1 DESCRIPTION
 
 This filter ensures that all data written to the DBM file is null