In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2d51747b8d0fbff249ca971199aa8ddb5856d3c3?hp=dc92530577ed67345a2e69b1f6631d95899e47f9>

- Log -----------------------------------------------------------------
commit 2d51747b8d0fbff249ca971199aa8ddb5856d3c3
Author: Michael Stevens <mstev...@etla.org>
Date:   Tue Jan 18 13:18:18 2011 +0000

    Fix pod warning for empty sections.

M       lib/DBM_Filter.pm

commit 520b7dd297cf0d268d9b9435bfb365c303de52cb
Author: Michael Stevens <mstev...@etla.org>
Date:   Tue Jan 18 11:33:47 2011 +0000

    Remove whitespace for pod fix.

M       os2/OS2/OS2-Process/Process.pm
-----------------------------------------------------------------------

Summary of changes:
 lib/DBM_Filter.pm              |    6 +-----
 os2/OS2/OS2-Process/Process.pm |    2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/lib/DBM_Filter.pm b/lib/DBM_Filter.pm
index abcc127..612138e 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.
diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm
index 4bed651..5c67489 100644
--- a/os2/OS2/OS2-Process/Process.pm
+++ b/os2/OS2/OS2-Process/Process.pm
@@ -1909,7 +1909,7 @@ With C<MB_APPLMODAL> the owner of the dialogue is 
disabled; therefore, do not
 specify the owner as the parent if this option is used.
 
 Additionally, the following flag is possible, but probably not very useful:
-  
+
  Help button 
      MB_HELP             a HELP button appears, which sends a WM_HELP
                                 message is sent to the window procedure of the

--
Perl5 Master Repository

Reply via email to