diff options
author | Michael Stevens <mstevens@etla.org> | 2011-01-18 13:18:18 +0000 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-01-18 20:43:17 -0800 |
commit | 2d51747b8d0fbff249ca971199aa8ddb5856d3c3 (patch) | |
tree | e8dd02c7470da6677661d3109db6a18f20ed3924 /lib | |
parent | 520b7dd297cf0d268d9b9435bfb365c303de52cb (diff) | |
download | perl-2d51747b8d0fbff249ca971199aa8ddb5856d3c3.tar.gz |
Fix pod warning for empty sections.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/DBM_Filter.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/DBM_Filter.pm b/lib/DBM_Filter.pm index abcc127ba0..612138ed82 100644 --- a/lib/DBM_Filter.pm +++ b/lib/DBM_Filter.pm @@ -323,11 +323,7 @@ to be packaged into a stand-alone module. This module will arrange for the following methods to be available via the object returned from the C<tie> call. -=head2 $db->Filter_Push() - -=head2 $db->Filter_Key_Push() - -=head2 $db->Filter_Value_Push() +=head2 $db->Filter_Push() / $db->Filter_Key_Push() / $db->Filter_Value_Push() Add a filter to filter stack for the database, C<$db>. The three formats vary only in whether they apply to the DBM key, the DBM value or both. |