In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6b5ec6e4fa6ef6732ba89d1614d3c98944138a22?hp=b23d1689da974a845c33086e0a0605cd83670de7>

- Log -----------------------------------------------------------------
commit 6b5ec6e4fa6ef6732ba89d1614d3c98944138a22
Author: Josh ben Jore <jj...@cpan.org>
Date:   Tue Apr 13 07:53:12 2010 -0700

    Add emacs/vim hints

M       perldtrace.d

commit 171407a047a771847a7f2a421c9044bfe08415ac
Author: Josh ben Jore <jj...@cpan.org>
Date:   Tue Apr 13 07:52:05 2010 -0700

    Re-flow some errantly formatted pod

M       pod/perlpolicy.pod

commit effdb690cd35bf1e9e0445ccc548ec5e994ba016
Author: Josh ben Jore <jj...@cpan.org>
Date:   Mon Apr 12 23:48:25 2010 -0700

    Detabify perldtrace.d

M       perldtrace.d
-----------------------------------------------------------------------

Summary of changes:
 perldtrace.d       |   11 ++++++++++-
 pod/perlpolicy.pod |   10 ++++++----
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/perldtrace.d b/perldtrace.d
index d90be53..c5844ea 100644
--- a/perldtrace.d
+++ b/perldtrace.d
@@ -4,6 +4,15 @@
  */
 
 provider perl {
-       probe sub__entry(char *, char *, int);
+    probe sub__entry(char *, char *, int);
     probe sub__return(char *, char *, int);
 };
+
+/*
+ * Local Variables:
+ * tab-width: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */
diff --git a/pod/perlpolicy.pod b/pod/perlpolicy.pod
index 5f61e2f..8ce6a4b 100644
--- a/pod/perlpolicy.pod
+++ b/pod/perlpolicy.pod
@@ -50,10 +50,12 @@ gives up their ownership of it.  In particular:
 
 =over
 
-=item *  The version of the module in the core should still be considered the
-    work of the original author.  All patches, bug reports, and so forth
-    should be fed back to them.  Their development directions should be
-    respected whenever possible.
+=item *
+
+The version of the module in the core should still be considered the
+work of the original author.  All patches, bug reports, and so
+forth should be fed back to them.  Their development directions
+should be respected whenever possible.
 
 =item *
 

--
Perl5 Master Repository

Reply via email to